代码搜索:户外显示
找到约 10,000 项符合「户外显示」的源代码
代码结果 10,000
www.eeworm.com/read/329563/12948096
hex 显示.hex
:1000000002000375814F7580FF7590FF7540007584
:1000100041017542027543037544047545057546F3
:100020000675470775480875490979407D7FED7564
:1000300080FFF590E790004E93F580115909ED305F
:10004000E00403FD80E
www.eeworm.com/read/329563/12948097
plg 显示.plg
礦ision3 Build Log
Project:
E:\Program Files\程序\显示\显示.uv2
Project File Date: 05/07/2008
Output:
assembling 显示.ASM...
显示.ASM(32): error A45: UN
www.eeworm.com/read/326614/13129657
hex 显示.hex
www.eeworm.com/read/326614/13129662
asm 显示.asm
RS EQU P3.7
RW EQU P3.6
E EQU P3.5
ORG 0000H
LJMP START
ORG 0100H
START:
LCALL DIR
LJMP START
DIR:
MOV P2,#0FFH
MOV P1,#01H ;清除屏幕
ACALL ENABLE
www.eeworm.com/read/326614/13129904
bin 显示.bin
www.eeworm.com/read/239154/13300649
c 显示.c
#include
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
sbit P20=P2^0;
sbit P21=P2^1;
uchar code TABLE[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0
www.eeworm.com/read/323266/13346086
汉字显示
www.eeworm.com/read/318974/13464947
led显示
www.eeworm.com/read/313931/13579217
hex 显示.hex
www.eeworm.com/read/313931/13579220
asm 显示.asm
INCLUDE 'H51.INC'
LJMP MAIN
ORG 001BH
T0INT: PUSH PSW
MOV TL1,TTL
MOV TH1,TTH
SETB 00H
DJNZ CISHU,T0INTE
MOV