代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/332901/12717609
plg timer.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\rubby\桌面\用89C51做的一个简单的电子钟\源代码\timer.uv2
Project File Date: 06/05/2008
Output:
www.eeworm.com/read/332901/12717622
hex timer.hex
:1006C500758911D2A9D28CD2AF750D05750C067539
:0306D5000F0122F0
:0B06E4001206C51205E612000E80F899
:1006840088BDC494B19282BC8090A083CA85C2E222
:10069400083D44143112023C001020034A05426212
:0106A400FF
www.eeworm.com/read/332901/12717635
c timer.c
#include "timer.h"
#include "main.h"
#include "keyboard.h"
#include "led.h"
unsigned char display_buffer[6]; //显示缓冲区
unsigned char second,minute,hour,day,month,year; //分别保存秒、分、时、天
www.eeworm.com/read/332901/12717639
opt timer.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/332901/12717641
h timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
extern unsigned char year,month,day;
void timer(void);
#endif
www.eeworm.com/read/332901/12717644
obj timer.obj
www.eeworm.com/read/332901/12717653
plg timer.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\rubby\桌面\用89C51做的一个简单的电子钟\新建文件夹\timer.uv2
Project File Date: 06/05/2008
Output:
www.eeworm.com/read/332901/12717664
opt timer.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/145484/12719902