代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/7938/139705
pwi led.pwi
www.eeworm.com/read/7938/139707
txt led.txt
ISIS SCHEMATIC DESCRIPTION FORMAT 6.1
=====================================
Design: d:\我的文档\桌面\F 盘的东西\点阵屏\带上位机的点阵屏\LED.DSN
Doc. no.:
Revision:
Author:
Created: 09/04/12
www.eeworm.com/read/8202/142787
obj led.obj
www.eeworm.com/read/8202/142790
plg led.plg
礦ision3 Build Log
Project:
E:\Study\Proteus\《单片机C语言程序设计实训100例——基于8051+Proteus仿真》案例压缩包\第 01 篇 基础部分\05 LED模拟交通灯\code\led.uv2
Project File Date: 07/30/2009
www.eeworm.com/read/8202/142797
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/142798
c led.c
#include
#define uchar unsigned char
#define uint unsigned int
sbit RED_A=P0^0;
sbit YELLOW_A=P0^1;
sbit GREEN_A=P0^2;
sbit RED_B=P0^3;
sbit YELLOW_B=P0^4;
sbit GREEN_B=P0^5;
uc
www.eeworm.com/read/8202/142799
lst led.lst
C51 COMPILER V8.08 LED 07/30/2009 21:18:28 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN led
www.eeworm.com/read/8202/142804