代码搜索:彩条显示
找到约 10,000 项符合「彩条显示」的源代码
代码结果 10,000
www.eeworm.com/read/473174/6857408
txt 10.2.1 六位数码管时钟显示.txt
ORG 0000H
LJMP START
ORG 0003H
RETI
ORG 000BH
LJMP INTT0
ORG 0013H
RETI
ORG 001BH
LJMP INTT1
ORG 0023H
RETI
ORG 002BH
RETI
START:
MOV R0, #70H
MOV R7
www.eeworm.com/read/194936/8183999
txt 10.2.1 六位数码管时钟显示.txt
ORG 0000H
LJMP START
ORG 0003H
RETI
ORG 000BH
LJMP INTT0
ORG 0013H
RETI
ORG 001BH
LJMP INTT1
ORG 0023H
RETI
ORG 002BH
RETI
START:
MOV R0, #70H
MOV R7
www.eeworm.com/read/193177/8249151
txt 10.2.1 六位数码管时钟显示.txt
ORG 0000H
LJMP START
ORG 0003H
RETI
ORG 000BH
LJMP INTT0
ORG 0013H
RETI
ORG 001BH
LJMP INTT1
ORG 0023H
RETI
ORG 002BH
RETI
START:
MOV R0, #70H
MOV R7
www.eeworm.com/read/369130/9662002
pdf lvds传输电路在头盔显示系统中的应用.pdf
www.eeworm.com/read/368167/9708119
bak 16_64双色上移显示程序_opt.bak
### 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/368167/9708125
uv2 16_64双色上移显示程序.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Option
www.eeworm.com/read/368167/9708136
m51 16_64双色上移显示程序.m51
BL51 BANKED LINKER/LOCATER V5.03 06/24/2007 18:22:51 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE 16_64双
www.eeworm.com/read/414833/11100958
ppt 第7章 图形化显示数据——图表和图形.ppt
www.eeworm.com/read/146455/12646992
txt 10.2.1 六位数码管时钟显示.txt
ORG 0000H
LJMP START
ORG 0003H
RETI
ORG 000BH
LJMP INTT0
ORG 0013H
RETI
ORG 001BH
LJMP INTT1
ORG 0023H
RETI
ORG 002BH
RETI
START:
MOV R0, #70H
MOV R7
www.eeworm.com/read/135375/13937081
c msp430板上的12864液晶显示程序.c
//说明:此程序用于展示,连续显示一屏,在暂停数秒,再显示下一屏,直到完,再重复开头显示
//
//12864第二版本程序,汉字显示有改进
//449实验板DEMO程序 430F449
#include
#define uchar unsigned char
#define uint unsigned int