代码搜索:键盘程序

找到约 10,000 项符合「键盘程序」的源代码

代码结果 10,000
www.eeworm.com/read/246196/12749967

c c51程序pc键盘接口.c

/*--------------------------------------------------------------------------------------------------- 功能:实现pc机键盘(p/s2接口)与8位单片机连接使用 原理:键盘时钟接在p3.2口,既8051的外部中断int0上,键盘数据接到p1.0上 每次按键,键盘会向单片机发脉冲使单片机发生外部
www.eeworm.com/read/313657/13583314

asm 汇编课设程序(键盘发声).asm

data segment table1 dw 131,147,165,175,196,220,247 table2 dw 262,294,330,349,392,440,494 table3 dw 524,588,660,698,784,880,988 data ends code segment assume cs:code,ds:data start:
www.eeworm.com/read/25443/847980

txt 8个独立键盘驱动程序.txt

#define KEY P1 //键盘所连接的I/O接口组定义 /********************************************************************************************* 函数名:8个独立式键盘驱动程序 调 用:? = Key (); 参 数:无 返回值:unsigned char 键值0~8 结
www.eeworm.com/read/25443/847982

txt 16个阵列键盘驱动程序.txt

#define KEY P1 //键盘所连接的I/O接口组定义 /********************************************************************************************* 函数名:16个阵列式键盘驱动程序 调 用:? = Key (); 参 数:无 返回值:unsigned char 键值0~16
www.eeworm.com/read/27027/862499

txt 8个独立键盘驱动程序.txt

#define KEY P1 //键盘所连接的I/O接口组定义 /********************************************************************************************* 函数名:8个独立式键盘驱动程序 调 用:? = Key (); 参 数:无 返回值:unsigned char 键值0~8 结
www.eeworm.com/read/27027/862501

txt 16个阵列键盘驱动程序.txt

#define KEY P1 //键盘所连接的I/O接口组定义 /********************************************************************************************* 函数名:16个阵列式键盘驱动程序 调 用:? = Key (); 参 数:无 返回值:unsigned char 键值0~16
www.eeworm.com/read/26196/955260

txt 8个独立键盘驱动程序.txt

#define KEY P1 //键盘所连接的I/O接口组定义 /********************************************************************************************* 函数名:8个独立式键盘驱动程序 调 用:? = Key (); 参 数:无 返回值:unsigned char 键值0~8 结