代码搜索:singleton

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

代码结果 4,696
www.eeworm.com/read/136989/5828351

h options.h

/* -*- C++ -*- */ // Options.h,v 1.3 2001/11/15 21:32:21 schmidt Exp //============================================================================ // // = LIBRARY // JAWS // // = FILENAME
www.eeworm.com/read/136828/5845368

java lazysingleton1.java

package com.javapatterns.singleton.answers; /** * Only once instance of the class may be created during the * execution of any given program. Instances of this class should * be aquired thr
www.eeworm.com/read/125439/6029347

java lazysingleton1.java

package com.javapatterns.singleton.answers; /** * Only once instance of the class may be created during the * execution of any given program. Instances of this class should * be aquired thr
www.eeworm.com/read/100926/6264470

h options.h

/* -*- C++ -*- */ // Options.h,v 1.3 2001/11/15 21:32:21 schmidt Exp //============================================================================ // // = LIBRARY // JAWS // // = FILENAME
www.eeworm.com/read/489202/6296137

m rs_about.m

function varargout = rs_about(varargin) gui_Singleton = 1; gui_State = struct('gui_Name', mfilename, ... 'gui_Singleton', gui_Singleton, ... 'gui_Openi
www.eeworm.com/read/486925/6521115

java lazysingleton1.java

package com.javapatterns.singleton.answers; /** * Only once instance of the class may be created during the * execution of any given program. Instances of this class should * be aquired thr
www.eeworm.com/read/341217/12101022

java lazysingleton1.java

package com.javapatterns.singleton.answers; /** * Only once instance of the class may be created during the * execution of any given program. Instances of this class should * be aquired thr
www.eeworm.com/read/127116/14377931

java lazysingleton1.java

package com.javapatterns.singleton.answers; /** * Only once instance of the class may be created during the * execution of any given program. Instances of this class should * be aquired thr
www.eeworm.com/read/153151/5653204

java lazysingleton1.java

package com.javapatterns.singleton.answers; /** * Only once instance of the class may be created during the * execution of any given program. Instances of this class should * be aquired thr
www.eeworm.com/read/232657/4696832

java main.java

public class Main { public static void main(String[] args) { System.out.println("Start."); Singleton obj1 = Singleton.getInstance(); Singleton obj2 = Singleton.getInsta