代码搜索:流水灯 是什么?
找到约 9,442 项符合「流水灯 是什么?」的源代码
代码结果 9,442
www.eeworm.com/read/396102/8125935
hex 流水灯.hex
:06004B00F5807F647E00D9
:10005100E4FDFCD3ED9FEE6480F8EC648098501EC3
:10006100E4FBFAD3EB9FEE6480F8EA6480985007D2
:0E0071000BBB00010A80EC0DBD00010C80D518
:01007F00225E
:10000300E4F580758001E4F508F5
www.eeworm.com/read/396102/8125939
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/396102/8125942
c 流水灯.c
#include
sbit P00=P0^0;
sbit P01=P0^1;
sbit P02=P0^2;
sbit P03=P0^3;
sbit P04=P0^4;
sbit P05=P0^5;
sbit P06=P0^6;
sbit P07=P0^7;
void delay(int n)
{ int i,t;
for(i=0;i
www.eeworm.com/read/396102/8125949
edk 流水灯.edk
www.eeworm.com/read/396102/8125951
omf 流水灯.omf
www.eeworm.com/read/247175/12676553
lst 流水灯.lst
C51 COMPILER V8.05a 羅水灯 08/02/2007 17:21:01 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE 羅水灯
OBJECT MODULE PLACED IN 流水灯.O
www.eeworm.com/read/247175/12676559
obj 流水灯.obj
www.eeworm.com/read/247175/12676586
hex 流水灯.hex
:0300000002089162
:0C089100787FE4F6D8FD75810D020800A8
:10087100E4FDFCC3ED9FEC9E5015E4FBFA0BBB00BD
:0F088100010AEB64784A70F50DBD00010C80E4AC
:010890002245
:100800007508007509FE750A00750B7FE4F50CF5
www.eeworm.com/read/247175/12676589
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/247175/12676592
c 流水灯.c
#include
void Delay1ms(unsigned int count)
{
unsigned int i,j;
for(i=0;i