代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/289252/3991733
m flexgrid_export.m
function varargout = FlexGrid_export(varargin)
%FLEXGRID_EXPORT M-file for FlexGrid_export.fig
% FLEXGRID_EXPORT, by itself, creates a new FLEXGRID_EXPORT or raises the existing
% singleton*
www.eeworm.com/read/428780/1954067
m quadratic_pca.m
function varargout = Quadratic_Pca(varargin)
% QUADRATIC_PCA M-file for Quadratic_Pca.fig
% QUADRATIC_PCA, by itself, creates a new QUADRATIC_PCA or raises the existing
% singleton*.
www.eeworm.com/read/428780/1954149
asv linerfuction58.asv
function varargout = LinerFuction58(varargin)
% LINERFUCTION58 M-file for LinerFuction58.fig
% LINERFUCTION58, by itself, creates a new LINERFUCTION58 or raises the existing
% singleton*.
www.eeworm.com/read/428780/1954152
m linerfuction58.m
function varargout = LinerFuction58(varargin)
% LINERFUCTION58 M-file for LinerFuction58.fig
% LINERFUCTION58, by itself, creates a new LINERFUCTION58 or raises the existing
% singleton*.
www.eeworm.com/read/428780/1954153
m linerfuction14.m
function varargout = LinerFuction14(varargin)
% LINERFUCTION14 M-file for LinerFuction14.fig
% LINERFUCTION14, by itself, creates a new LINERFUCTION14 or raises the existing
% singleton*.
www.eeworm.com/read/428780/1954154
asv linerfuction14.asv
function varargout = LinerFuction14(varargin)
% LINERFUCTION14 M-file for LinerFuction14.fig
% LINERFUCTION14, by itself, creates a new LINERFUCTION14 or raises the existing
% singleton*.
www.eeworm.com/read/403517/2310015
asv acerca_softtdm.asv
function varargout = Acerca_SoftTDM(varargin)
% ACERCA_SOFTTDM M-file for Acerca_SoftTDM.fig
% ACERCA_SOFTTDM, by itself, creates a new ACERCA_SOFTTDM or raises the existing
% singleton*.
%
www.eeworm.com/read/403517/2310018
m acerca_softtdm.m
function varargout = Acerca_SoftTDM(varargin)
% ACERCA_SOFTTDM M-file for Acerca_SoftTDM.fig
% ACERCA_SOFTTDM, by itself, creates a new ACERCA_SOFTTDM or raises the existing
% singleton*.
%
www.eeworm.com/read/397826/2399849
java configmanager.java
package com.javapatterns.singleton.demos;
import java.util.Properties;
import java.io.FileInputStream;
import java.io.File;
/**
* Only once instance of the class may be created during the
www.eeworm.com/read/364489/2903531
hpp originpoint.hpp
// OriginPoint.hpp
//
// Singleton origin point. Operations involving the origin point use this
// origin point. Herefore we can use origin point that are not (0,0)
//
// (C) Datasim Education BV