代码搜索:Instance

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

代码结果 10,000
www.eeworm.com/read/152843/5663021

c megaraid_sas.c

/* * * Linux MegaRAID driver for SAS based RAID controllers * * Copyright (c) 2003-2005 LSI Logic Corporation. * * This program is free software; you can redistribute it and/or * modify
www.eeworm.com/read/127819/5994532

cpp mpnetwork.cpp

/*************************************************************************** mpnetwork.cpp - description ------------------- begin
www.eeworm.com/read/127819/5994538

cpp node.cpp

/*************************************************************************** node.cpp - description ------------------- begin
www.eeworm.com/read/125811/6022214

h ttengine.h

/******************************************************************* * * ttengine.h 1.1 * * Engine instance structure definition. * * Copyr
www.eeworm.com/read/125811/6022254

h ttengine.h

/******************************************************************* * * ttengine.h 1.1 * * Engine instance structure definition. * * Copyr
www.eeworm.com/read/482241/6630413

java client.java

/* * Created on 2005-5-7 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */ package com.test.pattern.create.signlet
www.eeworm.com/read/408073/11405902

h singleton.h

#pragma once // FIXME: Should create the instance on first use! template class Singleton { public: static T& Instance() { static T theSingleInstance;
www.eeworm.com/read/403321/11519118

cs singletonstructural.cs

using System; using System.Collections; using System.Windows.Forms; namespace DesignPattern.SingletonStructural { class SingletonStructural : AbstractPattern { public static v
www.eeworm.com/read/126657/14409927

cpp singleton_lab.cpp

// Purpose. Singleton design pattern lab. // // Problem. The application would like a single instance of globalObject // to exist, and chooses to implement it as a global. Globals should // alw
www.eeworm.com/read/171265/5397674

java uieventupdatethread.java

package com.power.pipeengine.EngineUI; import java.util.*; /** * Title: PIPE Engine * Description: Global Planning Optimization Engine * Copyright: Copyright (c) 2002 * Co