代码搜索:GetKey
找到约 2,187 项符合「GetKey」的源代码
代码结果 2,187
www.eeworm.com/read/249070/12523895
h person.h
#include
using namespace std;
typedef string KeyType;
class KeyedItem
{
public:
KeyedItem() {};
KeyedItem(const KeyType& keyValue)
:searchKey(keyValue) { }
KeyType getKey()
www.eeworm.com/read/285947/8800399
h zlg7290.h
#include "i2c.h"
#include "stdio.h"
#include "config.h"
void I2C_Init(int fd);
uint8 GetKey(int fd);
uint8 KeyTest(int fd);
uint8 InputNumber(int fd,char *num);
uint8 temp[2];
uint8 GetKey(int fd)
www.eeworm.com/read/259059/4347699
entries
/clock.S/1.1/Tue Sep 11 12:12:59 2007//
/getkey.S/1.1/Tue Sep 11 12:12:59 2007//
/getkey.h/1.1/Tue Sep 11 12:12:59 2007//
/isprint_arch.S/1.1/Tue Sep 11 12:12:59 2007//
/isprint_arch.h/1.1/Tue Sep 11
www.eeworm.com/read/464569/7065101
java indexelem.java
// IndexElem class
// ===============
import java.io.*;
public class IndexElem
/* methods include :
getKey
getNum
toString
(private) sizeOf
read
write
*/
{
String key;
int recordNumber;
www.eeworm.com/read/321483/3534621
f_map
#!perl
# examples shamelessly snatched from perldoc -f map
# translates a list of numbers to the corresponding characters.
@chars = map(chr, @nums);
%hash = map { getkey($_) => $_ } @array;
{
%
www.eeworm.com/read/154977/11908551
c urt841.c
//urt841.c
/*
Author: Eckart Hartmann Date:15/10/2003
Description of Software:
This program demonstrates the UART functions UrtCfg() ,
UrtBsy() , getkey()
and putchar() .
Development progress:
www.eeworm.com/read/191729/5163224
java abstractmapentry.java
// Skeletal Implementation - page 87
import java.util.*;
public abstract class AbstractMapEntry implements Map.Entry {
// Primitives
public abstract Object getKey();
public abstra
www.eeworm.com/read/191729/5163293
java abstractmapentry.java
// Skeletal Implementation - page 87
import java.util.*;
public abstract class AbstractMapEntry implements Map.Entry {
// Primitives
public abstract Object getKey();
public abstra
www.eeworm.com/read/179693/5302488
java abstractmapentry.java
// Skeletal Implementation - page 87
import java.util.*;
public abstract class AbstractMapEntry implements Map.Entry {
// Primitives
public abstract Object getKey();
public abstra
www.eeworm.com/read/311835/3677616
c urt841.c
//urt841.c
/*
Author: Eckart Hartmann Date:15/10/2003
Description of Software:
This program demonstrates the UART functions UrtCfg() ,
UrtBsy() , getkey()
and putchar() .
Development progress: