代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/356183/10235304
m kalman_gui.m
function varargout = kalman_gui(varargin)
% KALMAN_GUI M-file for kalman_gui.fig
% KALMAN_GUI, by itself, creates a new KALMAN_GUI or raises the existing
% singleton*.
%
% H = KALM
www.eeworm.com/read/423296/10573815
m svd_qr_nsfls2.m
%% svd_qr_nsfls2.m
%% Rule-reduction 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/453468/7419278
h partymanager.h
#ifndef __PARTY_MANAGER_H__
#define __PARTY_MANAGER_H__
#pragma once
#include
#include
#include
#include
using n
www.eeworm.com/read/453468/7419634
h serversessionfactory.h
#ifndef _SERVER_SESSION_FACTORY_H_
#define _SERVER_SESSION_FACTORY_H_
#include
#include
#include
using namespace util;
class ServerSession;
c
www.eeworm.com/read/453468/7419726
h serversessionfactory.h
#ifndef _SERVER_SESSION_FACTORY_H_
#define _SERVER_SESSION_FACTORY_H_
#include
#include
#include
using namespace util;
class ServerSession;
c
www.eeworm.com/read/448898/7523219
m parameter2.m
function varargout = parameter2(varargin)
% PARAMETER2 M-file for parameter2.fig
% PARAMETER2, by itself, creates a new PARAMETER2 or raises the existing
% singleton*.
%
% H = PARA
www.eeworm.com/read/444115/7617873
h world.h
/**
* File : World.h
* Author : Kevin Lynx
* Date : 2007/7/29
*/
#ifndef _WORLD_H_
#define _WORLD_H_
#include "Singleton.h"
#include
using std::map;
/**
* World class
*
www.eeworm.com/read/297846/7992468
m kalman_gui.m
function varargout = kalman_gui(varargin)
% KALMAN_GUI M-file for kalman_gui.fig
% KALMAN_GUI, by itself, creates a new KALMAN_GUI or raises the existing
% singleton*.
%
% H = KALM
www.eeworm.com/read/297461/8016325
m zongy_main.m
function varargout = zongy_main(varargin)
% ZONGY_MAIN M-file for zongy_main.fig
% ZONGY_MAIN, by itself, creates a new ZONGY_MAIN or raises the existing
% singleton*.
%
% H = ZONG
www.eeworm.com/read/332973/12714224
java test.java
package ooad.singleton;
public class Test {
static ConnectionPoolB pool3;
static ConnectionPoolB pool4;
public static void main(String[] args) {
ConnectionPool pool1=ConnectionPool.g