代码搜索:数字时钟程序
找到约 10,000 项符合「数字时钟程序」的源代码
代码结果 10,000
www.eeworm.com/read/421216/10750382
asm 液晶+时钟.asm
;经测试通过
;系统:增强型学习板
;功能:读写1302,1602显示时钟
;DS1302引脚定义
SCLK BIT P1.5 ;时钟控制总线
IO_DATA BIT P1.6 ;数据传送总线
RST BIT P1.7 ;复位总线
;DS1302地址空间定义
Bitcnt DATA 30H ;数据位计数器
Bytecnt DATA 31H ;数据字节
www.eeworm.com/read/349675/10804846
c lcd时钟.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define BOOL bit
sbit remoteout=P3^2;
sbit rs = P1^0;
sbit rw = P1^1;
sbit ep = P1^2;
uchar tem
www.eeworm.com/read/349675/10804850
opt lcd时钟.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/349675/10804853
lst lcd时钟.lst
C51 COMPILER V8.02 LCD时钟 08/19/2008 21:00:06 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE LCD时钟
OBJECT MODULE PLACED IN lcd
www.eeworm.com/read/349675/10804854
obj lcd时钟.obj
www.eeworm.com/read/349675/10804860
hex lcd时钟.hex
:10011F0030313233343536373839202054696D65F4
:0B012F0020746F2074696D65202000B3
:10015400AD071FED600FE4FEEEC394FA50F2000009
:0501640000000E80F315
:010169002273
:10000600C290D291D29200000000E5803392
www.eeworm.com/read/349675/10804864
plg lcd时钟.plg
礦ision3 Build Log
Project:
D:\我的文件\51单几片\Keil\lcd时钟\lcd时钟.uv2
Project File Date: 08/19/2008
Output:
Build target 'Target 1'
compiling lcd时钟.c
www.eeworm.com/read/419961/10826545
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/274901/10846362
asm 准确时钟.asm
EX EQU 24H
EL EQU 24H
EH EQU 25H
SEC EQU 28H
MIN EQU 27H
HOU EQU 26H
COUNTER EQU 2AH
FM EQU 30H
ORG 200AH
DCW HSOINT
ORG 2080H
MAIN : LD SP,#00C0H
DI
CLRB INT_PEND
L