代码搜索:KeyScan
找到约 2,231 项符合「KeyScan」的源代码
代码结果 2,231
www.eeworm.com/read/437300/7751767
o keyscan.o
www.eeworm.com/read/437300/7751798
o keyscan.o
www.eeworm.com/read/437300/7751869
c keyscan.c
#include "def.h"
#include "2410addr.h"
#include "2410lib.h"
#include "2410slib.h"
#include "mmu.h"
#include "uart.h"
#include "timer.h"
/******************************************************
www.eeworm.com/read/436265/7773614
h keyscan.h
#ifndef KEYSCAN_H
#define KEYSCAN_H
#ifndef NULL
#ifdef __cplusplus
#define NULL 0
#else
#define NULL ((void *)0)
#endif
#endif
enum SpecialKey
{
KEY_BACKSPACE= 8,
KEY_TAB =
www.eeworm.com/read/436265/7773620
cpp keyscan.cpp
#include
#include
#include
#ifndef NULL
#ifdef __cplusplus
#define NULL 0
#else
#define NULL ((void *)0)
#endif
#endif
int scankey(bool allowalpha,
www.eeworm.com/read/434942/7800018
c keyscan.c
/**************************************************************
Key Scan
**************************************************************/
#include "def.h"
#include "option.h"
#include "2440addr.
www.eeworm.com/read/434942/7800038
o keyscan.o
www.eeworm.com/read/434864/7800719
c keyscan.c
/**************************************************************
4*4 Key Scan
**************************************************************/
#include "def.h"
#include "option.h"
#include "2440a
www.eeworm.com/read/299850/7828328
c keyscan.c
/**************************************************************
4*4 Key Scan
**************************************************************/
#include "def.h"
#include "option.h"
#include "2440a
www.eeworm.com/read/199312/7867879
h keyscan.h
#ifndef __KEYSCAN__
#define __KEYSCAN__
#include "51board.h"
uchar key_vanul[16]="/987*654-321+=0#";
uchar key_table(uchar key)
{
switch (key)
{
case 0xfe : return 0; break;
case 0xf