-
这是一个时间陷阱问题,不小心的话就会GAME OVER哦!哈哈!就看你的啦!...
这是一个时间陷阱问题,不小心的话就会GAME OVER哦!哈哈!就看你的啦!-This is a time trap, careless words will naGames OVER! Ha ha! See you!
- 2023-06-28 00:40:02下载
- 积分:1
-
学习单片机的教程往往是流水灯、数码管、键盘等等。这些例程主要是熟悉单片机的端口性质,程序算法一般都比较简单。极少见结合单片机I/O端口,内部存储器以及运算技巧为...
学习单片机的教程往往是流水灯、数码管、键盘等等。这些例程主要是熟悉单片机的端口性质,程序算法一般都比较简单。极少见结合单片机I/O端口,内部存储器以及运算技巧为一体的综合性练习。超简单单片机学习套材中的16X16汉字点阵模块提供了一个全新的学习平台。在一块只能显示一个汉字的点阵中,只利用Atmega48的内部资源实现几个汉字的移动,不但要清楚点阵的物理性能,知道如何送数据;还要了解单片机的可用资源,并通过编程利用内部存储器移动交换数据,确实是需要些技-Microcontroller tutorial to learn is often water lights, digital control, keyboard and so on. These routines are mainly familiar with the nature of microcontroller port, the program algorithm is generally relatively simple. Rare combination of microcontroller I/O ports, the internal memory and computing skills integrated exercises. Super-simple MCU learning materials in the 16X16 set of Chinese characters dot-matrix module provides a new learning platform. Can only display one character at a dot-matrix, only the use of internal resources to achieve Atmega48 few characters of the movement, not only to clear the physical properties of dot-matrix, to know how to send data also understand the MCU resources available, and programmed to exchange data using internal m
- 2022-03-25 02:44:30下载
- 积分:1
-
这是一个包含了基本操作的记事本软件,与Windows下的记事本软件相似。其中包含了所有的源代码。...
这是一个包含了基本操作的记事本软件,与Windows下的记事本软件相似。其中包含了所有的源代码。-This is a notebook that contains the basic operation of the software, and Windows, the software similar to Notepad. Which contains all the source code.
- 2023-05-24 23:20:02下载
- 积分: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
-
WinAsm32的确是一本好的教材,不管你是初学者,还是高手,都能从它里面学到很多的东西....
WinAsm32的确是一本好的教材,不管你是初学者,还是高手,都能从它里面学到很多的东西.-WinAsm32 is a good material, whether you are a beginner or expert, can learn from the inside many things.
- 2023-08-05 15:25:04下载
- 积分:1
-
学习如何使用MPLAB集成开发环境(IDE)的编码基因…
To learn how to use MPLAB Integrated Development Environment (IDE) for code generation, simulation, and debugging.
This code is a very simple program that sets up PORTC and PORTB I/Os and sends some values over these ports, and tries to read Port C and increments a counter and resets to a predetermined value when the counter rolls over to zero. All labels start in the first column, and the last line has an end directive. For detailed information, refer to the PIC18F452 datasheet on the course web page.
- 2022-07-13 16:21:22下载
- 积分:1
-
用win32汇编编写的魅力的彩色漩涡,样式有十几种变化
用win32汇编编写的魅力的彩色漩涡,样式有十几种变化-using win32 compilation prepared by the charm of the color swirl, forms a dozen changes
- 2022-02-04 18:52:07下载
- 积分:1
-
汇编判断正负的代码
汇编判断正负的代码-compilation of the code of plus or minus judgment
- 2022-03-11 01:57:56下载
- 积分:1
-
本源 代码实现的是汇编语言课程实验
本源 代码实现的是汇编语言课程实验---字符处理实验-source code is compiled to achieve language courses experiment--- characters experiment
- 2022-04-20 00:02:41下载
- 积分:1
-
简易文本编辑器,提供基本文本编辑功能,作为样本,可以更新完善...
简易文本编辑器,提供基本文本编辑功能,作为样本,可以更新完善-Simple text editor, text editor providing basic functionality, as samples can be updated to improve
- 2022-03-14 22:45:04下载
- 积分:1