代码搜索:流水灯 是什么?
找到约 9,442 项符合「流水灯 是什么?」的源代码
代码结果 9,442
www.eeworm.com/read/26985/975601
c 流水灯.c
/********************************************************************
* 文件名 : 流水灯.c
* 描述 : 该程序实现LED的流水灯显示。
该程序用于学习 LED流水灯 的控制方法。
本例中是调用的 intrins.h 中的函数实现的循环移位。
* 创建人 : 东流,2009年8月
www.eeworm.com/read/26985/975603
plg 流水灯.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\程序代码\3流水灯A\流水灯.uv2
Project File Date: 08/16/2011
Output:
www.eeworm.com/read/26985/975763
lst 流水灯.lst
C51 COMPILER V7.50 羅水灯 08/17/2011 14:32:21 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE 羅水灯
OBJECT MODULE PLACED IN 流水灯.OB
www.eeworm.com/read/26985/975765
obj 流水灯.obj
www.eeworm.com/read/26985/975771
hex 流水灯.hex
:03000000020059A2
:0C005900787FE4F6D8FD758108020003F2
:070032008508807F0F7E00AE
:10003900E4FDFCC3ED9FEC9E5015E4FBFA0BBB00FD
:0F004900010ABA07F8BB23F50DBD00010C80E4D6
:010058002285
:1000030075087
www.eeworm.com/read/26985/975772
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/26985/975773
c 流水灯.c
/********************************************************************
* 文件名 : 流水灯.c
* 描述 : 该程序实现LED的流水灯显示。
该程序用于学习 LED流水灯 的控制方法。
* 创建人 : 东流,2009年8月27日
* 版本号 : 1.0
******************
www.eeworm.com/read/26985/975775
plg 流水灯.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\程序代码\4流水灯B\流水灯.uv2
Project File Date: 08/16/2011
Output:
www.eeworm.com/read/26985/975836
asm 流水灯.asm
ORG 0000H
AJMP MAIN
ORG 0030H
MAIN:clr p2.1
SETB P2.0
mov P0 , #01h
MOV A ,P0
LOOP:RL A
LCALL DELAY
MOV P0,A
LCALL DELAY
SJMP LOOP
DELAY:MOV R6,#255
D1: MOV R7,#255
DJNZ R7,$
DJNZ R6,