代码搜索:singleton

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

代码结果 4,696
www.eeworm.com/read/397826/2399853

java regsingletonchild.java

package com.javapatterns.singleton.demos; /** * This class is a subclass of RegSingleton */ import java.util.HashMap; public class RegSingletonChild extends RegSingleton { public Re
www.eeworm.com/read/392558/2494766

java client.java

package com.javapatterns.singleton.mxrecord; public class Client { /** * @directed */ private static MXList mxl; public static void main(String[] args) throws
www.eeworm.com/read/392558/2494782

java regsingletonchild.java

package com.javapatterns.singleton.demos; /** * This class is a subclass of RegSingleton */ import java.util.HashMap; public class RegSingletonChild extends RegSingleton { public Re
www.eeworm.com/read/389759/2538765

kcfgc nmm_kdeconfig.kcfgc

# Code generation options for kconfig_compiler File=nmm_kdeconfig.kcfg ClassName=NmmKDEConfig Singleton=true Mutators=true MemberVariables=private GlobalEnums=tru
www.eeworm.com/read/377893/2695280

cs spooler.cs

using System; namespace singleSpooler { /// /// Prototype of Spooler Singleton /// such that only one instane can ever exist. /// public class Spooler { static b
www.eeworm.com/read/373842/2757495

java singletonb.java

/** * A new Singleton use registry */ import java.util.*; public class SingletonB { static private Hashtable registry = new Hashtable(); //static private SingletonB instance;
www.eeworm.com/read/364575/2902184

cs spooler.cs

using System; namespace singleSpooler { /// /// Prototype of Spooler Singleton /// such that only one instane can ever exist. /// public class Spooler { static b
www.eeworm.com/read/156560/5611351

java cache.java

package MyNa.utils; /* the Cache class is a framework for defining caching, or 'memoizing', Singleton classes; each needs to define the static getInstance, freeInstance, and close methods.
www.eeworm.com/read/153151/5653197

java client.java

package com.javapatterns.singleton.mxrecord; public class Client { /** * @directed */ private static MXList mxl; public static void main(String[] args) throw
www.eeworm.com/read/153903/6783223

m synchronize.m

function varargout = Synchronize(varargin) %SYNCHRONIZE M-file for Synchronize.fig % SYNCHRONIZE, by itself, creates a new SYNCHRONIZE or raises the existing % singleton*. % % H = SYNCH