-
雷电同类游戏的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
-
hm_dmillt_spr_trade
低延迟均线加入dmi过滤趋势跟踪系统,可用交易开拓者编辑使用(llt trendfollowing system, open and used by tradeblazer)
- 2020-06-21 05:40:01下载
- 积分:1
-
Simulation of gas pipeline
天然气管道的仿真研究-Simulation of gas pipeline
- 2022-02-11 17:24:30下载
- 积分:1
-
计算器带操作记录
jQuery计算器带操作记录基于min.js制作,绿色风格,带计算记录结果。(JQuery calculator with operation record is based on min. js, green style, with calculation record results.)
- 2019-04-01 15:57:21下载
- 积分:1
-
BOOST-PFC-300v-60hz-100Ω仿真
基于psim软件,BOOST升压电路,利用电流和电压双反馈控制纹波和输出波形(BOOST boost circuit.We use current and voltage feedback to control ripple and output waveform.)
- 2018-04-12 11:52:58下载
- 积分:1
-
SPI并行Verilog源代码
SPI to parallel verilog source code
- 2022-02-25 10:03:13下载
- 积分:1
-
APA
用MATLAB平台实现APA算法,仿射投影子带滤波器(Implementation of APA algorithm with MATLAB platform)
- 2017-07-11 16:47:47下载
- 积分:1
-
* Has a debug LED, button, digital control verilog procedures, and debugging in...
*先后调试了LED,按键,数码管的verilog程序,并在实验板上面调试成功!学习FPGA是一个漫长的过程,但是我必须得坚持!前途光明,道路崎岖!
这次在垃圾堆(我工作台下面的抽屉和柜子,呵呵)里面搜索了一个以前用C8051F020作的一个单片机 最小系统,其中有一个PS2的数字小键盘,于是马上鼓捣了一下,复习了一下PS2传输数据的规则,其实还是比较简单的,所以很快就把程序搞定,并在电路板上运行正常!!!
-* Has a debug LED, button, digital control verilog procedures, and debugging in the experiment above board success! FPGA is a long learning process, but I have to insist! A bright future, roads and rugged! In the garbage (I workbench drawers and cabinets below, huh, huh) search inside a previously C8051F020 minimum for a single-chip systems, which have a small number of PS2 keyboard, then immediately鼓捣, then review the PS2 data about the rules, in fact, relatively simple procedures so they get very quickly, and in the normal operation of the circuit board! ! !
- 2022-02-13 14:46:38下载
- 积分:1
-
疯狂java实战演义
说明: 非常适合新手入门的一本教材!可以更快的进入java领域!!!(A very suitable textbook for beginners! Can enter the field of Java faster!!!)
- 2019-01-01 20:13:19下载
- 积分:1
-
c++对数组的操作
说明: 对数组进行操作更加的更好的理解数组嗯嗯嗯嗯(wnadjkjjdsadwmahsdakdlapdllda)
- 2019-09-26 19:01:30下载
- 积分:1