-
A serial debugger, under the agreement can be read by the internal RAM and exter...
一个串口调试程序,根据协议可以读取内部RAM和外部RAM和外部FLASH的数据.-A serial debugger, under the agreement can be read by the internal RAM and external RAM and external FLASH data.
- 2023-05-13 19:25:02下载
- 积分: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
-
设计多字节减法运算程序,要求程序能显示运算数据和结果数据(16进制)....
设计多字节减法运算程序,要求程序能显示运算数据和结果数据(16进制).-design of multi-byte subtraction Operational procedures, requirements Operational procedures can show that the data and results data (16 bases).
- 2022-06-27 12:13:22下载
- 积分:1
-
it can help you know C++ souce program quckily
it can help you know C++ souce program quckily
- 2022-06-26 16:55:59下载
- 积分: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
-
汇编小程序 多种方法解冒泡法排序
以masm 5.0以上版本编译运行...
汇编小程序 多种方法解冒泡法排序
以masm 5.0以上版本编译运行 -small compilation method for a variety of procedures Bubble Act to masm ranking above version 5.0 compiler operation
- 2022-03-03 23:00:00下载
- 积分:1
-
fm中频调制中实现数字正交上变频和正交下变频。
fm中频调制中实现数字正交上变频和正交下变频。-fm frequency modulation in digital quadrature up-conversion and down-conversion quadrature.
- 2022-02-03 11:23:54下载
- 积分:1
-
使用74164连接8行2列键盘的行线,74165连接键盘的列线,编写扫描键盘,包括C和汇编程序...
使用74164连接8行2列键盘的行线,74165连接键盘的列线,编写扫描键盘,包括C和汇编程序-74164 connect using 8 line 2 keyboard line, out of 74,165 lines to connect the keyboard, the preparation of scanning the keyboard, including C and assembler
- 2022-08-25 18:40:01下载
- 积分:1
-
一个由asm编写的程序,程序用于自动产生若干个随机数
一个由asm编写的程序,程序用于自动产生若干个随机数-Asm prepared by a procedure, the procedure used to automatically generate a number of random numbers
- 2023-08-03 19:45:02下载
- 积分:1
-
窗口管理修改版.rar
窗口管理修改版.rar-window management modified version. Rar
- 2022-09-13 01:40:03下载
- 积分:1