代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/384426/8871292
m getn.m
function varargout = getN(varargin)
% GETN M-file for getN.fig
% GETN, by itself, creates a new GETN or raises the existing
% singleton*.
%
% H = GETN returns the handle to a new GETN o
www.eeworm.com/read/378028/9253620
m svm.m
function varargout = SVM(varargin)
%SVM M-file for SVM.fig
% SVM, by itself, creates a new SVM or raises the existing
% singleton*.
%
% H = SVM returns the handle to a new SVM or the ha
www.eeworm.com/read/178955/9380502
asv ww.asv
function varargout = ww(varargin)
% WW M-file for ww.fig
% WW, by itself, creates a new WW or raises the existing
% singleton*.
%
% H = WW returns the handle to a new WW or the han
www.eeworm.com/read/178955/9380507
m rr.m
function varargout = rr(varargin)
% RR M-file for rr.fig
% RR, by itself, creates a new RR or raises the existing
% singleton*.
%
% H = RR returns the handle to a new RR or the han
www.eeworm.com/read/178955/9380510
m qq.m
function varargout = qq(varargin)
% QQ M-file for qq.fig
% QQ, by itself, creates a new QQ or raises the existing
% singleton*.
%
% H = QQ returns the handle to a new QQ or the han
www.eeworm.com/read/178955/9380514
m tt.m
function varargout = tt(varargin)
% TT M-file for tt.fig
% TT, by itself, creates a new TT or raises the existing
% singleton*.
%
% H = TT returns the handle to a new TT or the han
www.eeworm.com/read/373067/9475972
m one.m
function varargout = one(varargin)
% ONE M-file for one.fig
% ONE, by itself, creates a new ONE or raises the existing
% singleton*.
%
% H = ONE returns the handle to a new ONE o
www.eeworm.com/read/175688/9536148
m svm.m
function varargout = SVM(varargin)
%SVM M-file for SVM.fig
% SVM, by itself, creates a new SVM or raises the existing
% singleton*.
%
% H = SVM returns the handle to a new SVM or the ha
www.eeworm.com/read/175317/9552358
m demo.m
function varargout = demo(varargin)
% DEMO M-file for demo.fig
% DEMO, by itself, creates a new DEMO or raises the existing
% singleton*.
%
% H = DEMO returns the handle to a new DEMO o
www.eeworm.com/read/167515/9966865
h mazefactory.h
#ifndef MazeFactory_H
#define MazeFactory_H
class Maze;
class Room;
class Wall;
class Door;
class MazeFactory {
public:
MazeFactory();
#ifndef Singleton
static MazeFactory* Instance();
#else