代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/407122/11428954
asv simuladorcs.asv
function varargout = SimuladorCs(varargin)
% SIMULADORCS M-file for SimuladorCs.fig
% SIMULADORCS, by itself, creates a new SIMULADORCS or raises the existing
% singleton*.
%
% H =
www.eeworm.com/read/406910/11432738
m adjsiza.m
function varargout = adjsiza(varargin)
% DESCRIPTION [a,b,...] = adjsiza(a,b,...)
% Will extend singleton dimensions on each input argument to match
% the size of the other arguments. If dimensions
www.eeworm.com/read/158238/11631449
m nyquistdelay.m
function varargout = nyquistdelay(varargin)
%NYQUISTDELAY M-file for nyquistdelay.fig
% NYQUISTDELAY, by itself, creates a new NYQUISTDELAY or raises the existing
% singleton*.
%
% H =
www.eeworm.com/read/338698/12287976
m setsettings.m
function varargout = setSettings(varargin)
% SETSETTINGS M-file for setSettings.fig
% SETSETTINGS, by itself, creates a new SETSETTINGS or raises the existing
% singleton*.
%
% H =
www.eeworm.com/read/337943/12332949
m circldetect.m
function varargout = CirclDetect(varargin)
% CIRCLDETECT M-file for CirclDetect.fig
% CIRCLDETECT, by itself, creates a new CIRCLDETECT or raises the existing
% singleton*.
%
% H =
www.eeworm.com/read/251408/12347381
m fftplatform.m
function varargout = FFTPlatForm(varargin)
% FFTPLATFORM M-file for FFTPlatForm.fig
% FFTPLATFORM, by itself, creates a new FFTPLATFORM or raises the existing
% singleton*.
%
% H =
www.eeworm.com/read/251408/12347471
asv fftplatform.asv
function varargout = FFTPlatForm(varargin)
% FFTPLATFORM M-file for FFTPlatForm.fig
% FFTPLATFORM, by itself, creates a new FFTPLATFORM or raises the existing
% singleton*.
%
% H =
www.eeworm.com/read/250225/12423112
m adjsiza.m
function varargout = adjsiza(varargin)
% DESCRIPTION [a,b,...] = adjsiza(a,b,...)
% Will extend singleton dimensions on each input argument to match
% the size of the other arguments. If dimensions
www.eeworm.com/read/231346/14238294
m application.m
function varargout = application(varargin)
% APPLICATION M-file for application.fig
% APPLICATION, by itself, creates a new APPLICATION or raises the existing
% singleton*.
%
% H =
www.eeworm.com/read/120429/14803813
java elvis.java
// Serialzable Singleton - Page 11
import java.io.*;
public class Elvis {
public static final Elvis INSTANCE = new Elvis();
private Elvis() {
// ...
}
// ... //