代码搜索:instance

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

代码结果 10,000
www.eeworm.com/read/327360/3462523

mof multithreadingsampleproviderr.mof

#pragma locale ("en_US") instance of PG_ProviderModule { Description = "Instance Provider for the MultithreadingSampleClass"; Caption = "Instance Provider for the Multithreading Sample";
www.eeworm.com/read/242099/13095202

jhd top.jhd

MODULE top SUBMODULE DDOOR INSTANCE I17 SUBMODULE DDOOR INSTANCE I13 SUBMODULE COUNTER2PLUS INSTANCE I12 SUBMODULE DRIVER INSTANCE I8 SUBMODULE COUNTER2 INSTANCE I3 SUBMODUL
www.eeworm.com/read/18429/787986

jhd top.jhd

MODULE top SUBMODULE DDOOR INSTANCE I17 SUBMODULE DDOOR INSTANCE I13 SUBMODULE COUNTER2PLUS INSTANCE I12 SUBMODULE DRIVER INSTANCE I8 SUBMODULE COUNTER2 INSTANCE I3 SUBMODUL
www.eeworm.com/read/221996/4824038

svn-base portlet-instances.xml.svn-base

HelloWorldJSFPortletInstance HelloWorldJSFPortlet
www.eeworm.com/read/327360/3462517

mof exceptionstestr.mof

#pragma locale ("en_US") instance of PG_ProviderModule { Description = "Instance Provider for the TestClass"; Caption = "Instance Provider for the TestClass"; Name = "ExceptionsTestModule
www.eeworm.com/read/327360/3462519

mof largedataproviderr.mof

#pragma locale ("en_US") instance of PG_ProviderModule { Description = "Instance Provider for the CIMOMSampleClass"; Caption = "Instance Provider for the CIMOMSampleClass"; Name = "LargeD
www.eeworm.com/read/327360/3462524

mof cimomsampleproviderr.mof

#pragma locale ("en_US") instance of PG_ProviderModule { Description = "Instance Provider for the CIMOMSampleClass"; Caption = "Instance Provider for the CIMOMSampleClass"; Name = "CIMOMS
www.eeworm.com/read/402451/2323099

svm basedaoinstancemethod.svm

public static ${class.DAOInterfaceName} instance; /** * Return a singleton of the DAO */ public static ${class.DAOInterfaceName} getInstance () { if (null == instance) instance = new $
www.eeworm.com/read/300509/3846319

java threadwatch.java

package gui; /** * This class is used to watch a thread termination (for instance * Decoder or Encoder instance) and finally notifies the ThreadSurvey * instance. */ public class ThreadWatch impl
www.eeworm.com/read/107687/15603406

cpp keyboard.cpp

#include "stdafx.h" #pragma comment( lib, "dinput8.lib" ) CKeyboard* CKeyboard::m_Instance = 0; CKeyboard* CKeyboard::Instance() { if(m_Instance == 0) m_Instance = new CKeyboard; retu