-
dspic6012A读写24LC02B的例程(用c语言编写)
dspic6012A读写24LC02B的例程(用c语言编写)-24LC02B of routines to read and write dspic6012A (using c language)
- 2023-05-27 22:30:04下载
- 积分:1
-
利用dos功能调用,显示字符和色彩图案
利用dos功能调用,显示字符和色彩图案-use function calls, showing character and color logo
- 2022-07-02 01:40:24下载
- 积分:1
-
Magic works first hand source has been preserved for everyone to contribute.Magi...
Magic works first hand source has been preserved for everyone to contribute.Magic hands 3.4 source code
- 2023-05-02 02:00:04下载
- 积分:1
-
This is a simulation of serial IO port, using a program written in assembly code...
这是一个IO口模拟串口,采用51汇编代码编写的程序-This is a simulation of serial IO port, using a program written in assembly code 51
- 2022-03-22 21:55:48下载
- 积分:1
-
这是2*8字符型点阵液晶的子程序,有详细注释,希望能给大家一些帮助。...
这是2*8字符型点阵液晶的子程序,有详细注释,希望能给大家一些帮助。-this is 2* 8 character dot-matrix LCD subroutine, detailed notes, in hopes of giving you some help.
- 2023-05-18 21:20:03下载
- 积分:1
-
有好多vb入门代码,其中注释较多,
请根据要求查看!
有好多vb入门代码,其中注释较多,
请根据要求查看!-Vb has a lot of entry-code, which notes more, please ask to see!
- 2023-07-19 22:05:03下载
- 积分:1
-
数据库课程设计 题目:图书管理系统 里面详细的编程目的,设计方案...
数据库课程设计 题目:图书管理系统 里面详细的编程目的,设计方案-Database curriculum design topics: library management system, which detailed the purpose of programming, design
- 2022-03-10 11:47:45下载
- 积分:1
-
省去繁杂的脑力劳动,自动生成LED的表格。
省去繁杂的脑力劳动,自动生成LED的表格。-avoid complicated mental, automatic generation LED form.
- 2022-04-29 03:37:58下载
- 积分:1
-
适用于内藏SED1335及其兼容控制器的320X240点阵字符
适用于内藏SED1335及其兼容控制器的320X240点阵字符-Applicable to embedded controller SED1335 compatible and SHARP-LM32019T 320X240 dot matrix characters
- 2022-05-23 09:29:40下载
- 积分: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