代码搜索:流水灯 是什么?
找到约 9,442 项符合「流水灯 是什么?」的源代码
代码结果 9,442
www.eeworm.com/read/309517/13669647
plg 流水灯.plg
compiling main.c...
main.c(10): warning C318: can't open file 'DataType.h'
main.c(11): warning C318: can't open file 'FTC32t.h'
main.c(12): warning C318: can't open file 'Define.h'
main.c(13): warning
www.eeworm.com/read/477245/6740507
hex 流水灯.hex
:0300000002007E7D
:0C007E00787FE4F6D8FD758107020003CE
:10000300D290C291C292C28012005CC28112005C83
:10001300C28212005CC28312005CC28412005CC202
:100023008512005CC28612005CC28712005CD2801B
:10003300
www.eeworm.com/read/477245/6740508
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/477245/6740511
plg 流水灯.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\流水灯\流水灯.uv2
Project File Date: 12/25/2008
Output:
www.eeworm.com/read/406231/11446991
hex 流水灯.hex
:10000000758160747EF59023753046111E0105D50B
:1000100030FD22C030D530FDD030D530F622C03092
:10002000C030D530FDD030D530F6D030D530EF22CD
:00000001FF
www.eeworm.com/read/404017/11493010
rar 流水灯.rar
www.eeworm.com/read/402886/11526639
流水灯02
www.eeworm.com/read/402885/11526668
流水灯01
www.eeworm.com/read/155430/11874132
asm 流水灯.asm
ORG 0000H
AJMP MAIN
ORG 0100H
MAIN: MOV A,#11111110B
MAIN1:
SETB P0.7
MOV P2,A
CLR P0.7
;CLR P1.0
ACALL DELAY
ACALL DELAY
ACALL DELAY
SETB P1.0
RLC A
AJMP MAIN1