代码搜索:singleton

找到约 4,696 项符合「singleton」的源代码

代码结果 4,696
www.eeworm.com/read/334652/12582206

java singletona.java

/** * A Singleton , we can only create one instance */ public class SingletonA { public static boolean instanceFlag = false; //true if 1 instance //private SingletonA instance; p
www.eeworm.com/read/135236/13949103

m untitled.m

function varargout = untitled(varargin) % UNTITLED M-file for untitled.fig % UNTITLED, by itself, creates a new UNTITLED or raises the existing % singleton*. % % H = UNTITLED retur
www.eeworm.com/read/110378/15535286

java singletona.java

/** * A Singleton , we can only create one instance */ public class SingletonA { public static boolean instanceFlag = false; //true if 1 instance //private SingletonA instance; p
www.eeworm.com/read/104345/15697760

m qqchabu.m

function varargout = QQchabu(varargin) % QQCHABU M-file for QQchabu.fig % QQCHABU, by itself, creates a new QQCHABU or raises the existing % singleton*. % % H = QQCHABU returns the
www.eeworm.com/read/104345/15697766

asv qqchabu.asv

function varargout = QQchabu(varargin) % QQCHABU M-file for QQchabu.fig % QQCHABU, by itself, creates a new QQCHABU or raises the existing % singleton*. % % H = QQCHABU returns the
www.eeworm.com/read/101292/15838634

java singletona.java

/** * A Singleton , we can only create one instance */ public class SingletonA { public static boolean instanceFlag = false; //true if 1 instance //private SingletonA instance; p
www.eeworm.com/read/273188/10923603

txt java笔试 系列四 .txt

团团的园子学会去发现问题,解决问题 Java笔试 系列四 代码与编程题 135、写一个<mark>Singleton</mark>出来 <mark>Singleton</mark>模式主要作用是保证在Java应用程序中,一个类Class只有一个实例存在。 一般<mark>Singleton</mark>模式通常有几种种形式: 第一种形式: 定义一个类,它的构造函数为private的,它有一个static的private的该类变量,在类初始化时实例话, ...
www.eeworm.com/read/309295/13675072

txt java笔试 系列四 .txt

团团的园子学会去发现问题,解决问题 Java笔试 系列四 代码与编程题 135、写一个<mark>Singleton</mark>出来 <mark>Singleton</mark>模式主要作用是保证在Java应用程序中,一个类Class只有一个实例存在。 一般<mark>Singleton</mark>模式通常有几种种形式: 第一种形式: 定义一个类,它的构造函数为private的,它有一个static的private的该类变量,在类初始化时实例话, ...
www.eeworm.com/read/433114/8545632

m expand.m

function y=expand(a,b) %EXPAND Expand Singleton Dimensions. % EXPAND(A,B) expands A by replication to match the size of B so that % element by element mathematical and logical operations between A
www.eeworm.com/read/289212/8568412

m decode.m

function varargout = decode(varargin) % DECODE M-file for decode.fig % DECODE, by itself, creates a new DECODE or raises the existing % singleton*. % % H = DECODE returns the handl