代码搜索:流水灯 是什么?
找到约 9,442 项符合「流水灯 是什么?」的源代码
代码结果 9,442
www.eeworm.com/read/468777/6988048
sch previous backup of 声控流水灯.sch
www.eeworm.com/read/454136/7397551
用循环函数实现流水灯
www.eeworm.com/read/449764/7496884
bak 流水灯_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
www.eeworm.com/read/435641/7788488
bak 流水灯_uv2.bak
www.eeworm.com/read/399506/7856276
txt 正反流水灯lsdzf.txt
。
;左移
star: mov r3,#8 ;设置流水位数
mov p1,#11111110b ;从p1.0开始
loop: acall d01s
mov a,p1 ;读取p1当前数据到acc
rl a ;左移一位
mov p1,a
www.eeworm.com/read/399506/7856309
txt 顺流水灯.asm.txt
loop: clr p1.0 ;清除p1.0,使其=0,LED1点亮
acall delay ;调用0.1秒延时子程序,等待0.1秒
setb p1.0 ;置高p1.0,使其=1,LED1熄灭
clr p1.1 ;点亮LED2
acall delay
www.eeworm.com/read/396676/8095941
uv2 led流水灯.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0004 // Tools: 'ARM-ADS'
Group (Source Group 1)
File 1,2, 0x43D44D0E
File 1,1,
www.eeworm.com/read/396676/8095962
bak led流水灯_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/396102/8125931
bak 流水灯_uv2.bak
www.eeworm.com/read/247175/12676583