代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/342825/11997545
m xiangweiqi.m
function varargout = xiangweiqi(varargin)
% XIANGWEIQI M-file for xiangweiqi.fig
% XIANGWEIQI, by itself, creates a new XIANGWEIQI or raises the existing
% singleton*.
%
% H = XIAN
www.eeworm.com/read/341217/12100995
java client.java
package com.javapatterns.singleton.mxrecord;
public class Client
{
/**
* @directed
*/
private static MXList mxl;
public static void main(String[] args)
throws
www.eeworm.com/read/152314/12122313
m testfcnkey.m
function varargout = testfcnkey(varargin)
% TESTFCNKEY M-file for testfcnkey.fig
% TESTFCNKEY, by itself, creates a new TESTFCNKEY or raises the existing
% singleton*.
%
% H = TEST
www.eeworm.com/read/254512/12133084
m viewgraphs.m
function varargout = ViewGraphs(varargin)
% VIEWGRAPHS M-file for ViewGraphs.fig
% VIEWGRAPHS, by itself, creates a new VIEWGRAPHS or raises the existing
% singleton*.
%
% H = VIEW
www.eeworm.com/read/340471/12155725
m multidemo.m
function varargout = multidemo(varargin)
% MULTIDEMO M-file for multidemo.fig
% MULTIDEMO, by itself, creates a new MULTIDEMO or raises the existing
% singleton*.
%
% H = MULTIDEMO
www.eeworm.com/read/337943/12332983
m irislocat.m
function varargout = IrisLocat(varargin)
% IRISLOCAT M-file for IrisLocat.fig
% IRISLOCAT, by itself, creates a new IRISLOCAT or raises the existing
% singleton*.
%
% H = IRISLOCAT
www.eeworm.com/read/149423/12379998
cs spooler.cs
using System;
namespace singleSpooler
{
///
/// Prototype of Spooler Singleton
/// such that only one instane can ever exist.
///
public class Spooler {
static b
www.eeworm.com/read/250225/12423179
m adjsiz.m
function v = adjsiz(varargin)
% DESCRIPTION cellarr = adjsiz(a,b,...)
% Will extend singleton dimensions on each input argument to match
% the size of the other arguments. If dimensions are not sin
www.eeworm.com/read/127116/14377919
java client.java
package com.javapatterns.singleton.mxrecord;
public class Client
{
/**
* @directed
*/
private static MXList mxl;
public static void main(String[] args)
throws
www.eeworm.com/read/122257/14705932
htm pat3efs.htm
Singleton
if(navigator.appName == "Netscape") {
self.name = "_mainDisplayFrame";
self._mainDisplayFrame = self;
}