-
51编写的电扇的程序,可以控制转速,并且在液晶上显示。在我们的板子上可以调试通过的...
51编写的电扇的程序,可以控制转速,并且在液晶上显示。在我们的板子上可以调试通过的-51 fans prepared procedures to control speed, and liquid crystal display. In our board can debug through the
- 2022-11-23 07:25:03下载
- 积分:1
-
积木游戏汇编语言
积木游戏汇编语言-modular assembly language game
- 2022-02-06 14:48:30下载
- 积分:1
-
此程序对端口进行测试,保证其方向的正确性。
此程序对端口进行测试,保证其方向的正确性。-This procedure to test port to ensure the correctness of its direction.
- 2022-03-21 06:03:50下载
- 积分: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
-
此打字游戏采用取系统时间生成随机数来完成的,打开letter.exe文件,输入1则进入游戏 输入2,选择游戏难度
3或Ese退出游戏....
此打字游戏采用取系统时间生成随机数来完成的,打开letter.exe文件,输入1则进入游戏 输入2,选择游戏难度
3或Ese退出游戏.
-This typing game check the system time used to generate random numbers to be completed and opened letter.exe document, enter an input into the game 2, or 3 to choose the game difficulty Ese exit the game.
- 2022-02-01 23:45:44下载
- 积分:1
-
好的东西
好的东西-Good things
- 2022-02-12 08:07:45下载
- 积分:1
-
AVR汇编百例,从别人出弄来,希望对大家有所帮助
AVR汇编百例,从别人出弄来,希望对大家有所帮助-Compilation of 100 cases of AVR, get out from others, and they hope to help everyone
- 2022-08-07 08:57:19下载
- 积分:1
-
好的资料
好的资料-Good information
- 2022-05-22 03:50:44下载
- 积分:1
-
intel汇编的程序教程
intel汇编的程序教程-compilation of procedural manuals
- 2022-03-13 07:56:54下载
- 积分:1
-
除湿机的说明程序文件 已经生产几十W台 出口机形 分时操作
除湿机的说明程序文件 已经生产几十W台 出口机形 分时操作-dehumidifiers of the document production process dozens of W-exporting machine time-sharing operation
- 2022-06-18 05:13:50下载
- 积分:1