-
用8251实现串行口异步通信,自发自收,波特率1200bps。采用查询方式发送与接收。从键盘输入发送字符。发送与接收的字符均在屏幕上显示。按esc键返回dos...
用8251实现串行口异步通信,自发自收,波特率1200bps。采用查询方式发送与接收。从键盘输入发送字符。发送与接收的字符均在屏幕上显示。按esc键返回dos-Achieved with the 8251 serial asynchronous communication, spontaneous self-income, the baud rate 1200bps. Way to send and receive using queries. To send characters from the keyboard. Send and receive characters are displayed on the screen. Press esc key to return to dos
- 2023-08-01 07:45:03下载
- 积分:1
-
二进制计算器,位运算,计算器
二进制计算器,位运算,计算器--用户界面设计,汇编语言学习工具-binary calculator, bit, calculator-- user interface design, assembly language learning tool
- 2022-05-28 16:00:11下载
- 积分:1
-
Do STC89C52 learning remote control, infrared remote control can keep eight of i...
STC89C52做的学习型遥控器,可存八个红外遥控信息,只要再把按键用定时器中断2完成就可以用于商业生产了-Do STC89C52 learning remote control, infrared remote control can keep eight of information, as long as the button and then use Timer 2 interrupt can be completed for commercial production of the
- 2022-02-09 12:04:42下载
- 积分:1
-
单词记忆,每天可以学习单词
单词记忆,每天可以学习单词-word memory, learning words a day
- 2022-04-24 01:19:34下载
- 积分: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
-
8259A实验程序,可以实现中断实验,已经在星眼上运行了,是非常不错的...
8259A实验程序,可以实现中断实验,已经在星眼上运行了,是非常不错的-this is 8259a
- 2022-07-07 22:23:07下载
- 积分:1
-
The program is to achieve the realization of digital clock, and a corresponding...
该程序是实现数字钟的实现 ,并且有相应的界面。-The program is to achieve the realization of digital clock, and a corresponding interface.
- 2023-03-21 02:45:03下载
- 积分:1
-
Cutting graphics computer graphics processing is very important aspect, the proc...
图形的裁剪是计算机图形处理中很重要的环节,本程序介绍了这一功能。-Cutting graphics computer graphics processing is very important aspect, the procedures introduced this feature.
- 2022-01-28 05:01:09下载
- 积分:1
-
汇编小游戏,主要是坦克打靶,通过控制坦克来击打天空中飞来飞去的靶子...
汇编小游戏,主要是坦克打靶,通过控制坦克来击打天空中飞来飞去的靶子-Compilation of small games, mainly targeting tanks, by controlling the tank to hit the sky flying target
- 2023-01-12 11:05:03下载
- 积分:1
-
写汇编代码实现一个圆形的先入先出(FIFO)缓冲器…
To write assembly code to implement a circular First In First Out (FIFO) buffer in the data memory of PIC18F452 microcontroller, using the microcontroller’s direct addressing mode and indirect addressing mode. To expand on the FIFO assignment and implement the FIFO solution on the QWIKFLASH PIC target board and display the FIFOSTATUS as LED indicators. Recall:
Flags within a file register called FIFOSTATUS:
• Bit 0: FIFO_full
• Bit 1: FIFO_empty
• Bit 2: attempt_2_read when FIFO_empty
• Bit 3: attempt_2_write when FIFO_full
- 2023-05-10 17:35:03下载
- 积分:1