数字钟显示电路 - 免费下载
单片机编程资源
文件大小:412 K
💡 温馨提示:本资源由用户 isn_yuan 上传分享,仅供学习交流使用。如有侵权,请联系我们删除。
SHUZIZHONG显示电路
源程序如下:
#include <reg51.h>
#include <intrins.h>
unsigned char data dis_digit;
unsigned char code dis_code[]={ 0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7d,0x07,
0x7f,0x6f,0x77,0x7c,
0x39,0x5e,0x79,0x71};
unsigned char data dis_buf[16];
unsigned char data dis_index;
char hour,min,sec,wang,year,mouth,day;
unsigned char sec100;

📂 共 11 个源码文件 点击文件名可在线查看源代码