-
时钟闪烁移动
#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
-
经典DSP书籍,最新的第二版。chm格式,非常清晰。
经典DSP书籍,最新的第二版。chm格式,非常清晰。-classic books, the latest version of the second. Chm format, very clear.
- 2023-08-25 08:10:06下载
- 积分:1
-
思科路由ebootk,这是PDF文件,你必须使用Adobe 8…
Cisco advanced routeing ebootk, this is pdf file and you had to use the Adobe 8 to see it. the part3
- 2022-02-06 18:27:07下载
- 积分:1
-
Visual C++数字图像处理,本书详细地在Visual C++下…
《Visual C++ 数字图像处理》,该书详细的讲解了在Visual C++条件下,如何进行数字图像的处理,同时也给出了在其他条件下的方法,最重要的是它是一本在数字图像处理方面的最权威的书籍。其中有书,同时有程序。- Visual C++ Digital image processing , the book in detail in the Visual C++ Conditions, how to carry out digital image processing, but also gives the conditions in other ways, the most important thing is that it is a digital image processing in the most authoritative books. Among them, the book, while procedures for doing so.
- 2022-01-25 19:37:58下载
- 积分:1
-
PNG图片格式数据结构的介绍.方便各位在处理PNG图片时可以很清晰的了解各个结构块的作用...
PNG图片格式数据结构的介绍.方便各位在处理PNG图片时可以很清晰的了解各个结构块的作用-PNG image format data structure of the introduction. Convenience you can handle PNG images very clear understanding of the role of various structural block
- 2022-05-30 08:27:49下载
- 积分:1
-
100 cases __41
c++时尚编程百例__41-60-100 cases __41-60
- 2023-07-09 10:40:03下载
- 积分:1
-
《格列佛游记》
《格列佛游记》-"grid Gulliver"s Travels "
- 2022-04-18 10:29:20下载
- 积分:1
-
在VC6.0 cyapi.lib /文件7.0
cyapi.lib 的文件for vc6.0/7.0-cyapi.lib documents for vc6.0/7.0
- 2022-01-26 01:01:15下载
- 积分:1
-
Verilog的学习资料,可编程器件fpga的开发语言,有重点介绍Verilog的关键语法...
Verilog的学习资料,可编程器件fpga的开发语言,有重点介绍Verilog的关键语法-Verilog learning materials, they simply PLD development language, and to highlight the key Verilog syntax
- 2022-03-17 21:08:51下载
- 积分:1
-
人事管理系统,里面一共有八个源码文件.希望对大家有所帮助....
人事管理系统,里面一共有八个源码文件.希望对大家有所帮助.-Personnel Management System, which documents a total of eight source. We want to help.
- 2022-02-01 21:19:45下载
- 积分:1