代码搜索:singleton

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

代码结果 4,696
www.eeworm.com/read/274013/10890972

java randomnum.java

package structure; import java.util.Random; /** * 产生随机数的singleton模式 * */ public class RandomNum { private double up,down; static RandomNum instance; Random ran; private Random
www.eeworm.com/read/465716/7052419

err tipython.err

Warning: level 2 heading followed by level 4 heading (at "The Singleton") Failed to find start tag on stack for tag:11 Failed to find start tag on stack for tag:11 Failed to find start tag on st
www.eeworm.com/read/219035/7147229

m gui_makecurves.m

function varargout = gui_MakeCurves(varargin) % GUI_MAKECURVES M-file for gui_MakeCurves.fig % GUI_MAKECURVES, by itself, creates a new GUI_MAKECURVES or raises the existing % singleton*.
www.eeworm.com/read/219035/7147291

m gui_setepsilon.m

function varargout = gui_SetEpsilon(varargin) % GUI_SETEPSILON M-file for gui_SetEpsilon.fig % GUI_SETEPSILON, by itself, creates a new GUI_SETEPSILON or raises the existing % singleton*.
www.eeworm.com/read/219035/7147379

m show_results.m

function varargout = show_results(varargin) % SHOW_RESULTS M-file for show_results.fig % SHOW_RESULTS, by itself, creates a new SHOW_RESULTS or raises the existing % singleton*. % %
www.eeworm.com/read/453468/7419346

h monstermanager.h

#ifndef __MONSTER_MANAGER_H__ #define __MONSTER_MANAGER_H__ #pragma once #include #include #include using namespace std; using namespace util;
www.eeworm.com/read/453468/7419451

h playermanager.h

#ifndef __PLAYER_MANAGER_H__ #define __PLAYER_MANAGER_H__ #pragma once #include #include using namespace util; class Player; class ObjectFactory; struc
www.eeworm.com/read/453205/7424707

m chengjichaxun3.m

function varargout = chengjichaxun3(varargin) % CHENGJICHAXUN3 M-file for chengjichaxun3.fig % CHENGJICHAXUN3, by itself, creates a new CHENGJICHAXUN3 or raises the existing % singleton*.
www.eeworm.com/read/450202/7488775

m abrir_primero.m

function varargout = Abrir_Primero(varargin) % ABRIR_PRIMERO M-file for Abrir_Primero.fig % ABRIR_PRIMERO, by itself, creates a new ABRIR_PRIMERO or raises the existing % singleton*. %
www.eeworm.com/read/444115/7617866

h monstermanager.h

/** * File : MonsterManager.h * Author : Kevin Lynx * Date : 2007/7/31 */ #ifndef _MONSTER_MANAGER_H_ #define _MONSTER_MANAGER_H_ #include #include #include "Singleton.