代码搜索:LED数码管点阵资料
找到约 10,000 项符合「LED数码管点阵资料」的源代码
代码结果 10,000
www.eeworm.com/read/26985/975792
obj 点阵.obj
www.eeworm.com/read/26985/975799
opt 点阵.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/26985/975800
hex 点阵.hex
:0300000002007586
:0C007500787FE4F6D8FD758107020000DA
:020000000130CD
:10003000C2A1D2A07530007531007C000012004CC6
:10004000000012005A0CBC08F302003475800090C6
:10005000006DE53193F5A0053122900065E5
www.eeworm.com/read/26985/975801
asm 点阵.asm
XP0 EQU 30H
XP2 EQU 31H
ORG 0000H
AJMP MAIN
ORG 0030H
MAIN:
clr p2.1
SETB P2.0
RST: MOV XP0,#0H
MOV XP2,#0H
MOV R4,#0H;
LOOP:
NOP
LCALL LOOP1
NOP
NOP
LCALL LOOP2
INC R4
CJNE R4,#8H
www.eeworm.com/read/26985/975802
lst 点阵.lst
A51 MACRO ASSEMBLER 点阵 04/13/2010 21:26:44 PAGE 1
MACRO ASSEMBLER A51 V7.10
OBJECT MODULE PLACED IN 点阵.OBJ
ASSEMBLER INVOKED
www.eeworm.com/read/26985/975822
点阵移动
www.eeworm.com/read/27652/987769
_c 点阵._c
#include
#include
#define uchar unsigned char
#define uint unsigned int
//圆形显示
unsigned char const tabP0[]={0x00,0x3c,0x42,0x42,0x42,0x42,0x3c,0x00};
unsigned char con
www.eeworm.com/read/27652/987776
o 点阵.o
XL
H 3 areas 6 global symbols
M _
S push_xgsetF000 Ref0000
S pop_xgsetF000 Ref0000
A text size 68 flags 0
dbfile 点阵.c
dbfile E:\AVR自编程序\11实验板\17点阵\点阵.c
dbfunc e delay 0 fV
dbsym r i 14 i
dbs
www.eeworm.com/read/27652/987781
lis 点阵.lis
.module _点阵.c
.area text(rom, con, rel)
0000 .dbfile 点阵.c
.area data(ram, con, rel)
0000