代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/142836/12915940
h docdata.h
// docdata.h : include file for document specific data
// an instance of this class is automatically created
// and managed by the AsdkDataManager class
// see the AsdkDmgr.h DocData
www.eeworm.com/read/140630/13071151
h docdata.h
// docdata.h : include file for document specific data
// an instance of this class is automatically created
// and managed by the AsdkDataManager class
// see the AsdkDmgr.h DocData
www.eeworm.com/read/139267/13165731
cs userclass.cs
using System;
namespace MDIServer
{
///
/// UserClass has only one instance throughout the application
///
public class UserClass
{
private string name;
privat
www.eeworm.com/read/310716/13645181
java oxogame.java
/**
* Contains the key elements for playing a game of noughts and crosses .
*
* @author Ian Bradley
* @version 1.0 March 2008
*/
public class OXOGame
{
// instance variables - replace the
www.eeworm.com/read/305602/13764544
java symbolloader.java
/*
* A Symbol Loader to register all prototype instance
*/
import java.util.*;
public class SymbolLoader {
private Hashtable symbols = new Hashtable();
public SymbolLoader() {
www.eeworm.com/read/107372/6189541
pas memoauto.pas
unit MemoAuto;
{ This unit implements TMemoApp, the Application automation object class for
the MemoEdit application. TMemoApp is registered as a Single Instance
automation class, thus causin
www.eeworm.com/read/352697/6292923
h docdata.h
// docdata.h : include file for document specific data
// an instance of this class is automatically created
// and managed by the AsdkDataManager class
// see the AsdkDmgr.h DocData
www.eeworm.com/read/402326/11537449
java randomaccessexp.java
/**
* @(#)RandomAccessExp.java
*
*
* @author
* @version 1.00 2007/11/17
*/
import java.io.*;
public class RandomAccessExp {
/**
* Creates a new instance of
www.eeworm.com/read/402326/11537450
java writeunbufferedtest.java
/**
* @(#)WriteUnbufferedTest.java
*
*
* @author
* @version 1.00 2007/11/15
*/
import java.io.*;
public class WriteUnbufferedTest {
/**
* Creates a new instance o
www.eeworm.com/read/402326/11537454
java readbufferedtest.java
/**
* @(#)ReadBufferedTest.java
*
*
* @author
* @version 1.00 2007/11/16
*/
import java.io.*;
public class ReadBufferedTest {
/**
* Creates a new instance of