-
Some examples of AVR MCU description of the procedures, the procedures
AVR单片机的一些事例程序说明,有关程序-Some examples of AVR MCU description of the procedures, the procedures
- 2023-04-19 18:45:03下载
- 积分:1
-
视窗环境下32汇编语言程序设计
Windows环境下32位汇编语言程序设计-Windows environment next 32 assembly language programming
- 2022-07-22 12:49:47下载
- 积分:1
-
声
声-光报警程序
运行步骤:1.按下一次开关SW3,开始声-光报警,再按下一次则停止 重复上述操作*
2.按下"q"或者"Q",退出-this is a sound-light alarm program.
Steps:1. push switch3,starting alarm,push switch3 again,it will stop.
2. push Q then quit.
- 2022-08-15 01:26:41下载
- 积分:1
-
温 度 传 感 器 控 制 源 码
温 度 传 感 器 控 制 源 码
-Temperature sensors to control source
- 2023-05-25 23:25:03下载
- 积分:1
-
GAL16V8 GAL20V8和编译器的源码,小日本写的,与optasm…
gal16v8及gal20v8的编译程序源码,小日本写的,用optasm编译(该编译软件我也没找到,手上有的朋友请告诉一声,兄弟感激不尽),可以将eqn格式的文件编译成jed格式的文件-gal16v8 gal20v8 and the compiler source, the small Japanese writing, with optasm compiler (compiler software that I have not found the hands of some friends tell that as soon as the brothers eternally grateful), eqn format can be compiled into a document format documents jed
- 2022-09-14 07:45:02下载
- 积分:1
-
采用窗口实现Socket消息转发的ASM代码
采用窗口实现Socket消息转发的ASM代码-window Socket using information transmitted by the ASM code
- 2022-01-25 18:51:39下载
- 积分:1
-
犯错
msa
- 2022-10-25 09:00:03下载
- 积分:1
-
Assembly code is the ASM code, require the use of SCM. This is an example of sin...
汇编代码 是ASM的代码,要求使用单片机的。这是单片机的一个实例汇编语言程序,可以作为参考-Assembly code is the ASM code, require the use of SCM. This is an example of single-chip assembly language procedure, can be used as reference
- 2022-01-31 01:01:32下载
- 积分:1
-
配合单片机I/O口,实现单片机对LCD1602的简单控制,从而实现液晶显示(包括图像显示)的功能。...
配合单片机I/O口,实现单片机对LCD1602的简单控制,从而实现液晶显示(包括图像显示)的功能。-With single-chip I/O port, to achieve single-chip LCD1602 simple to control, in order to achieve liquid crystal display (including image display) functions.
- 2022-08-03 05:10:50下载
- 积分:1
-
DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A...
DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 20 ;返回dos 初学汇编,请各位多多指教!-Debug on the production of Rising antivirus software key source disk MOV BX, 200 memory base address (0 face) MOV DH, 00 head No. 00 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th interruption INT 3 MOV BX, 300 memory base address (1 side) MOV DH, 01 head No. 01 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th
- 2023-06-25 06:50:03下载
- 积分:1