- 1、本文档共6页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
#includereg51.h
sbitLed1=P0^0;sbitLed2=P0^1;sbitLed3=P0^2;sbitLed4=P0^3;sbitLed5=P0^4;
sbitSPK=P1^1;sbitKey4=P1^7;
sbitKey2=P1^5;sbitKey1=P1^4;
voidDelayTime(unsignedintDTime)
{
unsignedintuiCnt;
for(uiCnt=0;uiCntDTime*50;uiCnt++);
}
codeunsignedcharLedSeg[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
main()
{
unsignedcharSecond=59,Minute=59,Month=29,Day=29,Year=11,Hour=23;unsignedintwCnt=0;
unsignedcharBLed=0,ucLed1=1,ucLed2=2,ucLed3=3,ucLed4=4;bitFlashBit=0;//0:不闪烁;1:闪烁
unsignedcharShift=0;
while(1)
{
/*计时*/if(wCnt200)
{
wCnt=0;
if(++Second59)
{ Second=0;if(++Minute59)
{ Minute=0;if(++Hour23)
{ Hour=0;
if(Month==1||Month==3||Month==5||Month==7||Month==8||Month==10||Month==12)
{ if(++Day31)
{ Day=01;
if(++Month12)
{ Month=01;Year++;
}
}
}
elseif(Month==2)
{
if(Year%4==0Year%100!=0||Year%400==0)
{
if(++Day29)
{ Day=01;
if(++Month12)
{ Month=01;Year++;
}
}
}
else
{
if(++Day28)
{ Day=01;
if(++Month12)
{ Month=01;Year++;
}
}
}
}
else
{
if(++Day30)
{ Day=01;
if(++Month12)
{ Month=01;Year++;
}
}
}
}
}
}
}
switch(++wCnt%5)
{
case0: //显示秒的个位
Led2=1; //定位显示数码管Led3=0;
Led4=0;
Led5=0;
Led1=0;
if(FlashBitShift==0)
{
if(wCnt100)
P2=LedSeg[ucLed1];//亮
}
else
else
P2=0;//灭
P2=LedSeg[ucLed1];break;
case1:
P0=0xe0;Led3=1;
if(FlashBitShift==1)
{
if(wCnt100)
P2=LedSeg[ucLed2];//亮
}
else
else
P2=0;//灭
P2=LedSeg[ucLed2];break;
case2:
P0=0xe0;Led4=1;
if(FlashBitShift==2)
{
if(wCnt100)
P2=LedSeg[ucLed3];//亮
}
else
else
P2=0;//灭
P2=LedSeg[ucLed3];break;
case3:
P0=0xe0;Led5=1;
if(FlashBitShift==3)
{
if(wCnt100)
P2=LedSeg[ucLed4];//亮
}
else
else
P2=0;//灭
P2=LedSeg[ucLed4];break;
case4:
P0=0xe0;Led1=1;
P2=LedSeg[BLed];break;
}
DelayTime(5);
if(Key4==0)
{
DelayTime(10);while(Key4==0);if(!FlashBit)
{
BLed++;
if(BLed2)
BLed=0;
}
/*如果切换放置这个位置,会出现什么结果?
文档评论(0)