教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 精品文档 > 基础教育 >

基于51数码管显示的万年历(仿真+程序[完整])(3)

来源:网络收集 时间:2026-07-06
导读: } } } } } { today.month=1; } today.year[0]=today.year[0]+1; if(today.year[0]>=100) { today.year[0]=0; today.year[1]=today.year[1]+1; } if(today.year[1]==100) { today.year[1]=0; } } smg_display(); /**

}

}

}

}

}

{

today.month=1; }

today.year[0]=today.year[0]+1; if(today.year[0]>=100) {

today.year[0]=0;

today.year[1]=today.year[1]+1; }

if(today.year[1]==100) {

today.year[1]=0; }

}

smg_display();

/*************INT0中断服务子程序*****************/

void int0_int() interrupt 0 using 1 {

uchar k; switch(add_sub) {

case 0x80:switch(key_detection) {

case 0xfe: {

now.second++; if(now.second>=60)

smg_display();

}break; case 0xfd: {

now.minute++; if(now.minute>=60)

smg_display();

}break; case 0xfb: {

now.hour++;

now.second=0; now.minute=0;

if(now.hour>=24) now.hour=0; smg_display();

}break; case 0xf7: {

today.week++;

if(today.week>=8) today.week=1; smg_display();

}break; case 0xef: {

today.day++;

k=leap_year(today.year[1],today.year[0]); if((k==1)&&(today.month==2)) {

if(today.day>=30) today.day=1; } else

if(today.day>=months_days[today.month-1])

today.day=1;

smg_display();

}break; case 0xdf: {

today.month++;

if(today.month>=13) today.month=1; smg_display();

}break; case 0xbf: {

today.year[0]=today.year[0]+1;

if(today.year[0]>=100) {

today.year[0]=0;

today.year[1]=today.year[1]+1; }

smg_display();

if(today.year[1]==100) today.year[1]=0;

}break;

default:{EA=1;EX0=0;TR0=1;}break;

}break;

case 0x00:switch(key_detection) {

case 0x7e: {

//now.second++;

if(now.second>0) now.second--; else now.second=59; smg_display();

}break; case 0x7d: {

//now.minute++;

if(now.minute>0) now.minute--; else now.minute=59; smg_display();

}break; case 0x7b: {

//now.hour++;

if(now.hour>0) now.hour--; else now.hour=23; smg_display();

基于51数码管显示的万年历(仿真+程序[完整])(3).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/wendang/564724.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)