代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/428780/1953976
m dtreegui2.m
function varargout = DtreeGUI2(varargin)
% DTREEGUI2 M-file for DtreeGUI2.fig
% DTREEGUI2, by itself, creates a new DTREEGUI2 or raises the existing
% singleton*.
%
% H = DTREEGUI2
www.eeworm.com/read/428780/1954005
m detreeexp3.m
function varargout = DetreeExp3(varargin)
%DETREEEXP3 M-file for DetreeExp3.fig
% DETREEEXP3, by itself, creates a new DETREEEXP3 or raises the existing
% singleton*.
%
% H = DETREEEXP3
www.eeworm.com/read/427272/1972768
java cacheimpl.java
/*
* Created on 2007-2-26
* Last modified on 2007-05-14
* Powered by YeQiangWei.com
*/
package com.yeqiangwei.club.cache.singleton;
import java.util.HashMap;
import java.util.Hashtable;
www.eeworm.com/read/411743/2185154
js sorttypes.js
/*
* Ext JS Library 1.1 RC 1
* Copyright(c) 2006-2007, Ext JS, LLC.
* licensing@extjs.com
*
* http://www.extjs.com/license
*/
/**
* @class Ext.data.SortTypes
* @singleton
* Def
www.eeworm.com/read/403517/2310012
m softtdm01.m
function varargout = SoftTDM01(varargin)
% SOFTTDM01 M-file for SoftTDM01.fig
% SOFTTDM01, by itself, creates a new SOFTTDM01 or raises the existing
% singleton*.
%
% H = SOFTTDM01
www.eeworm.com/read/403517/2310014
m softtdm02.m
function varargout = SoftTDM02(varargin)
% SoftTDM02 M-file for SoftTDM02.fig
% SoftTDM02, by itself, creates a new SoftTDM02 or raises the existing
% singleton*.
%
% H = SoftTDM02
www.eeworm.com/read/403517/2310017
asv softtdm01.asv
function varargout = SoftTDM01(varargin)
% SOFTTDM01 M-file for SoftTDM01.fig
% SOFTTDM01, by itself, creates a new SOFTTDM01 or raises the existing
% singleton*.
%
% H = SOFTTDM01
www.eeworm.com/read/403517/2310019
asv softtdm02.asv
function varargout = SoftTDM02(varargin)
% SoftTDM02 M-file for SoftTDM02.fig
% SoftTDM02, by itself, creates a new SoftTDM02 or raises the existing
% singleton*.
%
% H = SoftTDM02
www.eeworm.com/read/398854/2368199
js sound.js
/*
* Ext JS Library 0.20
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/**
* @class Ext.air.Sound
*
* @singleton
*/
Ext.air.Sou
www.eeworm.com/read/397826/2399837
java mxlist1.java
package com.javapatterns.singleton.mxrecord;
import java.util.Enumeration;
import java.util.Hashtable;
import java.util.Vector;
import java.util.StringTokenizer;
import java.util.Calendar;
imp