代码搜索:GetKey

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

代码结果 2,187
www.eeworm.com/read/138033/13271200

c getkey.c

#ifndef _CHIPSOURCE_DEFINE #include "CHIPSOURCE.c" #endif BYTE GetKey(void); BYTE GetKey(void) { data BYTE key; while(KeyCode==0) {KEY_ROW0=0;KEY_ROW1=0;} key=KeyCode; KeyCode=0;
www.eeworm.com/read/136306/13383015

c getkey.c

#include #include #define BYTE unsigned char #define WORD unsigned int #define COM8155 XBYTE[0xA100] #define PA8155 XBYTE[0xA101] #define PB8155 XBYTE[0xA102] #define PC8155
www.eeworm.com/read/319986/13437375

c getkey.c

/****************************************************************************** * * * **********
www.eeworm.com/read/316094/13530296

c getkey.c

/***********************************************************************/ /* This file is part of the C51 Compiler package */ /* Copyright KEIL ELEKTRONIK GmbH 1993 - 2002
www.eeworm.com/read/312154/13617763

c getkey.c

/*串口1通信底层函数*/ #include // SFR declarations char _getkey () { char c; while ((SCON1&0X1)!=0X1); c = SBUF1; SCON1&=~0X1; return (c); }
www.eeworm.com/read/304114/13800164

c getkey.c

/***********************************************************************/ /* This file is part of the C51 Compiler package */ /* Copyright KEIL ELEKTRONIK GmbH 1993 - 1999
www.eeworm.com/read/150784/5689129

dpr getkey.dpr

library Getkey; uses SysUtils, Windows, UnitHookDLL in 'UnitHookDLL.pas'; exports OpenGetKeyHook, CloseGetKeyHook; begin end.
www.eeworm.com/read/150784/5689131

dof getkey.dof

[FileVersion] Version=6.0 [Compiler] A=8 B=0 C=1 D=1 E=0 F=0 G=1 H=1 I=1 J=1 K=0 L=1 M=0 N=1 O=1 P=1 Q=0 R=0 S=0 T=0 U=0 V=1 W=0 X=1 Y=1 Z=1 ShowHints=1 ShowWarnings=1 U
www.eeworm.com/read/150784/5689132

cfg getkey.cfg

-$A8 -$B- -$C+ -$D+ -$E- -$F- -$G+ -$H+ -$I+ -$J+ -$K- -$L+ -$M- -$N+ -$O+ -$P+ -$Q- -$R- -$S- -$T- -$U- -$V+ -$W- -$X+ -$YD -$Z1 -cg -AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/150372/5693531

c getkey.c

/***********************************************************************/ /* Copyright KEIL ELEKTRONIK GmbH 1993 */ /*************************************************