代码搜索:键盘程序

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

代码结果 10,000
www.eeworm.com/read/113179/15467415

txt readme.txt

9.7节...键盘和发光数码管显示的程序原代码。
www.eeworm.com/read/387056/8709433

uv2 矩阵键盘扫描程序.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, 0x0 Options 1,0,0 /
www.eeworm.com/read/387056/8709440

m51 矩阵键盘扫描程序.m51

BL51 BANKED LINKER/LOCATER V6.00 05/14/2008 18:45:39 PAGE 1 BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE 矩阵键盘扫描
www.eeworm.com/read/384076/8902399

c 4x4键盘程序.c

#include unsigned char code table[]={0xfe,0x48,0xbd,0xed,0xcb,0xe7,0xf7,0x4c,0xff,0xef}; unsigned char temp; unsigned char key1,key2; unsigned char i,j; sbit P0_4 = P0^4; sbit P0_5 = P
www.eeworm.com/read/381939/9062703

txt 键盘扫描程序(屏蔽了硬件).txt

#include"iom16.h" #include #define uchar unsigned char #define uint unsigned int /************键盘接口定义*****************/ #define KEY_DDR DDRB #define KEY_PORT PORT
www.eeworm.com/read/381925/9062956

txt 键盘扫描程序(屏蔽了硬件).txt

#include"iom16.h" #include #define uchar unsigned char #define uint unsigned int /************键盘接口定义*****************/ #define KEY_DDR DDRB #define KEY_PORT PORT
www.eeworm.com/read/143063/12901868

txt 支持键盘双击的c程序.txt

支持键盘双击事件的C程序设计! /********************************************************************************** KeyBoard Encode Program This Program can encode press_key up to 128 and it ca
www.eeworm.com/read/136983/13349171

txt 4x4键盘程序.txt

堆4x4键盘程序。asm(dhd0) ;-------4*4键盘程序的使用-------- PC EQU 2 STATUS EQU 3 RA EQU 5 RB EQU 6 RC EQU 7 BIJIAO EQU 0F JIANZHI EQU 8 BUFFER EQU
www.eeworm.com/read/314281/13569880

txt 4x4键盘程序.txt

//-------------------------------------------------------------------------------------------------- // 4*4键盘扫描程序 //----------------------------------------------------------------------------------