代码搜索:singleton

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

代码结果 4,696
www.eeworm.com/read/195441/8155625

m chargui.m

function varargout = charGUI(varargin) % CHARGUI M-file for charGUI.fig % CHARGUI, by itself, creates a new CHARGUI or raises the existing % singleton*. % % H = CHARGUI returns the
www.eeworm.com/read/174295/9597999

m untitled.m

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

m nlsegui.m

function varargout = nlsegui(varargin) % NLSEGUI M-file for nlsegui.fig % NLSEGUI, by itself, creates a new NLSEGUI or raises the existing % singleton*. % % H = NLSEGUI returns the
www.eeworm.com/read/369168/9660366

m hopfield.m

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

m aboutdlg.m

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

asv hopfield.asv

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

m jiemian.m

function varargout = jiemian(varargin) % JIEMIAN M-file for jiemian.fig % JIEMIAN, by itself, creates a new JIEMIAN or raises the existing % singleton*. % % H = JIEMIAN returns the
www.eeworm.com/read/411038/11258747

m aftdemo.m

function varargout = AFTDemo(varargin) % AFTDEMO M-file for AFTDemo.fig % AFTDEMO, by itself, creates a new AFTDEMO or raises the existing % singleton*. % % H = AFTDEMO returns the
www.eeworm.com/read/334876/12565502

m chargui.m

function varargout = charGUI(varargin) % CHARGUI M-file for charGUI.fig % CHARGUI, by itself, creates a new CHARGUI or raises the existing % singleton*. % % H = CHARGUI returns the
www.eeworm.com/read/334652/12582200

java singletonb.java

n /** * A new Singleton use registry */ import java.util.*; public class SingletonB { static private Hashtable registry = new Hashtable(); //static private SingletonB instance;