代码搜索:singleton

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

代码结果 4,696
www.eeworm.com/read/268112/11154243

m guiwindow.m

function varargout = guiwindow(varargin) % GUIWINDOW M-file for guiwindow.fig % GUIWINDOW, by itself, creates a new GUIWINDOW or raises the existing % singleton*. % % H = GUIWINDOW
www.eeworm.com/read/249425/12506036

java concretedatamanager.java

package model; import java.util.ArrayList; public class ConcreteDataManager extends DataManager { private ConcreteDataManager() {// SINGLETON super(); this.datastorage = new ArrayList
www.eeworm.com/read/236511/14013089

m modespage.m

function varargout = modespage(varargin) % MODESPAGE M-file for modespage.fig % MODESPAGE, by itself, creates a new MODESPAGE or raises the existing % singleton*. % % H = MODESPAGE
www.eeworm.com/read/203741/15352208

m chayangji.m

function varargout = chayangji(varargin) % CHAYANGJI M-file for chayangji.fig % CHAYANGJI, by itself, creates a new CHAYANGJI or raises the existing % singleton*. % % H = CHAYANGJI
www.eeworm.com/read/200618/15428544

m multidemo.m

function varargout = multidemo(varargin) % MULTIDEMO M-file for multidemo.fig % MULTIDEMO, by itself, creates a new MULTIDEMO or raises the existing % singleton*. % % H = MULTIDEMO
www.eeworm.com/read/110378/15535284

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/101292/15838632

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/101169/15842167

h game.h

// Game.h // // Main game class. It stores all game state, characters and game logic. // The class is a singleton in order to be available everywhere. // ///////////////////////////////////////
www.eeworm.com/read/192077/8408410

asv paramset.asv

function varargout = ParamSet(varargin) % PARAMSET M-file for ParamSet.fig % PARAMSET, by itself, creates a new PARAMSET or raises the existing % singleton*. % % H = PARAMSET retur
www.eeworm.com/read/192077/8408413

m paramset.m

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