代码搜索:GetKey
找到约 2,187 项符合「GetKey」的源代码
代码结果 2,187
www.eeworm.com/read/196909/8049619
txt pgm05_11.txt
#
# This file contains the Python code from Program 5.11 of
# "Data Structures and Algorithms
# with Object-Oriented Design Patterns in Python"
# by Bruno R. Preiss.
#
# Copyright (c) 2003 by Bruno R.
www.eeworm.com/read/151345/5683734
c key.c
#include
int PC_GetKey (void){
int key;
if (bioskey(1)==0) return 0; //no key pressed
key=bioskey(0); //get key code
if (key&0xFF) key=key&0x00FF; //if (key&0
www.eeworm.com/read/151159/5685295
c key.c
#include
int PC_GetKey (void){
int key;
if (bioskey(1)==0) return 0; //no key pressed
key=bioskey(0); //get key code
if (key&0xFF) key=key&0x00FF; //if (key&0
www.eeworm.com/read/254820/12116251
h _exf(x)_.h
//---------------------------
//external function declaration.
//---------------------------
void Display (uchar *p);
uchar GetKey (void);
void Delay (uchar formal_t);
//-----------------------
www.eeworm.com/read/123179/14643921
c main.c
/*------------------------------------------------------------------------------
MAIN.C: Interrupt Driver SIO Using printf.
Copyright 1995-2002 KEIL Software, Inc.
------------------------------
www.eeworm.com/read/210563/15196509
h _exf(x)_.h
//---------------------------
//external function declaration.
//---------------------------
void Display (uchar *p);
uchar GetKey (void);
void Delay (uchar formal_t);
//-----------------------
www.eeworm.com/read/208393/15247532
cpp app.cpp
#include
#include
#include
#include
#include
#include "winmain.h"
#include "app.h"
#include "Roam.h"
#include "system.h"
#include "gl
www.eeworm.com/read/269105/11109163
txt 无线键盘.txt
/************单个读键****************/
//没有按键时返回键值0;
//
//P2.3 P2.2 P2.1 P2.0
// 1 2 3 4
/*
unsigned char getkey()
{
unsigned char k,tem,keytem;
keytem=0;
tem=P2&0x0f;
if(
www.eeworm.com/read/291016/8444836
txt about_d_lock.txt
功能分析:
1:使用普通用户编号和密码进入
流程:
main()
{init();
while(1)
{ getkey();
switch(选择操作)
{case 进入 in 程序
case 超级用户登录,admini程序
}
}
}
数
www.eeworm.com/read/288645/8616298
h zlg7290.h
extern unsigned char ZLG7290_SendData(unsigned char SubAdd,unsigned char Data);
extern void ZLG7290_SendBuf(unsigned char * disp_buf,unsigned char num);
extern unsigned char ZLG7290_GetKey();