-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
密码学的内容!
密码学的内容!-Cryptography content!
- 2022-05-19 08:57:49下载
- 积分:1
-
Discusses the basic principles of fax communications, transmission theory, modul...
论述了传真通讯的基本原理,传输理论,调制原理和传真通讯规程。-Discusses the basic principles of fax communications, transmission theory, modulation theory and fax communications protocols.
- 2022-01-26 00:56:35下载
- 积分:1
-
- 2022-11-12 01:20:04下载
- 积分:1
-
学习AJXA的好教程,适合初学者,更多资料http://www.gishr.com
学习AJXA的好教程,适合初学者,更多资料http://www.gishr.com-learning AJXA good guidance for beginners and more information http :// www.gishr.com
- 2023-06-08 09:25:04下载
- 积分:1
-
ROPFont.rar procedures, very good, we try
ROPFont.rar程序,非常好用,大家-ROPFont.rar procedures, very good, we try
- 2022-03-15 03:36:55下载
- 积分:1
-
PIC18指令集中文介绍,详细介绍了microchip刚推出的16位哈拂结构,更大存储空间,RAM分页/段管理的单片机的指令使用...
PIC18指令集中文介绍,详细介绍了microchip刚推出的16位哈拂结构,更大存储空间,RAM分页/段管理的单片机的指令使用-PIC18 Chinese instruction set, introduced in detail Microchip recently launched 16 Harvard structure, greater storage space, RAM Pagination/SCM management of the use of the directive
- 2022-02-07 18:56:25下载
- 积分:1
-
信号与系统分析及MATLAB实现一书中的所有源代码,具有较高的实用价值!...
信号与系统分析及MATLAB实现一书中的所有源代码,具有较高的实用价值!-Signal and System Analysis and MATLAB a book of all the source code has high practical value.
- 2022-02-12 04:03:28下载
- 积分:1
-
To a voice
把一种基于语音的正弦模型的高音何时长修正算法应用于汉语普通话的韵律调整-To a voice-based sinusoidal model when long treble Mandarin correction algorithm applied to adjust the rhythm
- 2023-07-20 16:35:03下载
- 积分:1
-
Spring入门的好教材,对于那些急于了解spring为何物的初学者,不可错过...
Spring入门的好教材,对于那些急于了解spring为何物的初学者,不可错过-Spring Introduction to good teaching, for those eager to know what spring beginner, not to be missed
- 2022-04-20 07:36:15下载
- 积分:1