代码搜索:键盘程序
找到约 10,000 项符合「键盘程序」的源代码
代码结果 10,000
www.eeworm.com/read/409870/11309899
schlib 键盘显示.schlib
www.eeworm.com/read/409870/11309916
schdoc 键盘显示.schdoc
www.eeworm.com/read/405903/11455175
c 测试键盘.c
#include
#include
volatile unsigned char flag;
void delay(unsigned int ms)
{ unsigned int i,j;
for(i=0;i
www.eeworm.com/read/158569/11601175
txt 键盘驱动.txt
; #########################################################################
.386
.model flat, stdcall
option casemap :none
; ################################################
www.eeworm.com/read/346752/11724795
txt 16键盘.txt
好久没来了,写个4*4键盘的程序把,基本上每行都有解释,很适合初学者 #1
#include
#define uchar unsigned char
#define uint unsigned int
#define PORT P2//修改下面表中值的位置,就可以按自己的想法,定义键盘位置
uchar code tab[16]={0xee,0xed,0xeb,0xe7,
www.eeworm.com/read/345499/11811601
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)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/345499/11811609
hex 矩阵键盘.hex
:03000000020222D7
:0C022200787FE4F6D8FD758116020269B1
:10031F003F065B4F666D7D077F6F777C395E797126
:06032F004000FEFDFBF79B
:1003070004080000000004120000000001100002B1
:070317000E0000020C0000C3
:0
www.eeworm.com/read/345499/11811618
plg 矩阵键盘.plg
礦ision3 Build Log
Project:
D:\暑假练习\移位——矩阵键盘\矩阵键盘.uv2
Project File Date: 07/19/2008
Output:
Build target 'Target 1'
compiling main.c...
MAIN.
www.eeworm.com/read/256736/11974843