代码搜索:时钟显示
找到约 10,000 项符合「时钟显示」的源代码
代码结果 10,000
www.eeworm.com/read/234028/14124986
obj 电子时钟.obj
www.eeworm.com/read/234028/14125002
lst 电子时钟.lst
C51 COMPILER V7.07 电子时钟 06/21/2005 17:15:24 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE 电子时钟
OBJECT MODULE PLACED IN 电子时钟.O
www.eeworm.com/read/131738/14131731
c 电子时钟.c
#include
#define uchar unsigned char
#define uint unsigned int
uchar code TAB[]={0x77,0x42,0x3b,0x6b,0x4e,0x6d,0x7d,0x47,0x7f,0x6f}; //字码表
sbit com1= P1^7; //数码管公共端1
sbit com2= P1^6;
www.eeworm.com/read/129769/14228059
8h 时钟.8h
www.eeworm.com/read/129383/14248250
asm 时钟2.asm
ORG 0000H
MOV TMOD,#10H
MOV R0,#0H
MOV DPTR,#TAB
MOV R1,#0H
MOV R2,#0H
MOV R3,#0H
MOV R4,#4H
MOV R5,#4H
MOV R6,#5H
MOV TH1,#03CH ;计算器定义
MOV TL1,#0B0H
SETB TR1 ;TR1计时开始
C
www.eeworm.com/read/129383/14248257
bin 时钟2.bin
www.eeworm.com/read/129383/14248312
hex 时钟2.hex
www.eeworm.com/read/126198/14438330
txt 图片时钟.txt
利用JavaScript生成图片时钟
n0=
"#define t_width 3\n"
+"#define t_height 5\n"
+"static char t_bits[]={0xF,0x5,0x5,0x5,0xF}";
n1=
"#define t_width 3\n"
+"#define t_height 5\n"
+"static char t
www.eeworm.com/read/221273/14751462
asm 实时钟程序.asm
;********************************************************************************
;题目: 实时钟程序设计
;功能: 实时显示分,秒,毫秒,并可以通过按键来调整时间。。
;作者:解兴哲 生医0401 20044725
;日期:2007,7,2
;***********************