代码搜索:GetKey

找到约 2,187 项符合「GetKey」的源代码

代码结果 2,187
www.eeworm.com/read/404510/2303157

java searchform.java

package com.lzw.form; public class SearchForm { private Integer type; private String key; public String getKey() { return key; } public void setKey(String key) { this.key = key; }
www.eeworm.com/read/395063/2450483

java searchform.java

package com.lzw.form; public class SearchForm { private Integer type; private String key; public String getKey() { return key; } public void setKey(String key) { this.key = key; }
www.eeworm.com/read/112095/15493598

c shaozhen.c

#include #include #include int Getkey(); typedef struct lnode {int number; int mima; struct lnode *next; }; struct lnode *CreatLi
www.eeworm.com/read/196909/8047482

html page285.html

getKey, AttachKey and DetachKey Methods
www.eeworm.com/read/129376/14248531

asm info.asm

extern GetKey:far,GetCursor:far,ResumeScreen:far ;From Common extern Dap:byte,DapOffset:word,DapSegment:word,DapBlockNumLL:word,DapBlockNumLH:word ;From Main extern _CurDisk:byte,DiskBuffer:byte,Dri
www.eeworm.com/read/386001/2577136

h keyboard.h

#include "def.h" U32 GetKey(void); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
www.eeworm.com/read/360756/2959719

h keyboard.h

#include "def.h" U32 GetKey(void); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
www.eeworm.com/read/100698/15866808

c regconnect.c

#include #include #include "jni.h" #include ".\java\GetKey.h" //JNI implementation of RegDBGetKeyValueEx #include ".\java\SetKey.h" //JNI implementation of RegDBSetKeyValu
www.eeworm.com/read/192100/8405724

c timer.c

#include "ICETEK-C6713-A.h" main() { unsigned char dbScanCode; init_emif(); // 初始化emif InitCTR(); // 初始化ICETEK-CTR InitInterrupt(); while ( 1 ) { dbScanCode=GetKey();
www.eeworm.com/read/286691/8748623

history

Small-C Revision History -- included in version 2.2 76 Modified _read() in CSYSLIB.C to do console input through _getkey() for consistent handling of special key values per the MS-DOS add