代码搜索:流水灯 是什么?
找到约 9,442 项符合「流水灯 是什么?」的源代码
代码结果 9,442
www.eeworm.com/read/415821/11051808
dsn 流水灯.dsn
www.eeworm.com/read/415821/11051811
lst 流水灯.lst
C51 COMPILER V7.50 羅水灯 08/16/2008 18:31:53 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE 羅水灯
OBJECT MODULE PLACED IN 流水灯.OB
www.eeworm.com/read/415821/11051814
obj 流水灯.obj
www.eeworm.com/read/415821/11051815
流水灯分散
www.eeworm.com/read/415821/11051823
pwi 流水灯.pwi
www.eeworm.com/read/415821/11051828
流水灯作业
www.eeworm.com/read/415821/11051841
hex 流水灯.hex
:0300F400010901FE
:0800CE00F508F5807F197E00A2
:1000D600D3EF9400EE940040147D7E7C04ED1D70F9
:0D00E600011CED4C70F7EF1F70E61E80E36B
:0100F30022EA
:10008F007580FFD2A7C2A775087FE50975F00984AF
:10009F0
www.eeworm.com/read/415821/11051842
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/415821/11051847
c 流水灯.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit wei=P2^7;
uchar k,m=1;
void delay(uint x)
{
uint a,b;
for(a=x;a>0;a--)
for(b=1150;b>0;b--