代码搜索:键盘程序
找到约 10,000 项符合「键盘程序」的源代码
代码结果 10,000
www.eeworm.com/read/443490/7631823
opt pc键盘.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/443490/7631824
obj pc键盘.obj
www.eeworm.com/read/443490/7631826
c pc键盘.c
#include
#include
#define disp_on 0x3f
#define disp_off 0x3e
#define col_add 0x40
#define page_add 0xb8
#define start_line 0xc0
unsigned char x=0,y=0,sscs=0;
#de
www.eeworm.com/read/441634/7667958
htm 键盘操作.htm
function ockgo()
{
if(event.keyCode==13)
{
window.open("1.htm");
return false;
}
}
www.eeworm.com/read/440493/7688683
opt 3.4键盘.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/396619/8098287
schlib 键盘显示.schlib
www.eeworm.com/read/396619/8098326
schdoc 键盘显示.schdoc
www.eeworm.com/read/333495/12678403
txt 单行键盘.txt
;P3.2-P3.5通过键盘可接地,这里可根据实际的需要灵活地选择I/O口和数目,以下是单列键盘子程序
KEY:
CLR F0 ;清F0,表示无键按下。
ORL P3,#00111100B ;将P3口的接有键的四位置1
MOV A,P3 ;取P3的值
ORL A,#1
www.eeworm.com/read/139639/13145251
fla 键盘响应.fla
www.eeworm.com/read/139266/13165764