代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/118793/6097041
cpp main.cpp
/****************************************************************************
** $Id: qt/extensions/nsplugin/examples/movies/main.cpp 2.3.0 edited 2001-01-26 $
**
** Copyright (C) 1992-2000 Trollt
www.eeworm.com/read/118604/6097443
java factoryregistry.java
/*
* 29/01/00 Initial version. mdm@techie.com
*-----------------------------------------------------------------------
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/117834/6100376
java config.java
package javazoom.Util;
import java.io.*;
import java.util.*;
/**
* This class implements Config feature.
*
* @author E.B from JavaZOOM
*
* Homepage : http://www.javazoom.net
*
*----
www.eeworm.com/read/117834/6100377
java debug.java
package javazoom.Util;
import java.io.*;
import java.util.*;
/**
* This class implements a simple Debug Tool.
*
* @author E.B from JavaZOOM
* @date 07/10/2001
*
* Homepage : http://ww
www.eeworm.com/read/117834/6100385
java playlistfactory.java
package javazoom.jlGui.playlist;
/**
* PlaylistFactory.
*
*-----------------------------------------------------------------------
* This program is free software; you can redistribute it
www.eeworm.com/read/116971/6112154
java elvis.java
// Serialzable Singleton - Page 11
import java.io.*;
public class Elvis {
public static final Elvis INSTANCE = new Elvis();
private Elvis() {
// ...
}
// ... //
www.eeworm.com/read/115103/6120215
java mobile3d.java
/**
*
* COPYRIGHT All rights reserved Sony Ericsson Mobile Communications AB 2004.
*
* The software is the copyrighted work of Sony Ericsson Mobile Communications AB.
* The use of the so
www.eeworm.com/read/114744/6122371
java frontcontroller.java
package forum;
import java.io.IOException;
import javax.servlet.*;
import javax.servlet.http.*;
/**
* An implementation of the front controller pattern, using the command
* and controlle
www.eeworm.com/read/114744/6122374
java processnewresponseaction.java
package forum;
import javax.servlet.http.*;
/**
* Represents the logic behind processing a new response. This action
* is responsible for looking up the appropriate Topic instance, creating
www.eeworm.com/read/114744/6122376
java viewtopicaction.java
package forum;
import javax.servlet.http.*;
/**
* Represents the logic behind viewing the details of a topic. This action
* is responsible for looking up the appropriate Topic instance and p