代码搜索:GetKey
找到约 2,187 项符合「GetKey」的源代码
代码结果 2,187
www.eeworm.com/read/155895/5617936
java~1~ getkey.java~1~
// Class to read a registry key from a local or remote machine
public class GetKey{
int RegKey ; //Key value i.e. HKEY_CLASSES_ROOT
String MachineName ; //Machine name we want to interrogat
www.eeworm.com/read/155895/5617937
java~6~ getkey.java~6~
package com.xjt.nlp.word;
// Class to read a registry key from a local or remote machine
public class GetKey{
int RegKey ; //Key value i.e. HKEY_CLASSES_ROOT
String MachineName ; //Machine
www.eeworm.com/read/155895/5617941
java~3~ getkey.java~3~
// Class to read a registry key from a local or remote machine
public class GetKey{
int RegKey ; //Key value i.e. HKEY_CLASSES_ROOT
String MachineName ; //Machine name we want to interroga
www.eeworm.com/read/155895/5617948
java~7~ getkey.java~7~
package com.xjt.nlp.word;
// Class to read a registry key from a local or remote machine
public class GetKey{
int RegKey ; //Key value i.e. HKEY_CLASSES_ROOT
String MachineName ; //Machine
www.eeworm.com/read/155856/5618219
c tst_getkey.c
#include
void tst_getkey (void) {
char c;
while ((c = _getkey ()) != 0x1B) {
printf ("key = %c %bu %bx\n", c, c, c);
}
}
www.eeworm.com/read/474378/6808558
bak getkey.c.bak
#include
unsigned char col[4]={0xef,0xdf,0xbf,0x7f};
unsigned char row[4]={0x07,0x0b,0x0d,0x0e};
#define uint unsigned int
#define uchar unsigned char
void delaynms(uint n)
{
www.eeworm.com/read/474378/6808561
uv2 getkey.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Ta
www.eeworm.com/read/474378/6808571
m51 getkey.m51
BL51 BANKED LINKER/LOCATER V6.00 12/08/2008 23:21:12 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
D:\KEIL\C51\BIN\BL51.EXE getkey
www.eeworm.com/read/474378/6808573
bak getkey_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/286264/8778127