-
雷电同类游戏的VB源码
一款非常相似于雷电的VB游戏源码,包括了飞行躲避、射击、爆炸之类的动作设置,游戏界面写的也是相当精彩,另外还附带有雷电游戏地图的编辑器源码,整个工程比较庞大,对学习参考来说,绝对是不可多得的游戏源码范例。
注: Timer的稳定记时为 5 毫秒,本可以取1000,但为了防止使用者开启“变速齿轮”(如降低到-256)
会造成启动或中间的暂停时间达到256秒(即使关掉齿轮)
设为 5 后最多为1.3秒,在timegettime函数计时时,x=timegettime 与 timegettime-x之间不能有doevents(齿轮会在此时插入程序而造成记时错误,以至在齿轮关闭后使程序暂停相当长时间(timegettime-x 为负)
解决办法:1、之间不用doevents,把它放到外面,但如果doevents中插入的事件过程运行稍微超时,即可造成主运行模块有点卡(速度不很稳定)
2、将检测条件timegettime-x 改为 abs(timegettime-x),即可避开齿轮开启后又关闭而对计时造成的影响(本程序即用此)
- 2022-03-19 05:31:27下载
- 积分:1
-
This is the door with my colleagues and I strive for the isolation of the subrou...
这是我和同事门一起努力编的的孤立子程序。基本上所以孤立子的情况都考虑到了,对计算物理,特别是搞非线性数学的极大的帮助-This is the door with my colleagues and I strive for the isolation of the subroutine. So basically the situation soliton is taken into account for Computational Physics, in particular, engage in non-linear mathematics of great help
- 2022-08-17 09:12:38下载
- 积分:1
-
matlab语法与绘图(新) 内附大量由matlab所画图片
matlab语法与绘图(新) 内附大量由matlab所画图片-Matlab Grammar and Mapping (new) contains a large number of pictures drawn by Matlab
- 2022-08-12 21:26:22下载
- 积分:1
-
双打的Java乒乓球游戏代码
双打的Java乒乓球游戏代码,有的说是撞球游戏,不管什么吧,就是这一类游戏,主要是跟随碰撞检测原理实现的。运行在Java手机系统里。本套源码来自国外,源码包内包括IMAGES、背景音效等文件,比较完整,有环境的最好重新编译下运行看效果,界面方面从资源文件看也是相当不错吧。
- 2023-04-10 21:00:34下载
- 积分:1
-
华容道源码,游戏爱好者学习编程可以适当参考一下
华容道源码,游戏爱好者学习编程可以适当参考一下-Huarong source, game enthusiasts can learn about programming the appropriate reference
- 2022-01-25 18:02:46下载
- 积分:1
-
vc编写的精灵显示源码
vc编写的精灵显示源码-vc compilation demon demonstration source code
- 2023-04-07 11:20:03下载
- 积分:1
-
src
java 线程池实现模板,供开发人员学习(Java thread pool implementation template)
- 2020-06-21 12:00:02下载
- 积分:1
-
408951混合SPMD 模拟退火算法及其应用
说明: 408951混合SPMD 模拟退火算法及其应用(Hybrid SPMD simulated Annealing algorithm and its applicatio)
- 2020-12-14 22:53:06下载
- 积分:1
-
cucfineUntitled
matlab无线传感网络分簇分析,通过分析不同的分簇算法,从而进行节点存活率的比较等问题(Matlab wireless sensor network clustering analysis, through the analysis of different clustering algorithms, so as to compare the survivability of nodes and other issues)
- 2020-12-07 22:09:21下载
- 积分:1
-
利用C#和vs工具实现的仿Windows的扫雷游戏 frmGoodsSell
说明: 利用C#和vs工具实现的仿Windows的扫雷游戏(Mine-sweeping Game Imitating Windows Using C# and vs Tools)
- 2020-06-25 06:00:01下载
- 积分:1