代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/179693/5302495
java elvis.java
// Singleton with static factory
public class Elvis {
private static final Elvis INSTANCE = new Elvis();
private Elvis() {
// ...
}
public static Elvis getInstance()
www.eeworm.com/read/173359/5374310
svn-base settings.kcfgc.svn-base
ClassName=KpdfSettings
File=okular.kcfg
Mutators=true
Singleton=true
Visibility=OKULAR_EXPORT
IncludeFiles=okular_export.h
www.eeworm.com/read/402451/2323099
svm basedaoinstancemethod.svm
public static ${class.DAOInterfaceName} instance;
/**
* Return a singleton of the DAO
*/
public static ${class.DAOInterfaceName} getInstance () {
if (null == instance) instance = new $
www.eeworm.com/read/377978/2694571
java dataconnectiontest.java
package singleton;
public class DataConnectionTest {
public static void main(String args[]) {
DataBaseConnection boiler = DataBaseConnection.getInstance();
// will return the existing instan
www.eeworm.com/read/474433/6809361
m interpolation.m
function varargout = interpolation(varargin)
% INTERPOLATION M-file for interpolation.fig
% INTERPOLATION, by itself, creates a new INTERPOLATION or raises the existing
% singleton*.
%
%
www.eeworm.com/read/474070/6829327
asv chengjichaxun.asv
function varargout = chengjichaxun(varargin)
% CHENGJICHAXUN M-file for chengjichaxun.fig
% CHENGJICHAXUN, by itself, creates a new CHENGJICHAXUN or raises the existing
% singleton*.
%
www.eeworm.com/read/474070/6830636
m chengjichaxun.m
function varargout = chengjichaxun(varargin)
% CHENGJICHAXUN M-file for chengjichaxun.fig
% CHENGJICHAXUN, by itself, creates a new CHENGJICHAXUN or raises the existing
% singleton*.
%
www.eeworm.com/read/195449/8154663
m exportresults.m
function varargout = exportresults(varargin)
% EXPORTRESULTS M-file for exportresults.fig
% EXPORTRESULTS, by itself, creates a new EXPORTRESULTS or raises the existing
% singleton*.
%
www.eeworm.com/read/195449/8154702
m performprony.m
function varargout = performprony(varargin)
% PERFORMPRONY M-file for performprony.fig
% PERFORMPRONY, by itself, creates a new PERFORMPRONY or raises the existing
% singleton*.
%
%
www.eeworm.com/read/266839/11210787
m autonavigator.m
function varargout = autonavigator(varargin)
%AUTONAVIGATOR M-file for autonavigator.fig
% AUTONAVIGATOR, by itself, creates a new AUTONAVIGATOR or raises the existing
% singleton*.
%
%