代码搜索:singleton

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

代码结果 4,696
www.eeworm.com/read/321546/13403418

m yuanli.m

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

m jfk3.m

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

m lfm_gui.m

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

m lfm_gui.m

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

m mia_gui.m

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

java mxlist.java

package com.javapatterns.singleton.mxrecord1; import java.util.Enumeration; import java.util.Hashtable; import java.util.Vector; import java.util.StringTokenizer; import java.util.Calendar; im
www.eeworm.com/read/308012/13711440

h packethandler.h

#pragma once #include #include enum ePACKET_HANDLER { PACKET_HANDLER_AGENT, PACKET_HANDLER_GAME, PACKET_HANDLER_WORLD, PACKET_HANDLER_MASTER, PACKET_HAN
www.eeworm.com/read/302347/13837333

m psn_cyl_demo.m

function varargout = psn_cyl_demo(varargin) % PSN_CYL_DEMO M-file for psn_cyl_demo.fig % PSN_CYL_DEMO, by itself, creates a new PSN_CYL_DEMO or raises the existing % singleton*. % %
www.eeworm.com/read/301290/13860799

h leader.h

/** * Leader使用Singleton模式,负责协调各模块间的通信,并负责管理共享资源 */ #pragma once class Leader { public: Leader(void); virtual ~Leader(void); HFONT getStdFont(void); public: void *mpCore;
www.eeworm.com/read/136828/5845364

java mxlist.java

package com.javapatterns.singleton.mxrecord1; import java.util.Enumeration; import java.util.Hashtable; import java.util.Vector; import java.util.StringTokenizer; import java.util.Calendar; im