登录
首页 » c » Balloon Shooting a shooting game

Balloon Shooting a shooting game

于 2022-07-23 发布 文件大小:3.01 kB
0 36
下载积分: 2 下载次数: 1

代码说明:

在这个游戏中,有许多气球,一个用来射气球的弓和箭。气球从屏幕的下部升起。这个

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MX90640_STM32_HAL移植
    说明:  测温矩阵传感器MLX90640的stm32移植版本,基于HAL库的硬件IIC驱动文件。(The STM32 porting version of mlx90640 is based on the hardware IIC driver file of Hal library.)
    2021-01-11 09:48:49下载
    积分:1
  • uCOS_uCGUI_TQ2440_LCD_W43
    根据网上资料改进,基于uCOS-II和ucGUI,可运行于4.3英寸LCD的TQ2440开发板,包含了众多的ucGUI显示demo,亲测可行,是学习ARM、嵌入式操作系统和gui的好资料。(According to the online information to improve, based on uCOS-II and ucGUI, can be run on the 4.3 in. LCD TQ2440 development board that contains a large number of ucGUI display demo. pro-test is feasible, which is good for learning ARM, embedded operating system and gui.)
    2014-06-30 14:38:31下载
    积分:1
  • iatche-program
    说明:  一个不错的抓图程序 A nice catcher(A good drawing program A nice catche)
    2018-12-30 09:33:31下载
    积分:1
  • k-means算法
    #include #include #define N 11 //代表数据点的个数 #define K 3 //代表簇的个数 typedef struct { float x; float y; }Point; //代表数据点的数据结构 int center[N];  //判断每个点属于哪个簇 Point point[N] = { {2.0, 10.0},{2.0, 5.0},{8.0, 4.0},{5.0, 8.0},{7.0, 5.0}, {6.0, 4.0},{1.0, 2.0},{4.0, 9.0},{7.0, 3.0},{1.0, 3.0}, {3.0, 9.0}}; Point mean[K];  //保存每个簇的中心点 float getDistance(Point point1, Point point2); void getMean(int center[N]); float getE(); void cluster(); int main() {     int i, j; int n = 0; //统计进行了多少次聚类     float temp1; //用于存平方误差     float temp2;     printf(" 处理的数据点集合为: ");     for(i = 0; i < N; ++i)     {  
    2022-01-26 19:53:04下载
    积分:1
  • registry
    防WINDOWS系统注册表管理的一个VC源码(Anti-WINDOWS system registry managed by a VC-source)
    2009-06-02 22:13:25下载
    积分:1
  • droop4
    下垂控制的matlab仿真,有功和无功的调节。(simulink of droop control,adjust of active power and reactive power.)
    2013-07-30 16:44:59下载
    积分:1
  • LBP-and-SVM
    采用LBP提取目标特征,利用svm训练分类器,可对图像进行分类预测,效果好( U91C7 u7528LBP u63D0 u53D6 u76EE u6807 u7279 u5F81 uFF0C u5229 u7528svm u8BAD u7EC3 u5206 u7C7B u5668 uFF0C u53EF u5BF9 u56FE u50CF u8FDB u884C u5206 u7C7B u9884 u6D4B uFF0C u6548 u679C u597D)
    2016-12-29 11:05:15下载
    积分:1
  • 单片机的以太网通信
    在protues仿真软件中实现51单片机的以太网通信
    2023-03-31 14:20:03下载
    积分:1
  • Cefsharp浏览器 V63 demo.zip
    Cefsharp浏览器使用过程中困扰到不少的新手,新集成的cefsharpV63版本供大家使用,支持MP4 MP3等,下载即可使用。 也可以单独引用到自己项目中,将下载下来的文件解压,然后binDebug下文件全部复制到自己程序binDebug目录。 项目右键"添加引用",找到: CefSharp.dll CefSharp.Core.dll CefSharp.WinForms.dll 添加引用到项目。
    2019-08-05下载
    积分:1
  • 最优化方法解决TSP
    运用PSO解决TSP问题
    2022-01-28 23:21:24下载
    积分:1
  • 696518资源总数
  • 104224会员总数
  • 54今日下载