代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/339072/12262406
qsf dds51.qsf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/224941/14561829
qsf lvds.qsf
# Copyright (C) 1991-2006 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/191767/8423884
java singletonb.java
/**
* A new Singleton use registry
*/
import java.util.*;
public class SingletonB {
static private Hashtable registry = new Hashtable();
//static private SingletonB instance;
www.eeworm.com/read/188503/8535801
cc encoderparams.cc
/* encoderparams - class holding all the various control parameters for
and individual encoder instance. For speed a lot of address offsets/sizes
are computed once-and-for-all and held in this
www.eeworm.com/read/165024/10078579
java zipcodeserverimpl_skel.java
import java.lang.reflect.*;
public class ZipCodeServerImpl_skel {
/** Creates a new instance of ZipCodeServerImpl_skel */
public ZipCodeServerImpl_skel() {
}
// Thi
www.eeworm.com/read/357125/10215852
java integratedcrossvalidation.java
package mulan.evaluation;
/**
* CrossValidation - has identical semantics with Evaluation.
* User is passed an instance of this class when calling
* Evaluator.crossValidate() and friends.
*
www.eeworm.com/read/357125/10215860
java crossvalidation.java
package mulan.evaluation;
/**
* CrossValidation - has identical semantics with Evaluation.
* User is passed an instance of this class when calling
* Evaluator.crossValidate() and friends.
*
www.eeworm.com/read/420691/10780484
h rm_filehandle.h
/*
* The RM_FileHandle class is used to manipulate the records in an open RM
* component file. To manipulate the records in a file, a client first
* creates an instance of this class and passes it