代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/488974/6480822
obj led.obj
www.eeworm.com/read/488974/6480824
c led.c
#include
unsigned char code table[]={0xfe,0xfd,0xfb,0xf7,
0xef,0xdf,0xbf,0x7f,
0xfe,0xfd,0xfb,0xf7,
www.eeworm.com/read/488974/6480825
lst led.lst
C51 COMPILER V7.06 LED 03/13/2009 13:43:23 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN LED
www.eeworm.com/read/488974/6480832
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/488974/6480833
plg led.plg
礦ision2 Build Log
Project:
E:\单片机光盘\例程源码\广告灯2\C\LED.uv2
Project File Date: 03/13/2009
Output:
www.eeworm.com/read/488974/6480834
hex led.hex
:0300000002004EAD
:0C004E00787FE4F6D8FD758108020028D8
:10000300FEFDFBF7EFDFBF7FFEFDFBF7EFDFBF7FFB
:100013007FBFDFEFF7FBFDFE7FBFDFEFF7FBFDFEEB
:0500230000FF00FF01D9
:0C0041007F147E147DF8DDFEDEFADF
www.eeworm.com/read/488974/6480835
obj led.obj
www.eeworm.com/read/488982/6481089
lst led.lst
A51 MACRO ASSEMBLER LED 07/29/2007 13:17:00 PAGE 1
MACRO ASSEMBLER A51 V7.07
OBJECT MODULE PLACED IN LED.OBJ
ASSEMBLER INVO
www.eeworm.com/read/488982/6481097
asm led.asm
ORG 00H
START: JB P1.0,L1G
CLR P0.0
SJMP NEXT1
L1G: SETB P0.0
NEXT1: JB P1.1,L2G
CLR P0.1
SJMP NEXT2
L2G: SETB P0.1
NEXT2: JB P1.2,L3G
CLR P0.2
SJMP NEXT3
L3G: SETB P0.2
NEXT3:
www.eeworm.com/read/488982/6481098
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 {