代码搜索:流水灯 是什么?
找到约 9,442 项符合「流水灯 是什么?」的源代码
代码结果 9,442
www.eeworm.com/read/394265/8239706
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/394265/8239709
c 流水灯.c
/*copyright 2007,ShangHai HaoTun Electronic Technology co.,Ltd
*
*This sample is used for led .
*
*write by Shifang 2007-4-23
*
*V1.1
*/
#include
////////////////////
www.eeworm.com/read/394265/8239711
plg 流水灯.plg
礦ision2 Build Log
Project:
F:\51开发板\DY500光盘资料\5、配套程序\C语言配套程序\1、流水灯\流水灯.uv2
Project File Date: 08/25/2008
Output:
www.eeworm.com/read/393391/8290895
asm 流水灯.asm
ORG 0000H ;
LJMP START ;
ORG 30H ;中断向量入口
START: MOV SP,#5FH ;重设栈指针
MOV A,#80H ;初始化,使第一盏灯亮
LOOP: MOV P1,A ;输出
RL A ;右移
LCALL DELAY ;延时
LJMP LOOP ;
DELAY: MOV R7,#255 ;
D1: MOV R6,
www.eeworm.com/read/367564/9742334
hex 流水灯.hex
:03000000020853A0
:0C085300787FE4F6D8FD758109020800EA
:0C0846007F0A7E147DF8DDFEDEFADFF68E
:010852002283
:1008000075087F8508B0120846750901E508C3130D
:100810004480F508F5B01208460509E509C39408B7
:1
www.eeworm.com/read/367564/9742336
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/367564/9742341
plg 流水灯.plg
礦ision3 Build Log
Project:
D:\单片机学习\一套\源程序\二.流水灯的左移右移\流水灯.uv2
Project File Date: 10/22/2007
Output:
www.eeworm.com/read/415838/11050459
hex 流水灯.hex
:0300ED0001090105
:0800C700F508F5A07F197E0089
:1000CF00D3EF9400EE940040147D7E7C04ED1D7000
:0D00DF00011CED4C70F7EF1F70E61E80E372
:0100EC0022F1
:10008F0075087FE50975F00984E5F06012AF08780F
:10009F0
www.eeworm.com/read/415838/11050469
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--