-
Function of a more comprehensive anti
功能较全面的反汇编器:反汇编器ht-2.0.15.tar.gz,而且是开源的,适合定量裁剪-Function of a more comprehensive anti-assembler: assembler anti-ht-2.0.15.tar.gz, and is open source, suitable for quantitative cut
- 2022-03-24 20:27:04下载
- 积分:1
-
receiving and processing subroutine. Can be used as a general program
这是键盘接收处理子程序。可以当作通用程序使用-receiving and processing subroutine. Can be used as a general program
- 2023-04-08 14:10:03下载
- 积分:1
-
way light
是一个汇编延时程序,适合初学者使用,当P1.0端口输出高电平,即P1.0=1时,根据发光二极管的单向导电性可知,这时发光二极管L1熄灭;当P1.0端口输出低电平,即P1.0=0时,发光二极管L1亮;我们可以使用SETB P1.0指令使P1.0端口输出高电平,使用CLR P1.0指令使P1.0端口输出低电平。
-Delay is a compilation of procedures, suitable for beginners to use, when the high output port P1.0, P1.0 = 1 that is, when the one-way light-emitting diodes based on conductivity, we can see that this light-emitting diodes L1 extinguished when P1. 0 port output low, that is, P1.0 = 0, the light-emitting diodes L1-liang we can use the command SETB P1.0 port P1.0 output high to enable the use of instructions to enable CLR P1.0 output port P1.0 low.
- 2022-05-20 21:18:00下载
- 积分:1
-
fangmiandefhf H
FFT
fft fangmiandefhf h
dgdfdgdgfhffj
- 2022-02-07 08:07:51下载
- 积分:1
-
电子应答器系统复位后的应答器。提前抢答显示犯规…
电子抢答器 系统复位后进行抢答.超前抢答显示犯规信号-electronic Responder system reset after Responder. Advance Responder shows fouls signal
- 2023-03-16 21:55:03下载
- 积分:1
-
LABVIEW make use of a calculator, procedures concise.
用LABVIEW做的一款计算器,程序简洁明了.-LABVIEW make use of a calculator, procedures concise.
- 2022-07-04 13:19:24下载
- 积分: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
-
温度传感器的C51源程序,可使用keil直接编译执行。
温度传感器的C51源程序,可使用keil直接编译执行。-temperature sensor C51 source can be used directly keil compiler implementation.
- 2022-10-12 22:00:03下载
- 积分:1
-
";TMS320C240原理和C语言应用控制附件";S.
《TMS320C240原理与C语言控制应用实习》源代码-"TMS320C240 principle and C language application control attachment" source code
- 2022-07-09 22:47:37下载
- 积分:1
-
两个汇编程序,大小写转换,闰年计算
两个汇编程序,大小写转换,闰年计算-2 assembler, case-conversion, a leap year calculation
- 2022-05-17 19:16:01下载
- 积分:1