赞
踩
#include
#include
#define uint unsigned int
#define uchar unsigned char
sbit P37=P3^7;
sbit P07=P0^7;
sbit P06=P0^6;
uchar m,a,b,c,i,k,s,r=0;
uint j,sum,d1=0,d2=0,d3=0,d4=0,d5=0,d6=0;
uchar code tab1[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f}; //倒计时字符表
uchar code tab[6]={0x06,0x5b,0x4f,0x66,0x6d,0x7d}; //编号字符表
//头文件及参数定义
main() //主函数
{
//中断服务程序~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
EA=1; //开中断总开关
EX0=1; //开外部中断INT0
IT0=1; //选择下降沿触发方式
TMOD=0x01; //定时器T0选择方式一
while(1) //等待中断
//跑马程序~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
{ for(k=0
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。