代码搜索:GetKey
找到约 2,187 项符合「GetKey」的源代码
代码结果 2,187
www.eeworm.com/read/265527/11262147
c urt842.c
//urt842.c
/*
Author: Eckart Hartmann Date:16/10/2003
Description of Software:
This program demonstrates the UART functions UrtCfg() ,
UrtBsy() , getkey()
and putchar() .
Development progress:
www.eeworm.com/read/390732/8447079
asm key_asm.asm
.include hardware.inc
.define KEY_ALL 0xff00 //使用IOA8~IOA15作为键盘输入口
.ram
.var R_Delay = 0
//=============================================================
// 函数名称: F_GetKey
// 日期: 20040816
www.eeworm.com/read/390732/8447355
asm key_asm.asm
.include hardware.inc
.define KEY_ALL 0xff00 //使用IOA8~IOA15作为键盘输入口
//=============================================================
// 函数名称: F_GetKey
// 日期: 20040816
// 语法: unsigned F_Ge
www.eeworm.com/read/280322/10339831
cpp key.cpp
#include
#include "key.h"
KEY GetKey()
{
int KeyCode;
KEY ReCode;
if(!bioskey(1)) return _NOP;
KeyCode = bioskey(0);
switch( KeyCode )
{
// '7'
www.eeworm.com/read/280322/10340068
cpp key.cpp
#include
#include "key.h"
KEY GetKey()
{
int KeyCode;
KEY ReCode;
if(!bioskey(1)) return _NOP;
KeyCode = bioskey(0);
switch( KeyCode )
{
// '7'
www.eeworm.com/read/136632/6956108
c remkey.c
/*=============================== 按键及遥控处理函数集 =================================*/
/******************** 按键调用主程序 *********************/
void key_do(void) /*此函数由主函数调用*/
{
getkey_6311()
www.eeworm.com/read/453680/7414660
bi svgademo.bi
DECLARE SUB GETKEY (RET$)
DECLARE SUB DOPRIMS (RetVal$)
DECLARE SUB DOCLIP (RetVal$)
DECLARE SUB DOFILL (RetVal$)
DECLARE SUB DOPAL (RetVal$)
DECLARE SUB DOBLOCK (Re