代码搜索:singleton

找到约 4,696 项符合「singleton」的源代码

代码结果 4,696
www.eeworm.com/read/442057/1767500

mf manifest.mf

Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.eclipse.ecf.examples.remoteservices.server;singleton:=true Bundle-Version: 1.0.100.qualifier Bundle-L
www.eeworm.com/read/442057/1767502

mf manifest.mf

Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: org.eclipse.ecf.example.collab.editor; singleton:=true Bundle-Version: 1.0.200.qualifier Bundle-Activator
www.eeworm.com/read/389693/2539954

java singletonb.java

package book.oo.singleton; public class SingletonB { //私有属性 private static int id = 1; //SingletonB的唯一实例 private static SingletonB instance = null; //将构造函数私有,防止外界构造SingletonB实例 priva
www.eeworm.com/read/383676/2615132

mf org.eclipse.cdt.ui_3.0.2.mf

Manifest-Version: 1.0 Generated-from: 1171064318000;type=2 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt.ui; singleton:=true Bundle-Version: 3.0.2 Bundle-Clas
www.eeworm.com/read/383676/2615137

mf org.eclipse.cdt.debug.mi.ui_3.0.2.mf

Manifest-Version: 1.0 Generated-from: 1171064322000;type=2 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt.debug.mi.ui; singleton:=true Bundle-Version: 3.0.2 Bu
www.eeworm.com/read/383676/2615149

mf com.xilinx.mdt.edk_9.1.0.mf

Manifest-Version: 1.0 Generated-from: 1171064322000;type=2 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: com.xilinx.mdt.edk; singleton:=true Bundle-Version: 9.1.0 Bundle-Clas
www.eeworm.com/read/383676/2615152

mf org.eclipse.cdt.core_3.0.2.mf

Manifest-Version: 1.0 Generated-from: 1171064320000;type=2 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt.core; singleton:=true Bundle-Version: 3.0.2 Bundle-Cl
www.eeworm.com/read/383676/2615153

mf com.xilinx.mdt.edk.doc_9.1.0.mf

Manifest-Version: 1.0 Generated-from: 1171064326000;type=2 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: com.xilinx.mdt.edk.doc; singleton:=true Bundle-Version: 9.1.0 Bundle-
www.eeworm.com/read/382884/2623589

m qjgj2.m

function varargout = QJgj2(varargin) %QJGJ2 M-file for QJgj2.fig % QJGJ2, by itself, creates a new QJGJ2 or raises the existing % singleton*. % % H = QJGJ2 returns the handle to a new
www.eeworm.com/read/382594/2629499

h ptimerdispatcher.h

/* -*- C++ -*- */ // PTimerDispatcher.h,v 1.1 2004/01/01 21:01:01 shuston Exp #if !defined(PTIMER_DISPATCHER_H) #define PTIMER_DISPATCHER_H #include "ace/Singleton.h" #include "ace/Synch.h"