代码搜索结果

找到约 10,000 项符合 LED Matrix 的代码

led.plg

礦ision3 Build Log Project: F:\应志强 的文档\学习\单片机\单片机实验加程序\实验一\led.uv2 Project File Date: 12/04/2005 Output: Build target 'Target 1' compiling led

led.hex

:10080000D3EF9400EE94004015E4FDFC0DBD000113 :0E0810000CED647D4C70F5EF1F70E51E80E26C :01081E0022B7 :10081F00C2907FF47E01120800D2907FF47E011205 :04082F00080080EC51 :03000000020833C0 :0C083300787FE

led.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.a*; *.src) oExt (*.obj) lExt (*.lib) tExt (*.txt) pExt (*.plm) CppX (*.cpp) DaveTm { 0,0,0,0,0,0,0,0 }

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

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

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

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