代码搜索:instance

找到约 10,000 项符合「instance」的源代码

代码结果 10,000
www.eeworm.com/read/283473/4078711

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/283334/4082910

tex query.tex

\section{\class{wxQueryCol}}\label{wxquerycol} Every ODBC data column is represented by an instance of this class. \wxheading{Derived from} \helpref{wxObject}{wxobject} \wxheading{Include
www.eeworm.com/read/277815/4151130

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/277815/4151542

c cktdlti.c

/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1985 Thomas L. Quarles **********/ /* */ /* CKTdltInst * delete the specified instance - n
www.eeworm.com/read/277660/4152320

java gettermfieldname.java

package collector.gui.model; import pbs.service.defineobject.*; /** * * @author dljf */ public class getTermFieldName { /** Creates a new instance of getTermFieldName */ public g
www.eeworm.com/read/277660/4152359

svn-base gettermfieldname.java.svn-base

package collector.gui.model; import pbs.service.defineobject.*; /** * * @author dljf */ public class getTermFieldName { /** Creates a new instance of getTermFieldName */ public g
www.eeworm.com/read/275272/4178818

java vertexmidletmain.java

package testVertex; import javax.microedition.lcdui.Display; import javax.microedition.midlet.*; public class VertexMIDletMain extends MIDlet { static VertexMIDletMain instance;
www.eeworm.com/read/275272/4178834

java vertexmidletmain.java

package testVertex; import javax.microedition.lcdui.Display; import javax.microedition.midlet.*; public class VertexMIDletMain extends MIDlet { static VertexMIDletMain instance;
www.eeworm.com/read/446738/1709917

java demoapplet.java

import javax.swing.*; public class DemoApplet extends javax.swing.JApplet { /** Creates a new instance of DemoApplet */ public DemoApplet() { } public void init() {
www.eeworm.com/read/441988/1768025

java corecontextfactory.java

package com.ldd600.exception.context; public class CoreContextFactory { private static CoreContextFactory instance; private volatile ExceptionContext exceptionContext; private Object exce