代码搜索:singleton

找到约 4,696 项符合「singleton」的源代码

代码结果 4,696
www.eeworm.com/read/283473/4078713

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/270919/4232453

java pynone.java

// Copyright (c) Corporation for National Research Initiatives package org.python.core; /** * A class representing the singleton None object, */ public class PyNone extends PySingleton { PyNone
www.eeworm.com/read/443510/1739602

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/433911/1880195

py _mailer.py

""" This module implements a mailer to mail a user about fuzz warnings """ import _singleton def ldap_lookup (username): """ Performs a ldap lookup to find the email address associated with
www.eeworm.com/read/428780/1953995

m dtreegui.m

function varargout = DtreeGUI(varargin) % DTREEGUI M-file for DtreeGUI.fig % DTREEGUI, by itself, creates a new DTREEGUI or raises the existing % singleton*. % % H = DTREEGUI retur
www.eeworm.com/read/425756/2003328

m vectgui.m

function varargout = vectgui(varargin) % VECTGUI M-file for vectgui.fig % VECTGUI, by itself, creates a new VECTGUI or raises the existing % singleton*. % % H = VECTGUI returns the
www.eeworm.com/read/397826/2399840

java client.java

package com.javapatterns.singleton.mxrecord1; public class Client { /** * @directed */ private static MXList mxl; public static void main(String[] args) thro
www.eeworm.com/read/397826/2399845

java regsingleton.java

package com.javapatterns.singleton.demos; import java.util.HashMap; public class RegSingleton { protected RegSingleton() {} static public RegSingleton getInstance(String name)
www.eeworm.com/read/392558/2494770

java client.java

package com.javapatterns.singleton.mxrecord1; public class Client { /** * @directed */ private static MXList mxl; public static void main(String[] args) throw
www.eeworm.com/read/392558/2494774

java regsingleton.java

package com.javapatterns.singleton.demos; import java.util.HashMap; public class RegSingleton { protected RegSingleton() {} static public RegSingleton getInstance(String name)