代码搜索:数字时钟程序
找到约 10,000 项符合「数字时钟程序」的源代码
代码结果 10,000
www.eeworm.com/read/129383/14248276
asm 时钟.asm
ORG 0000H
MOV TMOD,#10H
MOV R0,#0H
MOV DPTR,#TAB
MOV R1,#0H
MOV R2,#0H
MOV R3,#0H
MOV TH1,#03CH ;计算器定义
MOV TL1,#0B0H
SETB TR1 ;TR1计时开始
COUN: JBC TF1,MIAO ;计满则转
MOV B,#0AH
www.eeworm.com/read/129383/14248287
hex 时钟.hex
www.eeworm.com/read/129383/14248326
bin 时钟.bin
www.eeworm.com/read/228681/14369274
c 时钟.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit rs=P1^4;
sbit rw=P1^5;
sbit en=P1^6;
sbit bflag=P0^7;
sbit reset=P3^5;
sbit sclk=P3^7;
sbit i
www.eeworm.com/read/122727/14671057
htm 时钟.htm
helpstat = false;
stprompt = true;
basic = false;
function thelp(swtch){
if (swtch == 1){
basic = false;
stprompt = false;
helpstat = true;
} else if
www.eeworm.com/read/121286/14760693
java 时钟.java
import java.applet.*;
import java.awt.*;
import java.util.*;
import java.awt.event.*;
import java.math.*;
public class Date00 extends Applet implements Runnable
{
Date t; Thread tr; Image bu
www.eeworm.com/read/121286/14760694
ser 时钟.ser
www.eeworm.com/read/220048/14854654
时钟显示
www.eeworm.com/read/220026/14855849
htm 时钟.htm
时钟按钮
j = 0
sub Reveal( )
id2 = setTimeout("Reveal( )",1000)
bu.value=time()
if j = 1 then
j = 0
else
j = j + 1
end If
end sub
www.eeworm.com/read/215798/15047301