代码搜索:主时钟

找到约 10,000 项符合「主时钟」的源代码

代码结果 10,000
www.eeworm.com/read/387769/8654980

txt 时钟.txt

CURR_NUM_1 EQU 30H ;HEX CURR_NUM_2 EQU 31H CURR_NUM_3 EQU 32H VAR_TIME EQU 33H ;soft timer ;*********************************************************** org 0000H jmp MAIN org 000BH j
www.eeworm.com/read/381295/9099392

数字时钟

www.eeworm.com/read/372084/9522213

c 时钟.c

#include #include #include void delay(uint z) { uint x,y; for(x=z;x>0;x--) for(y=110;y>0;y--); } void write_com(uchar com) //LCD写命令 { lcdrs=0; P0=
www.eeworm.com/read/372084/9522220

plg 时钟.plg

礦ision2 Build Log Project: E:\作业\时钟\时钟.uv2 Project File Date: 10/14/2008 Output: Build target 'Target 1' assembling STARTUP.A51... compiling
www.eeworm.com/read/372084/9522224

lst 时钟.lst

C51 COMPILER V7.50 时钟 10/17/2008 20:38:09 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE 时钟 OBJECT MODULE PLACED IN 时钟.OBJ
www.eeworm.com/read/372084/9522226

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/370908/9575951

pdf 时钟.pdf

www.eeworm.com/read/370908/9575953

jpg 时钟.jpg

www.eeworm.com/read/366052/9836066

doc 时钟.doc

www.eeworm.com/read/164537/10103952

txt 时钟.txt

;本程序用于动态显示系统时间~~按右SHIFT结束本程序~~ DATA SEGMENT STR DB 'Press right shift key to finish program!$' HH DB ? MM DB ? SE1 DB ? SE2 DB ? DATA ENDS CODE SEGMENT ASSUME CS:CO