代码搜索:Clock
找到约 10,000 项符合「Clock」的源代码
代码结果 10,000
www.eeworm.com/read/491739/6433732
h clock.h
#ifndef _CLOCK_H_
#define _CLOCK_H_
#include
#include
#ifndef F_CPU
#define F_CPU F_OSC
#endif
#define CLOCK_TCNT 65535 - (F_CPU / 1024);
#define CLOCK_HOUR 0
#d
www.eeworm.com/read/491739/6433761
lst clock.lst
1 .file "clock.c"
2 __SREG__ = 0x3f
3 __SP_H__ = 0x3e
4 __SP_L__ = 0x3d
5 __CCP__ = 0x34
6
www.eeworm.com/read/491739/6433762
o clock.o
www.eeworm.com/read/491410/6435272
schdoc clock.schdoc
www.eeworm.com/read/491340/6438927
v clock.v
module clock(clk,clk_1k,mode,change,turn,alert,hour,min,sec,
LD_alert,LD_hour,LD_min);
input clk,clk_1k,mode,change,turn;
output alert,LD_alert,LD_hour,LD_min;
output[7:0] hour,min,sec;
reg[7:0]
www.eeworm.com/read/490753/6441889
opt clock.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/490753/6441891
plg clock.plg
礦ision3 Build Log
Project:
G:\单片机课程设计\伟子数字钟\生产实习\clock.uv2
Project File Date: 05/06/2002
Output:
www.eeworm.com/read/490874/6444765
wmf clock.wmf
www.eeworm.com/read/490989/6446870