-
可以保存计算过程。
可以保存计算过程。-can preserve the computation process.
- 2022-03-24 05:40:44下载
- 积分:1
-
Windows环境下32位汇编语言程序设计配套书源码第16章
Windows环境下32位汇编语言程序设计配套书源码第16章-Windows Environment 32-bit assembly language programming book source package Chapter 16
- 2022-01-26 01:58:34下载
- 积分:1
-
产生随机数并运算的程序等
产生随机数并运算的程序等-generated random number and Operational procedures
- 2023-03-10 05:00:03下载
- 积分:1
-
这是一个汇编语言,教如何编写软盘的子程序。一个G。
This a assembly languages that teach how to write floppy disk subroutine. A great start for beginner who want to learn how ASM work. i got 100 for this assignment. have a look and comment-This is a assembly languages that teach how to write floppy disk subroutine. A great start for beginner who want to learn how ASM work. i got 100 for this assignment. have a look and comment
- 2022-03-31 19:56:51下载
- 积分:1
-
转载别人ds18b20proteus作品希望对proteus library里没有ds18b20的xdjm们有用!...
转载别人ds18b20proteus作品希望对proteus library里没有ds18b20的xdjm们有用!-reproduced works ds18b20proteus others hope to proteus librar There"s no y ds18b20 the xdjm were useful!
- 2023-07-09 05:25:03下载
- 积分:1
-
the compilation tools (includes anti
linux下的汇编工具,(内包含反汇编工具),比masm有许多优点。-the compilation tools (includes anti-compilation tools), can have many advantages.
- 2022-03-04 23:36:20下载
- 积分: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
-
关于接口课程实验的一个源代码,需要有相关的实验平台配合使用...
关于接口课程实验的一个源代码,需要有相关的实验平台配合使用-courses on the interface of an experimental source code, the need for the combined use of experimental platform
- 2022-03-13 21:14:39下载
- 积分:1
-
声
声-光报警程序
运行步骤:1.按下一次开关SW3,开始声-光报警,再按下一次则停止 重复上述操作*
2.按下"q"或者"Q",退出-this is a sound-light alarm program.
Steps:1. push switch3,starting alarm,push switch3 again,it will stop.
2. push Q then quit.
- 2022-08-15 01:26:41下载
- 积分:1
-
MCS51 LCD坐标显示调试程序
MCS51 LCD坐标显示调试程序-coordinates MCS51 LCD display debugger
- 2022-02-09 14:15:56下载
- 积分:1