代码搜索:灯电路
找到约 10,000 项符合「灯电路」的源代码
代码结果 10,000
www.eeworm.com/read/37067/1068004
obj 花样灯.obj
www.eeworm.com/read/37144/1069036
hex 花样灯.hex
:10006A007FBFDFEFF7FBFDFEFFFF00005555AAAA91
:04007A007F107E274E
:0A007E00EF1F70011E144E70F722F0
:100003007590FEE4FD12007AE59025E0F5900DBDB4
:1000130008F375907FE4FD12007AE590C313F59021
:100023000D
www.eeworm.com/read/37144/1069037
c 花样灯.c
/*
*/
/*-----------------------------------------------
名称:花样灯
日期:2009.5
修改:无
内容:花样灯一般有两种方法实现:
1、程序循环执行
2、查表法
这里我们两种都使用一下
----------------------------------
www.eeworm.com/read/37144/1069040
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/37144/1069042
plg 花样灯.plg
礦ision2 Build Log
Project:
F:\51开发板\DY_mini80光盘资料\5、配套程序\复件 c语言配套程序\36-花样灯\花样灯.uv2
Project File Date: 04/02/2009
Output:
Build target 'Target
www.eeworm.com/read/37144/1069046
obj 花样灯.obj
www.eeworm.com/read/294810/8204866
交通灯
www.eeworm.com/read/393391/8290874
asm 复件 灯.asm
ORG 0000H
LJMP START
ORG 001BH
LJMP DELAY
ORG 0030H
START:MOV SP,#60H
MOV A,#00H
MOV 20H,#00
MOV B,#0AH ;以下为延时中断10次,为0.5s
MOV