-
On a printer assembly language procedure, can be used, but would like to have a...
关于打印机的一个汇编语言程序,能用,但是希望有高手能够翻译成c语言的供大家分享-On a printer assembly language procedure, can be used, but would like to have a master can be translated into the language of c for everyone to share
- 2022-01-25 21:13:06下载
- 积分:1
-
LCD modle AT1602 显示程序,纯用ASM汇编编写,可作参考使用哦!如有问题请联系我。13710397625,陈sir...
LCD modle AT1602 显示程序,纯用ASM汇编编写,可作参考使用哦!如有问题请联系我。13710397625,陈sir
- 2022-08-20 12:10:33下载
- 积分: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
-
Experiments done by the serial communication code used in the procedure, I hope...
做串口通信实验时所用的编码程序,希望对你们有用-Experiments done by the serial communication code used in the procedure, I hope useful to you
- 2022-03-16 11:08:35下载
- 积分:1
-
Compilation mixed by C51 and realize four soft serial procedures, the interface...
用C51和汇编混合实现4个软串口的程序,接口是C51的-Compilation mixed by C51 and realize four soft serial procedures, the interface is the C51
- 2022-03-18 08:12:37下载
- 积分:1
-
USE DS18B20 IN P16F877A
USE DS18B20 IN P16F877A
- 2022-01-25 22:03:56下载
- 积分:1
-
用于背景问题的应用,通过链表解决相关背景问题的应用。
用于背景问题的应用,通过链表解决相关背景问题的应用。-Used in the context of the problem applications, through the list to resolve the issue of the application of the relevant background.
- 2022-05-24 12:10:27下载
- 积分:1
-
x86保护模式编程教程,简明易懂,进入低层编程的门槛,很不错的资料哦...
x86保护模式编程教程,简明易懂,进入低层编程的门槛,很不错的资料哦-x86 protected mode programming guides, simple, low-level programming to enter the threshold of very good information!
- 2022-02-16 03:32:28下载
- 积分:1
-
包含很多有用的程序,例如:随机加法运算,判断对错并算出总分,给出优良中差等级别,有较好的界面设计。...
包含很多有用的程序,例如:随机加法运算,判断对错并算出总分,给出优良中差等级别,有较好的界面设计。-contains many useful processes, such as : random addition operations, and calculated judgment wrong scores, given poor grades were excellent, a better interface design.
- 2022-03-23 20:08:30下载
- 积分:1
-
介绍两类同步方法都是采用滑动相关寻找峰值的办法,区别在于使用的相关器模板和先验信息。每种方法在具体实现上又可分为:串行搜索和并行搜索...
介绍两类同步方法都是采用滑动相关寻找峰值的办法,区别在于使用的相关器模板和先验信息。每种方法在具体实现上又可分为:串行搜索和并行搜索-Introduce two types of synchronization methods are used to find the peak sliding correlation approach, the difference lies in the use of the correlator template and a priori information. Each method in the concrete realization can be divided into: serial search and parallel search
- 2022-05-05 08:24:49下载
- 积分:1