-
eddy current thickness_V1.0.0
说明: DRV8880驱动程序,各位看官好好学习吧,我就不多介绍了!(DRV8880 driver program, you officers to study well, I will not introduce more!)
- 2019-06-19 21:28:44下载
- 积分:1
-
C# 抓鬼游戏,类似打地鼠游戏
C# 抓鬼游戏,其实类似于打地鼠游戏,看到地上那些洞洞,让我想起了打地鼠,呵呵。不过玩法上也很相似,只是地鼠变成了“魔鬼”,开启游戏后,按键盘上的空格键可开始游戏。
bool isStart = false;
Random rd;//随机数对象
int[,] points;//地鼠出现坐标
int score;//积分
int level;//游戏等级
bool ok = true;//用于解决鼠标快速连击所产生的积分增加
ok = false;//使ok为false,再次点击时由于不满足上面的if条件便不执行后面的操作
//this.Cursor = new Cursor("SizeDown.cur");
score += 100;//积分增加
this.pictureBox1.Visible = false;//使地鼠消失
lblScore.Text = score.ToString();
//若当前积分是2000的倍数则升级且加快计时器速度
- 2022-12-21 06:25:03下载
- 积分:1
-
SPI-I2S
说明: spi模拟i2s,实现音频播放,网上的参考,不易找到,供大家分享(spi simulation i2s, for audio playback, online reference, easy to find for people to share)
- 2011-03-10 10:34:15下载
- 积分:1
-
48TSP
说明: 48个城市的TSP遗传算法,开发环境C++,计算结果再结合matlab进行后处理显示(48 cities in the TSP algorithm, development environment, C++, matlab results combined with post-processing display)
- 2010-04-15 15:46:58下载
- 积分:1
-
CD4052--4735424529034
cd4052用stm32来写的程序,,实现电子开关电路
(CD4052 uses STM32 to write the program, the electronic switch circuit)
- 2021-03-24 09:59:15下载
- 积分:1
-
FileReadAndWrite
C#文件读、写样例,VS2008下编译通过直接运行。(C# file read, writing sample, compiled by VS2008 directly run.
)
- 2011-12-09 13:50:24下载
- 积分:1
-
C# 批量重命名文件名 实例源码
C# 批量重命名文件名 实例源码
- 2014-07-09下载
- 积分:1
-
STM32F4采集3路ADC
stm32f4采集3路模拟电压,实现数据的实时采集,每个10ms发送出来,用matbal还原,电压的变化值
- 2022-05-07 15:18:14下载
- 积分:1
-
udt.sdk.4.9.tar
UDT(UDP-based Data Transfer Protocol,简称UDT)是一种互联网数据传输协议。UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。 (UDT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide area high-speed networks. UDT uses UDP to transfer bulk data with its own reliability control and congestion control mechanisms. The new protocol can transfer data at a much higher speed than TCP does. UDT is also a highly configurable framework that can accommodate various congestion control algorithms)
- 2012-01-16 10:53:35下载
- 积分:1
-
main
catmul-rom spline demo
- 2010-05-03 20:45:01下载
- 积分:1