代码搜索:时钟显示
找到约 10,000 项符合「时钟显示」的源代码
代码结果 10,000
www.eeworm.com/read/473491/6844702
opt 准时钟.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/473491/6844703
c 准时钟.c
#include
sbit sda=P0^2;
sbit scl=P0^3;
unsigned int b,second,minute,hour;
code int led[10]={0x11,0xd7,
0x32,0x92,0xd4,0x98,0x18,
0xd3,0x10,0x90};
void delay(int t)
{
int u;
for(;t>0
www.eeworm.com/read/394265/8239604
实时时钟
www.eeworm.com/read/394257/8240287
asm 时钟程序.asm
;简单的时钟程序
BUFF_KEY EQU 21H ;键盘键
LED1 EQU 22H ;数码管显示缓存
LED2 EQU 23H
LED3 EQU 24H
LED4 EQU 25H
LED5 EQU 26H
www.eeworm.com/read/394257/8240289
hex 时钟程序.hex
www.eeworm.com/read/394257/8240290
bin 时钟程序.bin
www.eeworm.com/read/269474/11097333
c 时钟中断.c
/**********************************************************************************************************
*
* 电子科技大学嵌入式软件工程中心 版权所有
*
* Copyright (C) 2007 UE
www.eeworm.com/read/411821/11225452