代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/208039/15255498
asv yijiexitong.asv
function varargout = yijiexitong(varargin)
% YIJIEXITONG M-file for yijiexitong.fig
% YIJIEXITONG, by itself, creates a new YIJIEXITONG or raises the existing
% singleton*.
%
% H =
www.eeworm.com/read/208039/15255521
m erjiexitong.m
function varargout = erjiexitong(varargin)
% ERJIEXITONG M-file for erjiexitong.fig
% ERJIEXITONG, by itself, creates a new ERJIEXITONG or raises the existing
% singleton*.
%
% H =
www.eeworm.com/read/208039/15255522
m yijiexitong.m
function varargout = yijiexitong(varargin)
% YIJIEXITONG M-file for yijiexitong.fig
% YIJIEXITONG, by itself, creates a new YIJIEXITONG or raises the existing
% singleton*.
%
% H =
www.eeworm.com/read/208039/15255528
asv erjiexitong.asv
function varargout = erjiexitong(varargin)
% ERJIEXITONG M-file for erjiexitong.fig
% ERJIEXITONG, by itself, creates a new ERJIEXITONG or raises the existing
% singleton*.
%
% H =
www.eeworm.com/read/16596/680850
m imageprocess.m
function varargout = imageprocess(varargin)
% IMAGEPROCESS M-file for imageprocess.fig
% IMAGEPROCESS, by itself, creates a new IMAGEPROCESS or raises the existing
% singleton*.
%
% H =
www.eeworm.com/read/18384/786034
m fftplatform.m
function varargout = FFTPlatForm(varargin)
% FFTPLATFORM M-file for FFTPlatForm.fig
% FFTPLATFORM, by itself, creates a new FFTPLATFORM or raises the existing
% singleton*.
%
% H =
www.eeworm.com/read/18384/786045
asv fftplatform.asv
function varargout = FFTPlatForm(varargin)
% FFTPLATFORM M-file for FFTPlatForm.fig
% FFTPLATFORM, by itself, creates a new FFTPLATFORM or raises the existing
% singleton*.
%
% H =
www.eeworm.com/read/488400/1230089
rb db_view_translator.rb
module Globalize # :nodoc:
class DbViewTranslator
include Singleton
# The maximum size of the cache in kilobytes.
# This is just a rough estimate, the cache can grow bigger than
www.eeworm.com/read/487516/1235821
js window-manager.js
/**
* @fileOverview UI layers and window-wide dragging
* @name SimileAjax.WindowManager
*/
/**
* This is a singleton that keeps track of UI layers (modal and
* modeless) and enables/di
www.eeworm.com/read/233448/4687946
java testearlygc.java
public class TestEarlyGC extends ClassLoader {
static TestEarlyGC[] a = new TestEarlyGC[10];
// Jeff Sturm writes:
// Reconstructed from bytecode (and memory). The singleton pattern
// is u