代码搜索:GetKey

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

代码结果 2,187
www.eeworm.com/read/232016/4706536

c getkey.c

/***********************************************************************/ /* Copyright KEIL ELEKTRONIK GmbH 1993 */ /*************************************************
www.eeworm.com/read/229812/4747762

c getkey.c

/**************************************************************************** * * Open Watcom Project * * Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/229812/4752803

asm getkey.asm

include ..\cwlib.inc scode ;------------------------------------------------------------------------- ; ;Get key press info. ; ;On Entry: ; ;none. ; ;On Exit: ; ;AL - ASCII character c
www.eeworm.com/read/229812/4752847

asm _getkey.asm

include ..\cwlib.inc scode ;------------------------------------------------------------------------- ; ;Get key press info. ; ;Calling: ; ;GetKey(); ; ;On Entry: ; ;none. ; ;On Exit
www.eeworm.com/read/229434/4756031

java getkey.java

import java.sql.*; public class GetKey{ public static void main(String args[])throws Exception{ Connection con=new ConnectionProvider().getConnection(); Statement stmt = con.createStatem
www.eeworm.com/read/228205/4765767

c getkey.c

/****************************************************************************** * * * **********
www.eeworm.com/read/227344/4775502

c getkey.c

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

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/199675/5075399

c getkey.c

/****************************************************************************** * * * **********
www.eeworm.com/read/198679/5082500

c getkey.c

/****************************************************************************** * * * **********