代码搜索:户外显示
找到约 10,000 项符合「户外显示」的源代码
代码结果 10,000
www.eeworm.com/read/444263/7615547
txt 键盘与显示.txt
键盘与显示
ORG 0000H
AJMP MAIN
MAIN: MOV DPTR,#8001H ;7424列清0
MOV A,#00H
MOVX @DPTR,A
MOV DPTR,#8002H ;74374行清0
MOV A,#00H
www.eeworm.com/read/440249/7691580
exe 显示屏.exe
www.eeworm.com/read/439493/7707573
asm led灯显示.asm
ORG 0000H
AJMP MAIN
ORG 000BH
AJMP INT0
LOOO:DB 3FH,06H,5BH,4FH,66H,6DH
DB 7DH,07H,7FH,6FH,5EH,
LEDBUF EQU 40H
MAIN:
MOV TMOD,#05H
MOV TH0,#00H
MOV TL0,#00H
SETB EA
www.eeworm.com/read/439454/7708452
asm 221显示时间.asm
CHIP SN8P2714 ; Select the CHIP
//{{SONIX_CODE_OPTION
.Code_Option LVD LVD_M ; 2.0V Reset Enable LVD24 bit of PFLAG for 2.4V Low Voltage Indicator
.Code_Option RST_P0.3 Reset
.Code_Option
www.eeworm.com/read/439388/7711353
m51 显示.m51
BL51 BANKED LINKER/LOCATER V5.03 10/17/2008 14:30:49 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE D:\06应
www.eeworm.com/read/436143/7776145
c 液晶显示.c
#include
sbit ACC0=ACC^0;
sbit ACC7=ACC^7;
sbit EN=P3^5; //定义LCM接口
sbit RW=P3^4;
sbit RS=P3^3;
sbit LB=P3^2; //背光灯控制
#define LCD P0 //数据口
#define uchar unsigned char
uchar code
www.eeworm.com/read/435839/7783178
txt 放大倍数显示.txt
#include
#define uchar unsigned char
#define uint unsigned int
sbit dula=P2^6;
sbit wela=P2^7;
sbit rs=P3^5;
sbit lcden=P3^4;
sbit s1=P3^0;
sbit s2=P3^1;
sbit s3=P3^2;
sbit rd=P3^7
www.eeworm.com/read/435839/7783179
hex 放大倍数显示.hex
:1009670066616E6720646120626569207368753A05
:0E09770000202020205A593A303020644200DF
:10091600C2B48F807F057E00120927D2B47F057E80
:0109260000D0
:10092700D3EF9400EE940040147D6E7C00ED1D70B3
:0D093700
www.eeworm.com/read/199493/7848448
lst 液晶显示.lst
A51 MACRO ASSEMBLER _壕_显示 12/14/2006 11:14:39 PAGE 1
MACRO ASSEMBLER A51 V6.23
OBJECT MODULE PLACED IN 液晶显示.OBJ
ASSEMBLER INVOKE
www.eeworm.com/read/199493/7848449
asm 液晶显示.asm
; SMC1602接口程序(MCS51模拟口线方式)
;***************************************************************************
;* Title : Accessing to LCD-CONTROLLER