代码搜索:流水灯 是什么?
找到约 9,442 项符合「流水灯 是什么?」的源代码
代码结果 9,442
www.eeworm.com/read/287685/8676249
hex 流水灯.hex
:10000300D3EF9400EE94004015E4FDFC0DBD000118
:0E0013000CED647C4C70F5EF1F70E51E80E272
:0100210022BC
:04002E007580EE22C9
:03000000020022D9
:0C002200787FE4F6D8FD75810702002EFF
:00000001FF
www.eeworm.com/read/287685/8676252
opt 流水灯.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/287685/8676254
c 流水灯.c
#include"reg51.h"
#define uchar unsigned char
#define uint unsigned int
void delay(uint delay)
{
uint i;
for(;delay>0;delay--)
{
for(i=0;i
www.eeworm.com/read/287685/8676259
plg 流水灯.plg
Build target 'Target 1'
compiling 流水灯.c...
linking...
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
SEGMENT: ?PR?_DELAY?_鱛
www.eeworm.com/read/382229/9041617
txt 流水灯.txt
LJMP MAIN
MAIN : MOV A ,#01H;
MOV P1 ,A;
LOOP : RL A;
LCALL DELAY;
MOV P1, A;
LJMP LOOP;
DELAY:
MOV R1 ,#255 ;
MOV R2 ,#255
HERE : DJNZ R1 ,HER
www.eeworm.com/read/355629/10252586
lst 流水灯.lst
C51 COMPILER V8.09 流水灯 08/21/2008 14:41:17 PAGE 1
C51 COMPILER V8.09, COMPILATION OF MODULE 流水灯
OBJECT MODULE PLACED IN 流水灯.OB
www.eeworm.com/read/355629/10252589
obj 流水灯.obj
www.eeworm.com/read/355629/10252607
hex 流水灯.hex
:08006800E9F4F5907F327E00FF
:10007000EF4E6014E4FDFC0DBD00010CEDF44C707E
:08008000F6EF1F70EB1E80E893
:010088002255
:100003007901E4FBFA120068E925E0F90BBB000172
:100013000AEB64084A70EE7980E4FAFB1200
www.eeworm.com/read/355629/10252612
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 {