代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/287304/8695757
m segymat_about.m
function varargout = segymat_about(varargin)
% SEGYMAT_ABOUT M-file for segymat_about.fig
% SEGYMAT_ABOUT by itself, creates a new SEGYMAT_ABOUT or raises the
% existing singleton*.
%
%
www.eeworm.com/read/187241/8839703
m image_compress.m
function varargout = image_compress(varargin)
% IMAGE_COMPRESS M-file for image_compress.fig
% IMAGE_COMPRESS, by itself, creates a new IMAGE_COMPRESS or raises the existing
% singleton*.
www.eeworm.com/read/379733/9179941
m gtimes.m
function y=gtimes(x1,x2)
%GTIMES Generalized array multiplication.
% C = GTIMES(A,B) denotes element-by-element multiplication.
% The dimensions of the two operands are compared and singleton
%
www.eeworm.com/read/371709/9540847
m segymat_about.m
function varargout = segymat_about(varargin)
% SEGYMAT_ABOUT M-file for segymat_about.fig
% SEGYMAT_ABOUT by itself, creates a new SEGYMAT_ABOUT or raises the
% existing singleton*.
%
%
www.eeworm.com/read/359993/10112622
java randomnum.java
package structure;
import java.util.Random;
/**
* 产生随机数的singleton模式
* */
public class RandomNum {
private double up,down;
static RandomNum instance;
Random ran;
private Random
www.eeworm.com/read/359992/10112675
java randomnum.java
package structure;
import java.util.Random;
/**
* 产生随机数的singleton模式
* */
public class RandomNum {
private double up,down;
static RandomNum instance;
Random ran;
private Random
www.eeworm.com/read/425891/10311490
h korisno.h
/*
Klasa sa korisnim procedurama koje se koriste u raznim drugim klasama.
Klasa je 'singleton': pristup procedurama se vrsi preko pointera 'KKorisno::Instance()'.
*/
#ifndef KORISNO_H
#de
www.eeworm.com/read/425891/10311590
h konfig.h
/*
Klasa za konfigurisanje programa. Koristi se za pamcenje raznih parametara, da bi se izbegle globalne promenljive.
Klasa je 'singleton': pristup procedurama se vrsi preko pointera 'KKonfi
www.eeworm.com/read/423296/10573821
m nsfls2.m
%% nsfls2.m
%% Compute the output(s) of an interval type-2 non-singleton type-2 FLS
%% when the antecedent membership functions are Gaussian primary
%% membership functions with uncertain means
www.eeworm.com/read/423296/10573827
m train_nsfls2.m
%% train_nsfls2.m
%% Tune the parameters of an interval type-2 non-singleton type-2 FLS
%% when the antecedent membership functions are Gaussian primary
%% membership functions with uncertain m