代码搜索:键盘程序
找到约 10,000 项符合「键盘程序」的源代码
代码结果 10,000
www.eeworm.com/read/485311/6557742
hex 矩阵键盘.hex
www.eeworm.com/read/485311/6557745
bin 矩阵键盘.bin
www.eeworm.com/read/485311/6557747
asm 矩阵键盘.asm
ORG 0000H
START:MOV P0,#00H
MOV DPTR,#TAB ;1.进行初始化
DONE:MOV P2,#0F0H ;2.先将行键作为输入,找出键码
MOV A,P2
CJNE A,#0F0H,NEXT
www.eeworm.com/read/485311/6557749
dsn 矩阵键盘.dsn
www.eeworm.com/read/477878/6725142
obj 矩阵键盘.obj
www.eeworm.com/read/477878/6725144
c 矩阵键盘.c
#include
#define uint unsigned int
#define uchar unsigned char
sbit dula=P2^6;
sbit wela=P2^7;
sbit key1=P3^4;
uchar code table[]={
0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7d,0x07,
0x7f,0x6
www.eeworm.com/read/477878/6725147
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)
DaveTm { 0,0,0,0,0,0,0,
www.eeworm.com/read/477878/6725148
hex 矩阵键盘.hex
:10098A003F065B4F666D7D077F6F777C395E7971B5
:01099A00005C
:04094F007F057E00A2
:10095300D3EF9400EE940040147D6E7C00ED1D7087
:0D096300011CED4C70F7EF1F70E61E80E3E5
:010970002264
:10097100750A11D2A6E
www.eeworm.com/read/477878/6725150