-
masm在windows环境下运行的安装程序,里面还附有各种命令的帮助等...
masm在windows环境下运行的安装程序,里面还附有各种命令的帮助等-MASM in the windows environment to run the installation program, which also included the help of a variety of command and so on
- 2023-05-29 00:10:05下载
- 积分: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
-
6. Electronic advertising (8X8) display, digital tube display 5 words
6.电子广告(8X8)显示屏,数码管上显示5的字样-6. Electronic advertising (8X8) display, digital tube display 5 words
- 2022-11-16 13:20:03下载
- 积分:1
-
4x4 keyboard input P2 for P1 for output (note the connection)
4x4键盘
P2作输入P1作输出(注意接线)-4x4 keyboard input P2 for P1 for output (note the connection)
- 2022-03-17 23:29:33下载
- 积分:1
-
Through assembly language will be designed to enter a decimal number one group,...
通过汇编语言设计将输入一组十进制数,按从小到大到顺序输出-Through assembly language will be designed to enter a decimal number one group, according to the order from small to large output
- 2022-01-27 17:10:06下载
- 积分:1
-
接口8255A编程
汇编语言实现的接口8255A编程 一个很好用的代码 上课实验时写的
- 2022-05-13 15:02:08下载
- 积分:1
-
售货机选择货物,计算总价、投入价格的主程序。
售货机选择货物,计算总价、投入价格的主程序。-Vending machine choices of goods, calculation of total price, input prices, the main program.
- 2023-05-21 13:55:03下载
- 积分:1
-
这个源代码是可运行的。
这个源代码是可运行的。-the source code can be run.
- 2022-02-11 15:26:34下载
- 积分:1
-
Windows环境下32位汇编语言程序设计,附带源码,讲解的很详细,呵呵@...
Windows环境下32位汇编语言程序设计,附带源码,讲解的很详细,呵呵@-Windows Environment 32-bit assembly language programming, with source code, on the very detailed,呵呵@
- 2022-02-21 18:50:05下载
- 积分:1
-
AT89S51的并行口P1接4×4矩阵键盘,以P1.0-P1.3作输入线,以P1.4-P1.7作输出线;在数码管上显示每个按键的“0-F”序号。...
AT89S51的并行口P1接4×4矩阵键盘,以P1.0-P1.3作输入线,以P1.4-P1.7作输出线;在数码管上显示每个按键的“0-F”序号。-AT89S51 the parallel port P1 then 4 × 4 matrix keyboard to P1.0-P1.3 as input lines to P1.4-P1.7 for output line in the digital control button displayed on each of the " 0-F" serial number.
- 2022-03-03 22:05:03下载
- 积分:1