代码搜索:LED

找到约 10,000 项符合「LED」的源代码

代码结果 10,000
www.eeworm.com/read/488982/6481125

asm led.asm

ORG 0 START: CLR P0.0 LCALL DELAY SETB P0.0 LCALL DELAY LJMP START DELAY: MOV R5,#20 ;延时子程序,延时0.2秒 D1: MOV R6,#20 D2: MOV R7,#230 DJNZ R7,$ DJNZ R6,D2 DJNZ R5,D1 RE
www.eeworm.com/read/488982/6481126

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/488982/6481127

plg led.plg

礦ision2 Build Log Project: C:\Documents and Settings\lgq\My Documents\例程源码\闪烁灯\ASM\LED.uv2 Project File Date: 07/29/2007 Output:
www.eeworm.com/read/488982/6481128

hex led.hex

:0300000002001AE1 :0C001A00787FE4F6D8FD75810702000035 :10000000C28012000DD28012000D0200007D147E0D :0A001000147FE6DFFEDEFADDF622C3 :00000001FF
www.eeworm.com/read/488982/6481129

obj led.obj

www.eeworm.com/read/488982/6481132

c led.c

#include sbit L1=P0^0; void delay02s(void) //延时0.2秒子程序 { unsigned char i,j,k; for(i=20;i>0;i--) for(j=20;j>0;j--) for(k=230;k>0;k--); } void main(void) { while(
www.eeworm.com/read/488982/6481133

lst led.lst

C51 COMPILER V7.06 LED 07/29/2007 11:34:14 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE LED OBJECT MODULE PLACED IN LED
www.eeworm.com/read/488982/6481142

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/488982/6481143

plg led.plg

礦ision2 Build Log Project: E:\单片机光盘\例程源码\闪烁灯\C\LED.uv2 Project File Date: 07/29/2007 Output:
www.eeworm.com/read/488982/6481144

hex led.hex

:03000000020010EB :0C001000787FE4F6D8FD75810702001C23 :0C0003007F147E147DE6DDFEDEFADFF6E1 :01000F0022CE :0C001C00C280120003D28012000380F4A6 :00000001FF