-
This is a PDA
这是个PDA的数据备份盘程序,程序中使用了CRC校验法,是笔者过去的一个得意之作。可供学习串口通讯编程使用CRC校验的朋友参考。-This is a PDA-disk data backup procedures, procedures for the use of the CRC checksum method, is the author of a past finest creations. Serial Communication programming for learning to use reference CRC checksum friends.
- 2022-01-25 19:56:18下载
- 积分:1
-
8255的汇编程序,各种工作方式尽有,是初学者学习的好帮手,也是利用8255扩展IO的普遍方法,只用改下地址直接拿去用就行...
8255的汇编程序,各种工作方式尽有,是初学者学习的好帮手,也是利用8255扩展IO的普遍方法,只用改下地址直接拿去用就行-8255 compilation of procedures, a variety of working methods have to do is a good helper for beginners to learn, but also the use of 8255 to expand the universal method of IO only change taken directly under the address used on the line
- 2022-04-08 17:38:18下载
- 积分:1
-
一个汇编写的小程序,可以显示本机的主机名和IP地址
一个汇编写的小程序,可以显示本机的主机名和IP地址-a compilation of writing small programs, the machine can show hosts and IP addresses
- 2022-02-02 05:45:44下载
- 积分:1
-
i think it is good coding for us
很好的一个学习汇编语言的源代码,适合初学者,我重中受益匪浅,希望大家喜欢,对大家又帮助-i think it is good coding for us
- 2022-11-05 08:55:02下载
- 积分:1
-
PHILIPS ARM IAP程序,用于远程更新
PHILIPS ARM IAP程序,用于远程更新-PHILIPS ARM IAP procedures for remote update
- 2022-01-27 16:15:13下载
- 积分:1
-
Procedures for single
AT89S51红外程序单片机学习板的程序
asm汇编程序-Procedures for single-chip AT89S51 infrared study of the process board assembler asm
- 2022-01-24 18:24:50下载
- 积分:1
-
汇编语言闹钟程序
汇编语言闹钟程序-assembly lanauage bell program
- 2022-09-13 20:00:03下载
- 积分:1
-
中断列表(4) 712K
中断列表(4) 712K-suspended list (4) 712K
- 2023-01-13 03:20:03下载
- 积分: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
-
Driver t6963 series LCD, can display text and graphics characters
驱动t6963系列的液晶显示器,能显示汉字文本和图形-Driver t6963 series LCD, can display text and graphics characters
- 2022-01-28 15:58:28下载
- 积分:1