-
汇编小程序,初学者学习汇编,arm的。汇编格式,和简单的寄存器操作指令。...
汇编小程序,初学者学习汇编,arm的。汇编格式,和简单的寄存器操作指令。-Compilation of small programs, for beginners to learn to compile, arm
- 2023-06-10 09:50:03下载
- 积分:1
-
compilation with a series of the game, huh
用汇编编的一个游戏,-compilation with a series of the game, huh
- 2022-03-11 20:05:35下载
- 积分:1
-
s51 iap下载监控程序 驱动程序用串口测试程序就可以 无需安装...
s51 iap下载监控程序 驱动程序用串口测试程序就可以 无需安装-download monitoring program using serial driver testing procedures need not be installed
- 2022-08-13 12:04:58下载
- 积分:1
-
此程序的功能是把红外遥控器的地址码(16位)和控制码及反码显示出来,每按一次遥控器都能显示这些数据(用8只数码管16进制显示).
此程序的功能是把红外遥控器的地址码(16位)和控制码及反码显示出来,每按一次遥控器都能显示这些数据(用8只数码管16进制显示).-The function of this program is to address the infrared remote control code (16) and the control code and anti-code displayed every time the remote control can display these data (8 by 16-band digital tube display).
- 2022-08-18 17:14:45下载
- 积分:1
-
在PC机上,用汇编语言实现交通灯管理系统,包括路面,灯,车的动静态画面。...
在PC机上,用汇编语言实现交通灯管理系统,包括路面,灯,车的动静态画面。-In the PC, using assembly language to achieve traffic light management system, including roads, lights, static and dynamic vehicle images.
- 2022-08-16 17:40:23下载
- 积分: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
-
电子钟源程序
电子钟源程序-Electronic clock source
- 2022-02-12 12:32:33下载
- 积分:1
-
数码管显示交流稳压器,使用A48单片机编写,C言语
数码管显示交流稳压器,使用A48单片机编写,C言语-Digital display AC voltage stabilizer, the use of the preparation of A48 Singlechip, C language
- 2022-07-10 12:12:55下载
- 积分:1
-
这是我们实习的源代码,是我们老师提供的,希望对大家有所帮助。呵呵,你们认为呢?...
这是我们实习的源代码,是我们老师提供的,希望对大家有所帮助。呵呵,你们认为呢?-This is our attachment to the source code, is provided by the teachers, we hope to help. Oh, do you think?
- 2023-07-28 08:30:04下载
- 积分:1
-
040头文件,适用于AM系列的很多FLASH使用
040头文件,适用于AM系列的很多FLASH使用-040 documents
- 2023-08-31 12:30:02下载
- 积分:1