代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/154760/11929279
asv delay.asv
function varargout = delay(varargin)
% DELAY M-file for delay.fig
% DELAY, by itself, creates a new DELAY or raises the existing
% singleton*.
%
% H = DELAY returns the handle to a
www.eeworm.com/read/154760/11929282
m delay.m
function varargout = echo(varargin)
% DELAY M-file for delay.fig
% DELAY, by itself, creates a new DELAY or raises the existing
% singleton*.
%
% H = DELAY returns the handle to a
www.eeworm.com/read/255284/12090318
m array.m
function varargout = array(varargin)
% ARRAY M-file for array.fig
% ARRAY, by itself, creates a new ARRAY or raises the existing
% singleton*.
%
% H = ARRAY returns the handle to a
www.eeworm.com/read/341217/12101004
java mailserver.java
package com.javapatterns.singleton.mxrecord;
public class MailServer
{
private int priority;
private String server;
public void setPriority(int priority)
{
this.priority = priority;
www.eeworm.com/read/341217/12101030
java eagersingleton.java
package com.javapatterns.singleton.demos;
/**
* Only once instance of the class may be created during the execution of any given program. Instances of this class should
* be aquired through the
www.eeworm.com/read/341217/12101033
java objectkeeper.java
package com.javapatterns.singleton.demos;
import java.util.Vector;
/**
* This class keeps your objects from garbage collected
*/
public class ObjectKeeper extends Thread {
www.eeworm.com/read/341217/12101043
java lazysingleton.java
package com.javapatterns.singleton.demos;
/**
* Only once instance of the class may be created during the
* execution of any given program. Instances of this class should
* be aquired through
www.eeworm.com/read/231346/14238300
m grphes.m
function varargout = grphes(varargin)
% GRPHES M-file for grphes.fig
% GRPHES, by itself, creates a new GRPHES or raises the existing
% singleton*.
%
% H = GRPHES returns the handl
www.eeworm.com/read/231346/14238303
m xyopt.m
function varargout = xyopt(varargin)
% XYOPT M-file for xyopt.fig
% XYOPT, by itself, creates a new XYOPT or raises the existing
% singleton*.
%
% H = XYOPT returns the handle to a
www.eeworm.com/read/231346/14238308
asv xyopt.asv
function varargout = xyopt(varargin)
% XYOPT M-file for xyopt.fig
% XYOPT, by itself, creates a new XYOPT or raises the existing
% singleton*.
%
% H = XYOPT returns the handle to a