代码搜索:时钟显示
找到约 10,000 项符合「时钟显示」的源代码
代码结果 10,000
www.eeworm.com/read/478351/6715257
plg 液晶时钟.plg
礦ision3 Build Log
Project:
I:\液晶时钟\液晶时钟.uv2
Project File Date: 05/08/2009
Output:
www.eeworm.com/read/478351/6715261
c 液晶时钟.c
#include
#define uchar unsigned char
#define uint unsigned int
#define Data P0
sbit e=P3^5;
sbit rw=P3^6;
sbit rs=P3^7;
uchar code table1[]={"HXJ"};
uchar code table2[]={"ww
www.eeworm.com/read/406131/11449068
txt 时钟程序.txt
ORG 000BH
LJMP TINTRUP
ORG 0340h ;SY11
CLOCK0: MOV SP,#50H
MOV R0,#7EH
MOV R4,#06H
CLR A
CLOCK1: MOV @R0,A
DEC R0
DJNZ R4,CLOCK1
MOV A,#7EH
MOV DPTR,#1FFFH
MOVX @DPTR,A
MOV 7
www.eeworm.com/read/400888/11567265
c 走时钟.c
//******************************************************************************
// MSP-FET430P440 Demo - Timer_A, Toggle P5.1, CCR0 Cont. Mode ISR, DCO SMCLK
//
// Description: Toggle P5.1 using
www.eeworm.com/read/348011/11617664
asm 数码时钟.asm
;*****本时钟是通过四位数码管显示的,所以只能显示时和分中间为秒
;*****可以通个3和7进行时和分的连续时间调整.(时间显示很精确的喔)
DI_DA DATA 20H ;计数
SEC DATA 21H ;秒
MIN DATA 22H ;分
HOUR DATA 23H ;时
MIN_ BIT P1.1 ;时间调整,可以修改口
www.eeworm.com/read/260209/11739531
txt 时钟一.txt
AT89C2051时钟程序 ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; 定时器T0、T1溢出周期为50MS,T0为秒计数用, T1为调整时闪烁用,
; P3.7为调整按钮,P1口 为字符输出口,采用共阳显示管。
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
www.eeworm.com/read/345888/11783911
dsn 液晶时钟.dsn
www.eeworm.com/read/345888/11783913