代码搜索:singleton

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

代码结果 4,696
www.eeworm.com/read/136001/13880036

m wavlet.m

function varargout = wavlet(varargin) % WAVLET M-file for wavlet.fig % WAVLET, by itself, creates a new WAVLET or raises the existing % singleton*. % % H = WAVLET returns the handl
www.eeworm.com/read/136828/5845363

java mailserver.java

package com.javapatterns.singleton.mxrecord; public class MailServer { private int priority; private String server; public void setPriority(int priority) { this.priority = priority;
www.eeworm.com/read/136828/5845372

java eagersingleton.java

package com.javapatterns.singleton.demos; /** * Only once instance of the class may be created during the execution of any given program. Instances of this class should * be aquired through the
www.eeworm.com/read/136828/5845373

java objectkeeper.java

package com.javapatterns.singleton.demos; import java.util.Vector; /** * This class keeps your objects from garbage collected */ public class ObjectKeeper extends Thread {
www.eeworm.com/read/136828/5845376

java lazysingleton.java

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

java mailserver.java

package com.javapatterns.singleton.mxrecord; public class MailServer { private int priority; private String server; public void setPriority(int priority) { this.priority = priority;
www.eeworm.com/read/125439/6029351

java eagersingleton.java

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

java objectkeeper.java

package com.javapatterns.singleton.demos; import java.util.Vector; /** * This class keeps your objects from garbage collected */ public class ObjectKeeper extends Thread {
www.eeworm.com/read/125439/6029355

java lazysingleton.java

package com.javapatterns.singleton.demos; /** * Only once instance of the class may be created during the * execution of any given program. Instances of this class should * be aquired through
www.eeworm.com/read/125114/6034115

java mailserver.java

package com.javapatterns.singleton.mxrecord1; public class MailServer { private int priority; private String server; public void setPriority(int priority) { this.pri