代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/463893/7173781
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/463893/7173782
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/463882/7174437
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/463725/7176238
o led.o
www.eeworm.com/read/463715/7176486
dsn led.dsn
www.eeworm.com/read/463715/7176487
asm led.asm
ORG 00H
START:
MOV A,#0FFH
CLR C
MOV R2,#08H
LOOP:RLC A
MOV P2,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#07H
LOOP1:RRC A
MOV P2,A
CALL DELAY
www.eeworm.com/read/463715/7176488
obj led.obj
www.eeworm.com/read/463715/7176490
plg led.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\wy\桌面\王愿单片机汇编\王愿清华\广告灯的左移右移\led.uv2
Project File Date: 04/15/2009
Output:
www.eeworm.com/read/463715/7176494
hex led.hex
:1000000074FFC37A0833F5A01117DAF97A0713F5EC
:10001000A01117DAF980E97B287C147DF8DDFEDC7D
:04002000FADBF622EF
:00000001FF
www.eeworm.com/read/463715/7176499
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 {