代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/336357/3351910
java physics.java
package com.brackeen.javagamebook.game;
import com.brackeen.javagamebook.math3D.Vector3D;
/**
The Physics class is a singleton that represents various
attributes (like gravity) and the
www.eeworm.com/read/336357/3352126
java physics.java
package com.brackeen.javagamebook.game;
import com.brackeen.javagamebook.math3D.Vector3D;
/**
The Physics class is a singleton that represents various
attributes (like gravity) and the
www.eeworm.com/read/336357/3352198
java physics.java
package com.brackeen.javagamebook.game;
import com.brackeen.javagamebook.math3D.Vector3D;
/**
The Physics class is a singleton that represents various
attributes (like gravity) and the
www.eeworm.com/read/336357/3352288
java physics.java
package com.brackeen.javagamebook.game;
import com.brackeen.javagamebook.math3D.Vector3D;
/**
The Physics class is a singleton that represents various
attributes (like gravity) and the
www.eeworm.com/read/318815/3562703
java client1.java
package com.javapatterns.singleton.mxrecord;
public class Client1
{
/**
* @directed
*/
private static MXList1 mxl;
public static void main(String[] args)
thro
www.eeworm.com/read/315638/3617398
m ball.m
function varargout = ball(varargin)
% BALL M-file for ball.fig
% BALL, by itself, creates a new BALL or raises the existing
% singleton*.
%
% H = BALL returns the handle to a new B
www.eeworm.com/read/314938/3628438
java client1.java
package com.javapatterns.singleton.mxrecord;
public class Client1
{
/**
* @directed
*/
private static MXList1 mxl;
public static void main(String[] args)
thro
www.eeworm.com/read/281683/4113448
java runtime.java
package java.lang;
/**
* Minimalist version of the standard Java Runtime class.
* @author Paul Andrews
*/
public class Runtime {
private static Runtime singleton;
/**
* Private so no one b
www.eeworm.com/read/428780/1954069
asv ida.asv
function varargout = IDA(varargin)
% IDA M-file for IDA.fig
% IDA, by itself, creates a new IDA or raises the existing
% singleton*.
%
% H = IDA returns the handle to a new IDA or
www.eeworm.com/read/408033/2254502
groovy resources.groovy
import nl.captcha.CaptchaBean
// Place your Spring DSL code here
beans = {
defaultText(nl.captcha.text.producer.DefaultTextProducer) { bean ->
bean.singleton = false
}
chinese