-
汇编语言windows32位编程,有墙壁的阻挡,可以设定食物数量,速度,难度等。...
汇编语言windows32位编程,有墙壁的阻挡,可以设定食物数量,速度,难度等。-Windows32-bit assembly language programming, there are the walls of the block, you can set the amount of food, speed, difficulty and so on.
- 2022-07-16 23:52:08下载
- 积分:1
-
hardware test source code, and good
硬件试验的源代码,和好-hardware test source code, and good
- 2023-08-16 10:55:03下载
- 积分:1
-
vb 分形树
Dim xs As Integer
Dim ys As Integer
Dim alph As Single
Dim lng As Single
Dim m As Integer
Const PI As Single = 3.14159265
Private Function tree(x As Integer, y As Integer, angle As Single, length As Single, n As Integer)
Dim x0 As Integer
Dim y0 As Integer
Dim alpha As Single
Dim beita As Single
Dim leng As Single
BackColor = vbWhite
If n > 0 Then
x0 = x + Cos(angle) * length
y0 = y - Sin(angle) * length
picture1.Line (x, y)-(x0, y0), vbbrake
alpha = angle - PI / 8
beita = angle + PI / 8
leng = 2 * length / 3
Call tree(x0, y0, alpha, leng, n - 1)
&nbs
- 2022-01-24 19:06:52下载
- 积分:1
-
一个汇编编译器很好用的
一个汇编编译器很好用的-a compilation compiler good use
- 2022-07-22 05:48:35下载
- 积分:1
-
一个还算可以的汇编源码动画
一个还算可以的汇编源码动画-still be a compilation of source animation
- 2023-02-04 12:10:03下载
- 积分:1
-
this a simple Timer original code
this a simple Timer original code
- 2023-03-22 08:35:04下载
- 积分:1
-
IT IS THE BUILDR FILE FOR LCD CONNECTION
IT IS THE BUILDR FILE FOR LCD CONNECTION
- 2022-07-18 23:23:38下载
- 积分:1
-
4*4键盘扫描,依据键值,8个LED显示相应键值
4*4键盘扫描,依据键值,8个LED显示相应键值-4* 4 keyboard scanning, based on keys, 8 LED display the corresponding key
- 2022-05-22 20:01:40下载
- 积分:1
-
一个菜单使用的例子
一个菜单使用的例子-a menu examples of usage
- 2023-04-15 06:55:03下载
- 积分:1
-
Great!A software of assembly,in assembly language.you can get the clew to carry...
不错,汇编小软件!用汇编编的。 具体功能在你编译后运行的时候会有提示。:)-Great!A software of assembly,in assembly language.you can get the clew to carry out the function as soon as you run this program.
- 2022-12-01 13:50:03下载
- 积分:1