代码搜索:instance

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

代码结果 10,000
www.eeworm.com/read/149623/12362134

java btgame.java

package bluetoochgame; import javax.microedition.midlet.*; import javax.microedition.lcdui.*; public class BTGame extends MIDlet implements CommandListener{ private static BTGame instance;
www.eeworm.com/read/249894/12463063

cs storagefactory.cs

namespace Perst { using System; using Perst.Impl; /// Storage factory /// public class StorageFactory { /// Get instance of st
www.eeworm.com/read/131630/14135079

java randomgen.java

/* * This code is from the book: * * Winder, R and Roberts, G (2000) Developing Java * Software, second edition, John Wiley & Sons. * * It is copyright (c) 2000 Russel Winder and Graham
www.eeworm.com/read/130127/14207614

java resprocessing.java

/* * Resprocessing.java * * Created on 2003年11月5日, 下午9:17 */ package romulus; /** * * @author Romulus * @version 1.0 */ public class Resprocessing { /** The ident of the Resprocess
www.eeworm.com/read/130042/14210321

java incrinducer.java

package shared; import java.lang.*; import java.util.*; /** Abstract template for incremental inducers. * @author James Louis java Implementation */ abstract public class IncrInducer extends
www.eeworm.com/read/130042/14210461

java cattestresult.java

package shared; import java.lang.*; import java.util.*; import java.io.*; /** The CatTestResult class provides summaries of running * categorizers on test data. This includes the option of *
www.eeworm.com/read/231489/14231080

cpp rtcp.cpp

/********** This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either versio
www.eeworm.com/read/129220/14257334

java incrinducer.java

package shared; import java.lang.*; import java.util.*; /** Abstract template for incremental inducers. * @author James Louis java Implementation */ abstract public class IncrInducer extends
www.eeworm.com/read/129220/14257494

java cattestresult.java

package shared; import java.lang.*; import java.util.*; import java.io.*; /** The CatTestResult class provides summaries of running * categorizers on test data. This includes the option of *
www.eeworm.com/read/231050/14258744

htm pat3e.htm

function setFocus() { if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) { return; } else { self.focus(); } } Singleton