代码搜索:定时灯
找到约 10,000 项符合「定时灯」的源代码
代码结果 10,000
www.eeworm.com/read/456756/7339944
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/433699/7913056
obj 定时.obj
www.eeworm.com/read/433699/7913072
plg 定时.plg
礦ision2 Build Log
Project:
E:\51-30光盘\51-3.0程序实例\综合设计\简易家电定时控制装置\定时.uv2
Project File Date: 07/17/2000
Output:
www.eeworm.com/read/433699/7913075
hex 定时.hex
:10036B00012900012A00012C000B37C0F9A4B09918
:0E037B009282F88090FF0623FEFDFBF7EFDF75
:1002750020002FE52975F00A8485F02DE52975F014
:100285000A84F52EE52A75F00A8485F02FE52A758E
:10029500F00A84F530E52C7
www.eeworm.com/read/433699/7913083
c 定时.c
/*接口*/
/* P0接键盘*/
/* p1接数码管的位选端
P2接段码
p3.2接蜂鸣器
P2.0/P3.2/P3.7接发光二极管
*/
#include
#define uchar unsigned char
uchar cout, k,i,n;
uchar miao = 0;
uchar fen = 0;
uchar hour =0;
www.eeworm.com/read/433699/7913091
lst 定时.lst
C51 COMPILER V7.50 定时 06/27/2006 21:20:58 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE 定时
OBJECT MODULE PLACED IN 定时.OBJ
www.eeworm.com/read/433699/7913092
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/136720/13364012
txt 定时.txt
;方式0,定时1ms
main:mov tmod,#00h ;置T0工作方式
mov tl0,#18h ;送初值
mov th0,0e0h ;
setb ea ;cpu开中断
setb et0 ;t0中断允许
setb tr0 ;t0启动
here:jmp her
www.eeworm.com/read/485567/6553109