代码搜索:数字时钟程序
找到约 10,000 项符合「数字时钟程序」的源代码
代码结果 10,000
www.eeworm.com/read/182868/9187733
txt 数字时钟.txt
function www_helpor_net()
{
var Digital=new Date()
var hours=Digital.getHours()
var minutes=Digital
www.eeworm.com/read/377895/9258962
txt 数字时钟.txt
#include
unsigned char code dispcode[]={0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7d,0x07,
0x7f,0x6f,0x77,0x7c,
www.eeworm.com/read/419899/10829968
c 数字时钟.c
#include
#define uchar unsigned char
#define uint unsigned int
sbit key2=P3^5;
sbit key3=P3^6;
sbit LED=P1^7;
uchar code display[11]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,
www.eeworm.com/read/273345/10919500
txt 数字时钟.txt
/*20. 数字钟﹝★﹞
1. 实验任务
(1. 开机时,显示12:00:00的时间开始计时;
(2. P0.0/AD0控制"秒"的调整,每按一次加1秒;
(3. P0.1/AD1控制"分"的调整,每按一次加1分;
(4. P0.2/AD2控制"时"的调整,每按一次加1个小时;
2. 电路原理图
图
www.eeworm.com/read/460902/7238065
c 数字时钟.c
#include
unsigned char code num[]={0xc0,0xdf9,0xa4,0xb0,0x99,
0x92,0x82,0xf8,0x80,0x90};
unsigned char hour=0,min=0,sec=0,dat,mon,year;
unsigned char sign=0,set=0;
www.eeworm.com/read/341768/12066616
dni 数字时钟.dni
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[Interrupts]
Enabled=1
[MemoryMap]
Enabled=0
TypeVolition=1
UnspecRange=1
ActionState=1
[State Storage]
Control Register=8562
[Sequencer]
Con