-
Cast256算法软件.用汇编语言编写.
Cast256算法软件.用汇编语言编写.-Cast256 algorithm software. Prepared to use assembly language.
- 2022-01-26 02:21:35下载
- 积分:1
-
此程式为LED驱动,用合泰的蕊片,希望对大家有帮助
此程式为LED驱动,用合泰的蕊片,希望对大家有帮助-This program for LED-driven, with the chips Hetai hope everyone has to help
- 2023-03-26 12:35:04下载
- 积分:1
-
C51 original procedure, useful for reference, I also have the electric car progr...
c51原程序,好用的参考一下吧,我也有电动车程序2051的,有要的跟我联系!13401330733 肖良军-C51 original procedure, useful for reference, I also have the electric car program in 2051, has wanted to contact me! Liang Xiao-jun 13401330733
- 2022-09-05 19:20:03下载
- 积分:1
-
avr串口通信,适合所有型号的,为刚刚入门的人提供参考
avr串口通信,适合所有型号的,为刚刚入门的人提供参考-avr serial communications, suitable for all models for the entry of people just provide a reference
- 2022-12-26 00:20:03下载
- 积分:1
-
贪食蛇汇编源代码
贪食蛇汇编源代码-Snake compiled source code
- 2022-01-28 08:51:13下载
- 积分:1
-
电子应答器系统复位后的应答器。提前抢答显示犯规…
电子抢答器 系统复位后进行抢答.超前抢答显示犯规信号-electronic Responder system reset after Responder. Advance Responder shows fouls signal
- 2023-03-16 21:55:03下载
- 积分:1
-
一个AD9851的驱动程序。并行时序。现在的程序和原理图…
一个AD9851的驱动。用的并行时序。
现在把程序和电路图发上来,大家帮帮我看看问题出在那里。谢谢了。
要是有做成功的能共享一下电路和程序感激!
main.c
-An AD9851 driver. Timing used in parallel. Now that the procedures and schematics hair up, everyone help me to see the problem there. Thank you. If success has to do to share about the circuit and procedures grateful! main.c
- 2023-03-18 21:55:03下载
- 积分: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
-
本程序实现液晶显示控制器SED1335的字符和汉字显示。
1.显示屏为320*240点阵
2.显示屏前128行为图形方式显示汉字,后112行为文本方式显...
本程序实现液晶显示控制器SED1335的字符和汉字显示。
1.显示屏为320*240点阵
2.显示屏前128行为图形方式显示汉字,后112行为文本方式显示字符
3.汉字的Y坐标以象素点为单位,X坐标以8象素点为单位。-This program SED1335 LCD controller display of characters and Chinese characters. 1. Display of 320* 240 dot matrix 2. Display 128 acts of the former graphics display Chinese characters, act after the 112 character text display 3. Chinese characters Y coordinates to pixel-point unit, X pixel coordinates point to 8 units.
- 2023-05-28 15:05:03下载
- 积分:1
-
asm
这是一个字母或数制之间的转化程序,5为主模块,调用模块1和模块7
模块1又调用模块2、3、4和6四个模块,其中:
模块2实现小写字母向大写字母的转换
模块3实现大写字母向小写字母的转换
模块4实现二进制数向十六进制数的转换
模块6实现十六进制数向二进制数的转换
模块7实现十六进制数向十进制数的转换
按“q”键退出。
使用时,需将7个文件分别汇编,连接的方法为:
5+1+2+3+4+6+7
生成可执行文件“5” 即可运行。
(This is a letter or number system conversion process between the 5 main modules, called module 1 and module 7 module 1 also called modules 2,3,4 and 6 in four modules, of which: Module 2 realize lowercase letters to uppercase letters conversion module 3 realize capital letters to lowercase letters conversion module 4 realize binary number to hexadecimal number conversion module 6 hexadecimal number to realize binary number conversion module 7 realize hexadecimal number to decimal number conversion by the )
- 2008-05-27 20:43:25下载
- 积分:1