代码搜索:GetKey

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

代码结果 2,187
www.eeworm.com/read/267735/4259568

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // getkey.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
www.eeworm.com/read/111195/15517214

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
www.eeworm.com/read/180995/9277418

h get-key.h

#include"sys-head.H" /****************************************** **行列式键盘扫描: 行:P0.7-P0.4 列:P0.3-P0.0 **bingbing ******************************************/ char getkey(void) { //程序起初置行
www.eeworm.com/read/443490/7631818

c main.c

#include "driver.h" #include "LCD.h" void main() { unsigned char k; init_lcd(); kb_init(); clr_scr(); while(1) { putgb(); k=getkey(); switch (k) { cas
www.eeworm.com/read/196909/8043815

html page279.html

getKey and GetSubtree Methods Data Str
www.eeworm.com/read/154981/11908318

cpp main.cpp

/*the main funtion of the project*/ /*created by erjianChai and Guo Jialin 2005-04-12*/ #include "RC5_CTS.h" void GetKey( unsigned char key[b] ) { char ch; printf("please input the key w
www.eeworm.com/read/344727/3204807

js ext.common.js

//Ext.data.Store=function(A){this.data=new Ext.util.MixedCollection(false);this.data.getKey=function(A){return A.id};this.baseParams={};this.paramNames={"start":"start","limit":"limit","sort":"sort","
www.eeworm.com/read/368928/9672002

h tree.h

#include using namespace std; template class TreeNode { public: TreeNode(){} TreeNode (T x) {key = x; } //构造函数 T getKey() const { return key; } //读取关键码
www.eeworm.com/read/171681/9742899

cpp main.cpp

struct section *phead; main() { int state=0; int kx,ky; land(); Loadimage(x,y,"e:\\keshe\\logo.bmp"); rectangle(0); while(1) { getkey(&kx,&ky); if(kx==13) /*退出*/ { dialog
www.eeworm.com/read/129376/14248529

asm main.asm

extern HighLight:far,HideCursor:far,Cls:far,GetKey:far,ShowCursor:far ;From Common extern WarningTitle:byte,ConOKSel:byte ;From Sector extern SinSector:far,MulSector:far,CMOS:far,Ascii:far,Color:f