代码搜索:时钟显示
找到约 10,000 项符合「时钟显示」的源代码
代码结果 10,000
www.eeworm.com/read/280258/10343588
cmp 系统时钟示例.cmp
www.eeworm.com/read/280258/10343591
eob 系统时钟示例.eob
www.eeworm.com/read/279503/10431982
sch 控温和时钟.sch
www.eeworm.com/read/422731/10615520
htm 13.13 背景时钟.htm
背景时钟
function clockView()
{
thistime= new Date(); //获取时间
//分别获取当前时间的小时、分和秒。
var hours=thistime.getHours();
var minutes=thistime.get
www.eeworm.com/read/349491/10824027
12864时钟
www.eeworm.com/read/419961/10826553
uv2 时钟.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 /
www.eeworm.com/read/419961/10826555
bak 时钟_opt.bak
### 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/419961/10826574
m51 时钟.m51
BL51 BANKED LINKER/LOCATER V5.11 03/01/2009 08:47:27 PAGE 1
BL51 BANKED LINKER/LOCATER V5.11, INVOKED BY:
D:\PROGRAM FILES\KEIL\C51\BIN\B
www.eeworm.com/read/418162/10962868
htm 13.13 背景时钟.htm
背景时钟
function clockView()
{
thistime= new Date(); //获取时间
//分别获取当前时间的小时、分和秒。
var hours=thistime.getHours();
var minutes=thistime.get
www.eeworm.com/read/470156/6914276
asm 13简单时钟.asm
;=================================================
; 简单时钟
;
; 时间设定 分钟减1 SW1
; 分钟加1 SW2
; 小时减1 SW3
; 小时加1 SW4
;=================================================
;
; zsMCU51实验板配套学习例程
;
; 中