代码搜索:GetKey
找到约 2,187 项符合「GetKey」的源代码
代码结果 2,187
www.eeworm.com/read/155189/5628371
java defaultkeyedvaluestests.java
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (
www.eeworm.com/read/155175/5628818
java statelib.java
package com.croftsoft.core.util.state;
/*********************************************************************
*
* Static methods to support concrete implementations of the Sta
www.eeworm.com/read/475767/6778179
dsw freelock.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/473653/6847928
java entryinterface.java
/*
* EntryInterface.java
*
*/
/**
*
* @author Kun Fang
*/
public interface EntryInterface {
void setKey(String newKey);
void setData(String newData);
String getKey();
www.eeworm.com/read/473661/6848362
java entryinterface.java
/*
* EntryInterface.java
*
*/
/**
*
* @author Kun Fang
*/
public interface EntryInterface {
void setKey(String newKey);
void setData(String newData);
String getKey();
www.eeworm.com/read/473001/6853995
cpp namespac.cpp
// BZ_NAMESPACES
namespace computers {
class keyboard {
public:
int getkey() const;
};
int keyboard::getkey() const
{
return 0;
}
}
namespace music {
class keyboard {
www.eeworm.com/read/473077/6854989
h virtkey.h
//---------------------------------------------------------------------------
#ifndef VirtKeyH
#define VirtKeyH
AnsiString GetShift( TShiftState State );
AnsiString GetKey( WORD K );
//--------
www.eeworm.com/read/394618/8215695
c musinstru.c
/*****************************************/
/* Copyright (c) 2005, 通信工程学院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/*****************************************/
www.eeworm.com/read/393990/8252166
c main.c
#include
#include
#include
#include "sio.h"
#define MasterCall P34 //P34 == 0,主机呼叫
sbit P00 = 0x80;
sbit P01 = 0x81;
sbit P02 = 0x82;
sbit P03
www.eeworm.com/read/392877/8321323
c musinstru.c
/*****************************************/
/* Copyright (c) 2005, 通信工程学院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/*****************************************/