-
该程序采用汇编语言完成,基于AT89C51adc0809和LCD1602实现数字电压表...
该程序采用汇编语言完成,基于AT89C51adc0809和LCD1602实现数字电压表-The procedure used to complete assembly language, based on the LCD1602 realize AT89C51adc0809 and digital voltage meter
- 2022-03-23 01:37:43下载
- 积分:1
-
put a few bytes of a transformed system for the past 2
把一个 字节的数转化为2近制-put a few bytes of a transformed system for the past 2
- 2022-07-07 19:19:45下载
- 积分:1
-
16个按键的 程序, 具体按照扫描的,时间快
16个按键的 程序, 具体按照扫描的,时间快-16 key procedures, specifically in accordance with the scan, time speed
- 2022-02-12 22:23:04下载
- 积分:1
-
2 分类指令
在介绍各条分类指令之前,将指令中的操作数及注释中的符号说明如下。
Rn:当前指定的工作寄存器组中的Ro...
2 分类指令
在介绍各条分类指令之前,将指令中的操作数及注释中的符号说明如下。
Rn:当前指定的工作寄存器组中的Ro-R7(其中n=0,1,2,…,7)。
Ri:当前指定的工作寄存器组中的RO,R1(其中i=0,1)。
(Ri):Ri间址寻址指定的地址单元。
((Ri)):Ri间址寻址指定地址单元中的内容。
dir:8位直接字节地址(在片内RAM和SFR存储空间中)。
#data8:8位立即数。
#datal6:16位立即数。
addrl6:16位地址值。
addrll:11位地址值。
-2 classification of instruction in the introduction of each classification of instructions before the operation instructions and notes the number of symbols are described below. Rn: the current work of the designated register group Ro-R7 (in which n = 0,1,2, ..., 7). Ri: the current register group specified in the RO, R1 (in which i = 0,1). (Ri): Ri addressing inter-site unit
- 2022-02-07 17:01:45下载
- 积分:1
-
这是一个正反流水灯程序,请大家指点,
这是一个正反流水灯程序,请大家指点,-This a positive and negative light water program, we instruct them, thank you
- 2022-03-13 21:41:56下载
- 积分:1
-
EEPROM5045的汇编读写程序,费了很大劲才写好的哦
EEPROM5045的汇编读写程序,费了很大劲才写好的哦-EEPROM5045 a compilation of reading and writing procedures, costs a great deal written劲才Oh
- 2022-07-09 04:12:16下载
- 积分:1
-
推箱游戏程序源码
推箱游戏程序源码-pushing boxes Games FOSS
- 2023-01-04 13:10:03下载
- 积分:1
-
一个汇编与VC结合的程序代码 本程序旨在展示一下怎样在VC中嵌入汇编语言,来减少程序的大小。...
一个汇编与VC结合的程序代码 本程序旨在展示一下怎样在VC中嵌入汇编语言,来减少程序的大小。- An assembly and VC union procedure code this procedure is for
the purpose of demonstrating how inserts the assembly language in VC,
reduces the procedure the size.
- 2022-01-25 20:46:37下载
- 积分:1
-
AWARD BIOS源代码,支持的CHIPSET请看文件,有同型号的板子烧上去就可以跑...
AWARD BIOS源代码,支持的CHIPSET请看文件,有同型号的板子烧上去就可以跑-the compressed file contains the source code of AWARD BIOS.Supported chipsets are listed in the related file.One can complie,download and run it on the mainboard if he has such one.
- 2022-01-25 19:44:11下载
- 积分: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