代码搜索:singleton

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

代码结果 4,696
www.eeworm.com/read/209634/15216204

m netwoke.m

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

m maingui.m

function varargout = MainGUI(varargin) % MAINGUI M-file for MainGUI.fig % MAINGUI, by itself, creates a new MAINGUI or raises the existing % singleton*. % % HKFCMPARA = MAINGUI ret
www.eeworm.com/read/208039/15255501

m oxingxit.m

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

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/208039/15255529

asv untitled.asv

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/208039/15255531

asv oxingxit.asv

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

m ixingxit.m

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

m tongxin.m

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

m require.m

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

java singletona.java

/** * A Singleton , we can only create one instance */ public class SingletonA { public static boolean instanceFlag = false; //true if 1 instance //private SingletonA instance; p