代码搜索:singleton

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

代码结果 4,696
www.eeworm.com/read/101169/15842247

h inputhandler.h

// InputHandler.h // // Singleton class that handles all the inputs of the aplication. // // The inputs are stored on the _inputs array. The _oldInputs array stores last // 4 input values. //
www.eeworm.com/read/191767/8423880

java testb.java

/** * Test for our Singleton registry */ public class TestB { public static void main(String[] args) { // First we get a instance from SingletonB SingletonB instance1 = S
www.eeworm.com/read/384426/8871521

m birds.m

function varargout = birds(varargin) % BIRDS M-file for birds.fig % BIRDS, by itself, creates a new BIRDS or raises the existing % singleton*. % % H = BIRDS returns the handle to a new
www.eeworm.com/read/426034/10292313

m bpnet.m

function varargout = BPNET(varargin) % BPNET M-file for BPNET.fig % BPNET, by itself, creates a new BPNET or raises the existing % singleton*. % % H = BPNET returns the handle to a new
www.eeworm.com/read/426034/10292318

asv bpnet.asv

function varargout = BPNET(varargin) % BPNET M-file for BPNET.fig % BPNET, by itself, creates a new BPNET or raises the existing % singleton*. % % H = BPNET returns the handle to a new
www.eeworm.com/read/418806/10895560

asv main.asv

function varargout = main(varargin) % MAIN M-file for main.fig % MAIN, by itself, creates a new MAIN or raises the existing % singleton*. % % H = MAIN returns the handle to a n
www.eeworm.com/read/418806/10895561

m main.m

function varargout = main(varargin) % MAIN M-file for main.fig % MAIN, by itself, creates a new MAIN or raises the existing % singleton*. % % H = MAIN returns the handle to a n
www.eeworm.com/read/465779/7045927

asv zbhg.asv

function varargout =zbhg(varargin) % QUSHI M-file for qushi.fig % QUSHI, by itself, creates a new QUSHI or raises the existing % singleton*. % % H = QUSHI returns the handle to a n
www.eeworm.com/read/424089/7126690

m nidaq.m

function varargout = NIDAQ(varargin) % NIDAQ M-file for NIDAQ.fig % NIDAQ, by itself, creates a new NIDAQ or raises the existing % singleton*. % % H = NIDAQ returns the handle to a new
www.eeworm.com/read/453468/7419684

h packethandler.h

#pragma once #include #include struct MSG_BASE; class User; class GameDBProxySession; class AccountDBProxySession; class GameServerSession; class BattleServer