代码搜索:时钟显示
找到约 10,000 项符合「时钟显示」的源代码
代码结果 10,000
www.eeworm.com/read/454881/7381977
plg 时钟_1602.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\dell\My Documents\平凡单片机实验\时钟\时钟_1602\keil\时钟_1602.uv2
Project File Date: 08/09/2007
Output:
www.eeworm.com/read/454881/7381979
opt 时钟_1602.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/454881/7381980
lst 时钟_1602.lst
C51 COMPILER V7.50 时钟_1602 08/18/2007 17:24:18 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE 时钟_1602
OBJECT MODULE PLACED IN 时
www.eeworm.com/read/454881/7381981
hex 时钟_1602.hex
:1002B700045832385E430C4C3031323334353637DC
:1002C7003839203A082E0000000000000000045CC6
:1002D70000000000062861646A757374063C2020DC
:1002E70074696D65064220207431202004366F66DC
:1002F700662004236F6
www.eeworm.com/read/454881/7381982
c 时钟_1602.c
#include
#include
#define uchar unsigned char
uchar tmp[4]= {"28^C"};
uchar num[12]={"0123456789 :"};//数字数数组
uchar time[8]={0};
uchar t1_set[4]={0};
uchar adj[6]={"adjust
www.eeworm.com/read/454881/7381984
obj 时钟_1602.obj
www.eeworm.com/read/454881/7381986
pwi 时钟_1602.pwi
www.eeworm.com/read/454881/7381987
dsn 时钟_1602.dsn
www.eeworm.com/read/454421/7391921
plg 时钟2.plg
礦ision2 Build Log
Project:
F:\rock\时钟over\时钟over.uv2
Project File Date: 02/04/2006
Output:
compiling 时钟2.c...
时钟2.C(1): warning C500: MISSING
www.eeworm.com/read/454421/7391925
c 时钟over.c
//////////////////////////////////////////////////
// //
// AT89C51时钟程序 //
//