代码搜索:singleton

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

代码结果 4,696
www.eeworm.com/read/353526/3085054

js tooltip.js

// Singleton class TooltipWindow // This class works with special className. The tooltip content could be in your HTML page as an hidden element or // can be retreive by an AJAX call. // // To work, Y
www.eeworm.com/read/255418/4376035

java chocolatecontroller.java

package headfirst.singleton.chocolate; public class ChocolateController { public static void main(String args[]) { ChocolateBoiler boiler = ChocolateBoiler.getInstance(); boiler.fill(); boile
www.eeworm.com/read/153151/5653199

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/153151/5653208

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/153151/5653209

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/153151/5653212

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/475187/6793826

m plots.m

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

m fftingui.m

function varargout = FFTinGUI(varargin) % FFTINGUI M-file for FFTinGUI.fig % FFTINGUI, by itself, creates a new FFTINGUI or raises the existing % singleton*. % % H = FFTINGUI returns th
www.eeworm.com/read/473546/6846075

m multint.m

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

m dscdma.m

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