代码搜索:GetKey
找到约 2,187 项符合「GetKey」的源代码
代码结果 2,187
www.eeworm.com/read/137188/13341266
bak key.h.bak
#ifndef _KEY_INCLUDE_H_
#define _KEY_INCLUDE_H_
void InitKey(int iFlag);
unsigned char ReadKey();
unsigned char GetKey();
#endif //_KEY_INCLUDE_H_
www.eeworm.com/read/137188/13341269
h key.h
#ifndef _KEY_INCLUDE_H_
#define _KEY_INCLUDE_H_
void InitKey(int iFlag);
void SetKeyInt();
unsigned char ReadKey();
unsigned char GetKey();
#endif //_KEY_INCLUDE_H_
www.eeworm.com/read/302475/13833983
c keyboard.c
/****************************************************************************/
/*!
*\MODULE JN-AN-1072 Jenie Wireless Keyboard
*
*\COMPONENT $RCSfile: Keyboard.c,v $
*
*\VE
www.eeworm.com/read/151345/5683735
cpp key.cpp
#include
#include "KEY.H"
int GetKey (void){
int key,status;
if (bioskey(1)==0) return 0;
key=bioskey(0);
status=bioskey (2);
if (key&0xFF) key=key&0x00FF;
if (key==
www.eeworm.com/read/151159/5685296
cpp key.cpp
#include
#include "KEY.H"
int GetKey (void){
int key,status;
if (bioskey(1)==0) return 0;
key=bioskey(0);
status=bioskey (2);
if (key&0xFF) key=key&0x00FF;
if (key==
www.eeworm.com/read/137654/5822616
uv2 sample517.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Simulator), 0x0000 // Tools: 'MCS-51'
Target (MCB517AC), 0x0000 // Tools: 'MCS-51'
Group (Source Code)
Group (Documentation
www.eeworm.com/read/131315/5936019
c keymaps.c
/***************************************************************************
* This program is Copyright (C) 1986, 1987, 1988 by Jonathan Payne. JOVE *
* is provided to you without charge, and with
www.eeworm.com/read/264446/11314552
h keychar.h
// KeyChar.h: interface for the CKeyChar class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_KEYCHAR_H__9EBC27FF_10FB_41EA_AF5D_8A498AE49285__INCLUDE
www.eeworm.com/read/264442/11314997
cpp control.cpp
// Control.cpp: implementation of the CControl class.
//
//////////////////////////////////////////////////////////////////////
#include "Control.h"
#include "KeyChar.h"
#include "string.h"
#i
www.eeworm.com/read/264442/11315001
h keychar.h
// KeyChar.h: interface for the CKeyChar class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_KEYCHAR_H__9EBC27FF_10FB_41EA_AF5D_8A498AE49285__INCLUDE