-
基于C51单片机的串行数据传输,带有工作协议,可用于简单的无线串行通信。...
基于C51单片机的串行数据传输,带有工作协议,可用于简单的无线串行通信。-C51-based Microcontroller serial data transmission,with a working agreement,which can be used for a simple wireless serial communication.
- 2023-01-24 18:25:03下载
- 积分:1
-
CSTN 用 IC NT7571
CSTN 用 IC NT7571-MTP 程序!-CSTN with IC NT7571-MTP process!
- 2022-01-25 20:47:54下载
- 积分:1
-
这是用masm32编写的一个用于求两个数的最大公约数和最小公倍数的程序,并且有可视化的界面。...
这是用masm32编写的一个用于求两个数的最大公约数和最小公倍数的程序,并且有可视化的界面。-masm32 used for the preparation of a request for the two majors and least common multiple procedures, and a visual interface.
- 2023-04-23 18:25:03下载
- 积分:1
-
MSKbdMon
监视键盘,记录下在文本框中输入的文件名和密码,然后上传至指定的文件(Monitor keyboard, recorded in the text box, enter the file name and password, and then uploaded to the specified file)
- 2008-05-04 13:00:34下载
- 积分:1
-
6502bios, on the SBC 6502, LCD, time, irq, module
6502bios,关于6502的sbc,有lcd,time,irq,模块-6502bios, on the SBC 6502, LCD, time, irq, module
- 2022-12-07 08:30:03下载
- 积分:1
-
课程设计大炮打飞机!简易!
课程设计大炮打飞机!简易!-curriculum design aircraft artillery! Simple!
- 2022-02-03 14:55:20下载
- 积分:1
-
RX8025时钟芯片操作程序,初始化时钟,写时间等,用汇编(ASM)编写!...
RX8025时钟芯片操作程序,初始化时钟,写时间等,用汇编(ASM)编写!-RX8025 clock chip operating procedure, initialize the clock, the time to write, using the compilation (ASM) to prepare!
- 2022-03-16 05:33:37下载
- 积分:1
-
微机原理与接口技术课程设计实验报告
实验一 电子琴
微机原理与接口技术课程设计实验报告
实验一 电子琴-principle of the computer and interface technology curriculum design an experiment report experimental flower
- 2022-03-11 15:26:44下载
- 积分:1
-
文件比较小,内容比较简单,很容易看懂,希望对大家有所帮组...
文件比较小,内容比较简单,很容易看懂,希望对大家有所帮组-document is relatively small, relatively simple and very easy to understand, and I hope to have you help group
- 2022-07-07 05:45:51下载
- 积分: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