代码搜索:singleton

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

代码结果 4,696
www.eeworm.com/read/373166/2766842

mf com.xilinx.mdt.edk.download_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.download; singleton:=true Bundle-Version: 9.1.0 Bu
www.eeworm.com/read/373166/2766843

mf com.xilinx.mdt.edk.tools_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.tools; singleton:=true Bundle-Version: 9.1.0 Bundl
www.eeworm.com/read/373166/2766846

mf org.eclipse.cdt.make.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.make.core; singleton:=true Bundle-Version: 3.0.2 Bund
www.eeworm.com/read/373166/2766847

mf com.xilinx.mdt.edk.xdsgen_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.xdsgen; singleton:=true Bundle-Version: 9.1.0 Bund
www.eeworm.com/read/373166/2766848

mf org.eclipse.cdt.debug.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.debug.core; singleton:=true Bundle-Version: 3.0.2 Bun
www.eeworm.com/read/373166/2766849

mf org.eclipse.cdt_3.0.2.mf

Manifest-Version: 1.0 Generated-from: 1171064326000;type=2 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt; singleton:=true Bundle-Version: 3.0.2 Bundle-Vendor:
www.eeworm.com/read/373166/2766850

mf com.xilinx.mdt.edk.profiler.ui_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.profiler.ui; singleton:=true Bundle-Version: 9.1.0
www.eeworm.com/read/366274/2891932

mf manifest.mf

Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: jenny插件 Bundle-SymbolicName: jennyplugin; singleton:=true Bundle-Version: 1.0.0 Bundle-Activator: JennyPlugin Bundle-Vendor: jenny Bundle-L
www.eeworm.com/read/362512/2933032

java dbconnectionmanager.java

package com.hoten.db; import java.io.*; import java.sql.*; import java.util.*; import java.util.Date; import com.hoten.util.Log; /** * This class is a Singleton that provides access to one o
www.eeworm.com/read/359991/2971071

java parameter.java

package structure; /** * 一个神经网络的参数 * singleton模式 * */ public class Parameter { public int nodeNum[] ={1,5,1}; //每一层的神经元数目 public Function func[] =