资源列表
3111012120064189532
- 汇编非常有用的资源你也许用他非常方便学习汇编它是不错的样本-very useful compilation of resources you may use his learning very convenient compilation it is a good sample
DS18B20(2006[1].08.06)
- 转载别人ds18b20proteus作品希望对proteus library里没有ds18b20的xdjm们有用!-reproduced works ds18b20proteus others hope to proteus librar There's no y ds18b20 the xdjm were useful!
DVM
- Test program to loop on Successive Approximation A-to-D conversion. Allows digital codes and resulting DAC output to be viewed on scope.-Test program to loop on Successive Approxi mation A-to-D conversion. Allows digital code 's and resulting
ZLG500C_1.0
- 周立功id读头程序 需要解压缩密码 希望高受破解或提供-first time procedures needed to extract the passwords we hope by break or
AT89S53
- 这是一个汇编语言文件,用89S53进行一个检测系统的设计.-This is a compilation of language paper used for a 89S53 detection system design.
TE5_CSOC
- 这是一个汇编语言文件,利用8051进行串行通信的设计.-This is a compilation of language paper, using 8051 serial communication design.
tian
- 这是一个关于嵌入试开发的简单例子,大家可以参考一下,为以后的学习打基础-This is a test of embedded development simple example, we can take a look to the future to build up the foundation of learning
hld
- 接口课程设计,红绿灯2006.3.10DATA SEGMENT LEDTAL DB 3FH,06H,5BH,4FH,66H,6DH,7DH,07H,7FH,6FH,0H-interface curriculum design, traffic lights SEGMENT DATA 2006 .3.10 LEDTAL DB 3FH, 06H, 5BH, 4FH, 66H, 6DH, NAS, 07H, 7FH, 6FH, OH
MASM5
- Assemble BIOS DOS AND SO ON
C51FPS
- 普通KEIL缺失文件,还好啊,-ordinary KEIL missing documents, alright, ha ha
preccx.ZIP
- 反汇编源码,把机器语言代码转化为汇编语言-anti-source compilation, machine language code into assembly language
baogeascii
- 一、用表格形式显示字符 1、题目:用表格形式显示ASCII字符 2、实验要求: 按15行*16列的表格形式显示ASCII码为10H-100H之间的所有字符,即以行为主的顺序用ASCII码递增的次序依次显示对应的字符.每16个字符为一行,每行中的相邻两个字符之间用空白符(ASCII为0)隔开. 3、提示: (1)显示每个字符可能使用功能号为02的显示输出功能调用,使用方法如下: MOV AH,02H MOV DL,输出字符的ASCII码 INT 21H 本题中可