代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/8202/142807
plg led.plg
礦ision3 Build Log
Project:
E:\Study\Proteus\《单片机C语言程序设计实训100例——基于8051+Proteus仿真》案例压缩包\第 01 篇 基础部分\02 从左到右的流水灯\code\led.uv2
Project File Date: 07/30/2009
www.eeworm.com/read/8202/142815
opt led.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/8202/142816
c led.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
void DelayMS(uint x)
{
uchar i;
while(x--)
{
for(i=120;i>0;i--);
}
}
void main()
www.eeworm.com/read/8202/142817
lst led.lst
C51 COMPILER V8.08 LED 07/30/2009 20:47:39 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN led
www.eeworm.com/read/8202/142934
开关控制led
www.eeworm.com/read/8202/142938
key-led
www.eeworm.com/read/8202/142965
opt led.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/8202/142971
obj led.obj
www.eeworm.com/read/8202/142974
plg led.plg
礦ision3 Build Log
Project:
D:\study\第 01 篇 基础部分\36 8×8LED点阵屏显示数字\code\led.uv2
Project File Date: 08/10/2009
Output:
Build target 'Target 1'
c