-
分区详细资料,8086ASM
分区详细资料,8086ASM-through detailed information 8086ASM
- 2022-05-16 14:55:00下载
- 积分:1
-
汇编语言超浓缩教程~~!适合初学者,让你尽快进入汇编的领域。...
汇编语言超浓缩教程~~!适合初学者,让你尽快进入汇编的领域。-assembly language-enrichment Guide ~ ~! For beginners, so as soon as you enter the field of compilation.
- 2022-05-15 02:45:42下载
- 积分:1
-
The driver of AT24C01, it will bring you very big benfit if you will read it, it...
AT24C01的汇编驱动程序,如果能看懂会给你带来很大的好处,学习的好资料.-The driver of AT24C01, it will bring you very big benfit if you will read it, it is very nice.
- 2022-09-03 12:05:02下载
- 积分:1
-
用回溯法实现最大团问题
用回溯法实现最大团问题-with retroactive law to achieve the greatest problem Mission
- 2022-01-25 14:17:39下载
- 积分:1
-
实现高
实现高级电子琴的程序,并实现若干扩展功能。
基本功能:用8257键盘输入对应的七个音阶,通过实验箱的喇叭发出声音,并通过七段数码管显示输入音阶;
扩展功能:1、录音:记录所弹奏曲目
2、放录音:任意时刻重放最新记录曲目
3、在程序中可预设一曲目,按一键实现播放该曲目。
4、在播放录制曲目或预设曲目时,按8279键盘上任意键可以暂停播放,再按一次从暂停处继续播放。
5、程序运行时有友好的用户介面
-Realize high-level organ of the process and realize a number of extensions. Basic functions: keyboard 8257 corresponds with the seven scale, through experimental sound speaker boxes, and through Seven-Segment LED display input scale the expansion of functions: one, sound recording: Record the playing pieces 2, released recordings: any time replay music 3-to-date records, in the proceedings may be the default one track, according to realize one key to play the tracks. 4, recording tracks in the player or the default program, press any key on the keyboard 8279 can pause playback, press once again to continue from the suspended players. 5, is running friendly user interface
- 2023-05-29 06:35:03下载
- 积分:1
-
51单片机状态顺序编码,监控程序在主程序中
51单片机状态顺序编码,监控程序在主程序中
-Coding sequence of 51 single-chip status, monitoring procedures in the main program in
- 2023-06-24 13:40:03下载
- 积分:1
-
Basic程序解释器及编译原理的简单化(1)
Basic程序解释器及编译原理的简单化(1)--词法分析和代数式求值-Basic program interpreter and compiler principles simplistic (1)-- lexical analysis and algebraic expression evaluates
- 2022-01-21 17:47:26下载
- 积分:1
-
能够完成小车的自动平衡功能,并且能够在液晶显示屏中显示数据。...
能够完成小车的自动平衡功能,并且能够在液晶显示屏中显示数据。-To complete the car" s self-balancing functions, and can be displayed in the LCD display data.
- 2023-04-07 18:50:03下载
- 积分:1
-
小孩子都会玩的极品飞车小游戏.汇编程序.原对大家的汇编学习有所帮助....
小孩子都会玩的极品飞车小游戏.汇编程序.原对大家的汇编学习有所帮助.-children will be playing the game Need for Speed small. Assembler. Members of the original compilation of learning some help.
- 2023-07-26 12:50:03下载
- 积分:1
-
1、用8255的A口驱动六个七段数码管(LED)的字段,C口驱动六位七段数码管(LED)的位控端,右侧两位显示分值,左侧两位显示秒值。
2、段数码管采用动态...
1、用8255的A口驱动六个七段数码管(LED)的字段,C口驱动六位七段数码管(LED)的位控端,右侧两位显示分值,左侧两位显示秒值。
2、段数码管采用动态扫描方式,用8253做定时器(采用查询方式),每位显示的时间50Hz。
3、以5ms为基本时间单位,计数产生秒时间值,秒计数到60时对分计数,分计数到69时对时计数。
-BUFF_KEY EQU 21H BUFF_LED1 EQU 22H
BUFF_LED2 EQU 23H
BUFF_LED3 EQU 24H
BUFF_LED4 EQU 25H
BUFF_LED5 EQU 26H
BUFF_LED6
- 2022-06-15 18:58:08下载
- 积分:1