发布时间:2022-12-13 17:20:28
def simulate(cv):python学习交流Q群:309488165 ### 源码领取 t = time() #返回自1970年后经过的浮点秒数,精确到小数点后7位 explode_points = [] #爆炸点列表,烟花列表 &nb.........【阅读全文】
发布时间:2022-12-09 17:56:14
#include <gtk/gtk.h>#include <gdk/gdk.h>#include <math.h>void gtk_drawBap(GdkDrawable* drawable,gint w,gint h,gint x,gint y,const guchar *buff){gint x0=x;guchar temp;gint i,j;/*创建gc*/GdkGC* gc_white = gdk_gc_new(drawable); /*设置颜色.........【阅读全文】
发布时间:2022-12-08 17:38:01
n = 100.0python学习交流Q群:770699889 ### 源码领取 speed("fastest")screensize(bg='black')left(90)forward(3*n)color("orange", "yellow")begin_fill()left(126)for i in range(5): forward(n/5) right(144) &.........【阅读全文】
发布时间:2022-12-01 15:53:48
导入模块import pygameimport sysimport tracebackimport osimport CXKimport enemyimport bulletimport supplyfrom pygame.locals import *from random import *游戏主界面#游戏主界面def ui(): #循环播放背景音乐 py.........【阅读全文】