代码搜索:图形点阵
找到约 10,000 项符合「图形点阵」的源代码
代码结果 10,000
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
www.eeworm.com/read/27652/987783
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/28833/1008134
plg 点阵.plg
建造目标 'Target 1'
正在编绎 点阵心形.c...
连接中...
Program Size: data=18.0 xdata=0 code=207
正在从 "点阵" 产生 HEX文件...
"点阵" - 0 错误 (s), 0 警告 (s).
建造目标 'Target 1'
正在编绎 点阵心形.c...
连接中...
Program Size: data=18.0 xd
www.eeworm.com/read/28833/1008135