-
时钟闪烁移动
#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
-
asp programming entirely manual for novice! Where there were numerous examples a...
asp编程完全手册,适合新手!里面有大量实例和详细介绍,相信是你入门的好帮手!-asp programming entirely manual for novice! Where there were numerous examples and detailed information, I believe that your entry is a good helper!
- 2022-03-04 05:58:37下载
- 积分:1
-
VHDL Programming by Example (McGraw.Hill an electronic version )
VHDL Programming by Example(McGraw.Hill著 电子版)-VHDL Programming by Example (McGraw.Hill an electronic version )
- 2022-02-11 22:15:19下载
- 积分:1
-
On a VC++ Entry of very useful books, for beginners to use
一本关于VC++入门的十分有用的书籍,供初学者使用-On a VC++ Entry of very useful books, for beginners to use
- 2022-05-22 12:11:50下载
- 积分:1
-
Integrated Operational Amplifiers circuit sets, viewing reader Superstar
集成运算放大器应用电路集,超星阅览器阅览-Integrated Operational Amplifiers circuit sets, viewing reader Superstar
- 2022-12-19 12:00:03下载
- 积分:1
-
FILE VIEW : made by prf.mr SONG in korea.
This file describe rendering skill f...
FILE VIEW : made by prf.mr SONG in korea.
This file describe rendering skill for study smoke(SPH).
- 2023-05-15 14:00:05下载
- 积分:1
-
正弦波逆变器,是一本介绍逆变源书,想设计ups等逆变电源一定少不了它,我花了很多时间才在网上找到....
正弦波逆变器,是一本介绍逆变源书,想设计ups等逆变电源一定少不了它,我花了很多时间才在网上找到.-Sine wave inverter is an inverter introduced source book, like the design of inverter power supply ups, etc. and ultimately, it must, I spent a lot of time only found online.
- 2022-11-13 15:00:05下载
- 积分:1
-
vc知识库,可以看看,比较简略的一个
vc知识库,可以看看,比较简略的一个-vc knowledge base can see, in a relatively brief
- 2022-01-25 17:44:47下载
- 积分:1
-
数据通讯与网络教程是进行网络编程和数据通信人员的一本圣经,共分为十部分,这是第三部分,尤其对准备从事网络编程、数据通信编程的工程人员具有指导意义。...
数据通讯与网络教程是进行网络编程和数据通信人员的一本圣经,共分为十部分,这是第三部分,尤其对准备从事网络编程、数据通信编程的工程人员具有指导意义。-data communication and network Guide is network programming and data communications staff of a Bible, is divided into 10 parts, This is the third part, in particular the right to engage in network programming, data communications programming staff is instructive.
- 2022-02-02 03:37:42下载
- 积分:1
-
Proficient in VC video and audio MPEG
精通VC视频音频MPEG-4视频编解码源代码(VC版)-Proficient in VC video and audio MPEG-4 video codec source code (VC Edition)
- 2022-02-07 06:49:54下载
- 积分:1