-
test upload and LED
test upload and LED
- 2022-03-19 16:50:07下载
- 积分:1
-
DS1302 driver, C51 series, and finally by the Proteus simulation can show the se...
DS1302的驱动程序,C51编的,最后由proteus仿真的,可以显示设定时间,程序中的延时函数是由汇编语言实现,也就是说这程序是C和汇编混编的。-DS1302 driver, C51 series, and finally by the Proteus simulation can show the set time delay proceedings by the assembly language function is to achieve, that is to say that the procedure is of mixed C and assembler.
- 2022-04-29 01:34:26下载
- 积分:1
-
it is about how thing goes in bank
it is about how thing goes in bank
- 2022-01-26 04:11:55下载
- 积分:1
-
Fractal Qbasic program useful brief on the shape of the leaves
分形Qbasic程序 简短有用 关于树叶形状-Fractal Qbasic program useful brief on the shape of the leaves
- 2022-02-20 18:59:53下载
- 积分: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
-
微波炉的代码说明 LCD显示 生产机型 名厂定制
微波炉的代码说明 LCD显示 生产机型 名厂定制-microwave ovens code shows LCD production aircraft manufacturers Customization
- 2022-06-27 13:46:05下载
- 积分:1
-
hard disk's master boot sector literacy program's source code can be use...
硬盘主引导扇区读写程序源代码,可用于读取硬盘主引导扇区的信息也可对其进行修改。-hard disk"s master boot sector literacy program"s source code can be used to read hard disk"s master boot sector information may also make changes.
- 2022-01-20 22:52:06下载
- 积分:1
-
The computer assembly language to curriculum design principles of case, a total...
汇编语言做的微机原理课程设计案例,共有27个,其中有闰年判断,产生随机数,计算平台长度,打字练习,显示系统时间,简易文本编辑器-The computer assembly language to curriculum design principles of case, a total of 27, including leap year judged to produce random numbers, computing platform length, typing practice, display system time, simple text editor ... ...
- 2022-07-03 00:38:56下载
- 积分:1
-
大小写转换
大小写转换- The big small letter transforms
- 2022-05-01 02:22:38下载
- 积分:1
-
也是一个打字联系的程序 与以前的那个做了改动
测试通过
masm6.0 编译成功
生成exe文件可以运行...
也是一个打字联系的程序 与以前的那个做了改动
测试通过
masm6.0 编译成功
生成exe文件可以运行-Typing is a procedure associated with the previous changes that have done a successful test masm6.0 compiler generated exe file can run
- 2023-02-21 08:50:03下载
- 积分:1