代码搜索:LED

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

代码结果 10,000
www.eeworm.com/read/309453/13670911

c led.c

#include #define uint unsigned int #define uchar unsigned char sbit P10=P1^0; //sbit是单片机c程序新的关键字,用于定义位变量 void Delay(uint i)//延时程序,i是时间参数 { uint j; for(;i>0;i--) for(j=0;j
www.eeworm.com/read/309453/13670912

lst led.lst

C51 COMPILER V7.09 LED 12/04/2005 15:38:45 PAGE 1 C51 COMPILER V7.09, COMPILATION OF MODULE LED OBJECT MODULE PLACED IN led
www.eeworm.com/read/309453/13670992

c led.c

//串行驱动led显示, //一个74hc595位移寄存器驱动三极管驱动led位, //两个74hc595驱动led段,方式位5位x8段x2=10个数码管 //5分频,每次扫描时间位1.25ms //定义特殊符号 #define nul 0xf #define qc 0xc #define qb 0xb #define q_ 0xa #define q__ 0xd
www.eeworm.com/read/309221/13678140

h led.h

//主程序可直接调用fun_lednum或fun_function #include #define uchar unsigned char #define uint unsigned int uchar code str[]={0x7e,0x0d,0xb6,0x9e,0xcc,0xda,0xfa,0x0e,0xfe,0xde,0xbc,0x
www.eeworm.com/read/309050/13683031

plg led.plg

礦ision2 Build Log Project: C:\Documents and Settings\Administrator\桌面\包装\各实验源程序\C语言版本\实验一 LED小灯亮\LED.uv2 Project File Date: 10/19/2006 Output:
www.eeworm.com/read/309050/13683033

c led.c

/*********************************************** 实验功能:P0口的8个小灯,第奇数个暗,第偶数个亮 ************************************************/ #include //为了使用P0这个符号,使编译器知道是指单片机的P0口 main() { P
www.eeworm.com/read/309050/13683034

lst led.lst

C51 COMPILER V7.06 LED 10/25/2006 16:17:39 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE LED OBJECT MODULE PLACED IN LED
www.eeworm.com/read/309050/13683038

hex led.hex

:03000000020003F8 :0C000300787FE4F6D8FD75810702000F3D :04000F007580552281 :00000001FF
www.eeworm.com/read/309050/13683039

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/309034/13683387

c led.c

/********************************************************************************\ \* MyLed.c V1.00 *\ \* Copyright 2004 by ThinkIT. *\ \* All