代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/125114/6034120
java classuml.java
package com.javapatterns.singleton.demos;
/** This is an example of UML Class Chart */
public class ClassUML
{
private int aPrivateVar;
public int aPublicVar;
protected int aProtec
www.eeworm.com/read/121299/6068824
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
www.eeworm.com/read/113176/6136284
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
www.eeworm.com/read/108102/6186795
java mailserver.java
package com.javapatterns.singleton.mxrecord;
public class MailServer
{
private int priority;
private String server;
public void setPriority(int priority)
{
this.prio
www.eeworm.com/read/108102/6186802
java regsingleton.java
package com.javapatterns.singleton.demos;
import java.util.HashMap;
public class RegSingleton
{
private static HashMap mRegistry = new HashMap();
static
{
RegSingleton
www.eeworm.com/read/108102/6186803
java classuml.java
package com.javapatterns.singleton.demos;
/** This is an example of UML Class Chart */
public class ClassUML
{
private int aPrivateVar;
public int aPublicVar;
protected int aProtec
www.eeworm.com/read/491400/6435147
m wenbena.m
function varargout = wenbena(varargin)
% WENBENA M-file for wenbena.fig
% WENBENA, by itself, creates a new WENBENA or raises the existing
% singleton*.
%
% H = WENBENA returns the
www.eeworm.com/read/491400/6435169
m wenbenb.m
function varargout = wenbenb(varargin)
% WENBENB M-file for wenbenb.fig
% WENBENB, by itself, creates a new WENBENB or raises the existing
% singleton*.
%
% H = WENBENB returns the
www.eeworm.com/read/491400/6435177
m yinpina.m
function varargout = yinpina(varargin)
% YINPINA M-file for yinpina.fig
% YINPINA, by itself, creates a new YINPINA or raises the existing
% singleton*.
%
% H = YINPINA returns the
www.eeworm.com/read/491400/6435178
m yinpinb.m
function varargout = yinpinb(varargin)
% YINPINB M-file for yinpinb.fig
% YINPINB, by itself, creates a new YINPINB or raises the existing
% singleton*.
%
% H = YINPINB returns the