代码搜索:时钟提取
找到约 10,000 项符合「时钟提取」的源代码
代码结果 10,000
www.eeworm.com/read/432241/8618212
asm 时钟.asm
;*******************************;
;* 用中断方式获取8253的1秒钟计时,实现00~59循环计数 *;
;*******************************;
data segment
io8255a equ 28ah ;C
io8255b equ 28bh
io8255c equ 28
www.eeworm.com/read/187515/8634328
c 时钟.c
//clock_alarm1.c
#include
#include
#include
unsigned char code ledk[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
unsigned char key,key_0,key_flag,key_c
www.eeworm.com/read/187515/8634399
obj 时钟.obj
www.eeworm.com/read/187515/8634649
lst 时钟.lst
C51 COMPILER V7.50 时钟 12/10/2006 20:32:30 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE 时钟
OBJECT MODULE PLACED IN 时钟.OBJ
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