代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/312349/13613375
js memberfilter.js
// a member filter
function MemberFilter () {
// set up defaults
this.subgroup = "all";
this.public = true;
this.protected = true;
this.private = true;
this.instance =
www.eeworm.com/read/305602/13764674
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/150876/5688695
cpp linsolver_com.cpp
#include "linsolver_com.hpp"
CLinSolver::CLinSolver()
{
if (!g_pModule->InitializeComponentInstance(&m_hinst))
Error("Could not create MCR instance");
}
CLinSolver::~CLinSolver()
www.eeworm.com/read/147389/5730272
java goodpackhome.java
package sessEJB;
/**
* Home interface for Enterprise Bean: GoodPack
*/
public interface GoodPackHome extends javax.ejb.EJBHome {
/**
* Creates a default instance of Session Bean: GoodPack
www.eeworm.com/read/142536/5764932
c bjtparam.c
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Thomas L. Quarles
**********/
/*
*/
/*
* This routine sets instance parameters for
* BJTs in
www.eeworm.com/read/141300/5771778
c bjtparam.c
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Thomas L. Quarles
**********/
/*
*/
/*
* This routine sets instance parameters for
* BJTs in
www.eeworm.com/read/141300/5772619
deck io_ordering.deck
IO ordering
*
* This circuit contains a simple gain block. The order of
* the nodes listed on the instance line follows the order
* of the connections defined in the 'ifspec.ifs' file for
* the
www.eeworm.com/read/139936/5795255
java goodpackhome.java
package sessEJB;
/**
* Home interface for Enterprise Bean: GoodPack
*/
public interface GoodPackHome extends javax.ejb.EJBHome {
/**
* Creates a default instance of Session Bean: GoodPack
www.eeworm.com/read/130188/5963188
properties quartz.properties
# Default Properties file for use by StdSchedulerFactory
# to create a Quartz Scheduler Instance, if a different
# properties file is not explicitly specified.
#
org.quartz.scheduler.instanceName = D