代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/245891/12774609
java mainscreen.java
package GameTest;
import javax.microedition.lcdui.*;
public class MainScreen extends List implements CommandListener {
private static Displayable instance;
synchronized public static Displ
www.eeworm.com/read/331935/12796587
pas reinit.pas
unit reinit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms;
procedure ReinitializeForms;
function LoadNewResourceModule(Locale: LCID): Longint;
impleme
www.eeworm.com/read/331935/12798701
pas reinit.pas
unit reinit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms;
procedure ReinitializeForms;
function LoadNewResourceModule(Locale: LCID): Longint;
impleme
www.eeworm.com/read/144228/12806890
java orderitem.java
/**
* This class models an item in an order.It contains the following information:
*
*
* the reference to a {@link Product} object
* the quantity of the product in the
www.eeworm.com/read/144198/12809823
java scoreevent.java
/*
* ScoreEvent.java
*
* Created on 2005年11月24日, 上午5:12
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
/**
*
* @author
www.eeworm.com/read/143465/12873524
c initialization.c
#include "StdSDK.h" // Standard application includes
#include "Initialization.h" // For non-static function prototypes
#include "MainFrame.h" // For non-static function prototypes
#inc
www.eeworm.com/read/244194/12878830
pas propfilereh.pas
{*******************************************************}
{ }
{ Delphi / Kylix Cross-Platform Runtime Library }
{
www.eeworm.com/read/244146/12883172
cpp config.cpp
#include "Config.h"
Config* Config::getInstance() {
static Config instance;
return &instance;
}
void Config::setParameters(int support, float conf, float prob) {
this->support =
www.eeworm.com/read/329769/12934337
pas propfilereh.pas
{*******************************************************}
{ }
{ Delphi / Kylix Cross-Platform Runtime Library }
{