代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/26469/960340
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/26469/960341
c led.c
#include
typedef unsigned char uint8;
typedef unsigned int uint16;
sbit ENLED = P1^4;
sbit ADDR0 = P1^0;
sbit ADDR1 = P1^1;
sbit ADDR2 = P1^2;
sbit ADDR3 = P1^3;
main()
{
www.eeworm.com/read/26469/960342
lst led.lst
C51 COMPILER V8.02 LED 12/06/2010 22:28:38 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN led
www.eeworm.com/read/26469/960344
c led.c
#include
typedef unsigned char uint8;
typedef unsigned int uint16;
typedef unsigned long uint32;
code uint8 graph[] = {0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0xFF
www.eeworm.com/read/26469/960346
lst led.lst
C51 COMPILER V8.02 LED 12/06/2010 23:56:30 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN LED
www.eeworm.com/read/26469/960348
plg led.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\手把手教你学单片机\手把手教你学单片机-009\led4\led.uv2
Project File Date: 10/03/2010
Output:
www.eeworm.com/read/26469/960350
hex led.hex
:10014F00FFFFFFFFFFFFFFFFFFC3E7E7E7E7C3FF88
:10015F00FF9900000081C3E7FF9999999981C3FF27
:08016F00FFFFFFFFFFFFFFFF90
:09018300010A0001090001080055
:0F0003004389105389DF758DFC758B67D28E2270
:050012
www.eeworm.com/read/26469/960354
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/26469/960355