代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/286622/8753692
hex led.hex
:0C001C00EF4E6007EF1F70F81E80F52209
:100003007DFEE4FC8D807F507EC312001CED25E055
:09001300FD0CBC08EF7DFE80E944
:03000000020028D3
:0C002800787FE4F6D8FD75810702000324
:00000001FF
www.eeworm.com/read/286622/8753695
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/286622/8753698
c led.c
#include"reg51.h"
#define uint unsigned int
#define uchar unsigned char
void del(uint v)
{
while(v!=0)v--;
}
void main(void)
{
uchar i,j=0xFE;
while(1)
{
for (i=0;i
www.eeworm.com/read/286622/8753701
lst led.lst
C51 COMPILER V7.07 LED 09/16/2006 15:26:29 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN led
www.eeworm.com/read/286622/8753704
plg led.plg
礦ision2 Build Log
Project:
C:\bak\YM100\DEMO\led\asm\LED.uv2
Project File Date: 09/16/2006
Output:
Build target 'Target 1'
assembling led.asm
www.eeworm.com/read/286622/8753706
asm led.asm
org 0000h
jmp start
org 0030h ;主程序从这个地址开始存放
start:
mov dptr,#table ;将表格的首地址送DPTR
loop: clr a
movc a,@a+dptr ;读取表格首地址的内容
cjne a,#01h,loop1 ;查看是否是
www.eeworm.com/read/286622/8753712
obj led.obj
www.eeworm.com/read/286622/8753721
hex led.hex
:02000000802E50
:1000300090004EE493B4010280F6F5807C141143E5
:10004000A380F079147AC8DAFED9FADCF622FEFD34
:10005000FBF7EFDFBF7FFEFDFBF7EFDFBF7FE7DBE7
:10006000BD7EFF7EBDDBE7FF7FBFDFEFF7FBFDFE61
:09