代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/461848/1549538
m test1.m
function varargout = test1(varargin)
% TEST1 M-file for test1.fig
% TEST1, by itself, creates a new TEST1 or raises the existing
% singleton*.
%
% H = TEST1 returns the handle to a
www.eeworm.com/read/453704/1637979
java singletona.java
package book.oo.singleton;
public class SingletonA {
//私有属性
private static int id = 1;
//SingletonA的唯一实例
private static SingletonA instance = new SingletonA();
//将构造函数私有,防止外界构造Singleto
www.eeworm.com/read/453681/1638873
mf manifest.mf
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Adapter Plug-in
Bundle-SymbolicName: rcpdev.adapter;singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: rcpdev.adapter.Activator
Bundle
www.eeworm.com/read/453681/1638887
mf manifest.mf
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Contact Manager Core
Bundle-SymbolicName: rcpdev.contact.core;singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: rcpdev.contact.core.A
www.eeworm.com/read/234567/4657304
java dbconnectionmanager.java
package com.hoten.db;
import java.io.*;
import java.sql.*;
import java.util.*;
import java.util.Date;
import com.hoten.util.Log;
/**
* This class is a Singleton that provides access to one o
www.eeworm.com/read/222162/4822141
mf manifest.mf
Manifest-Version: 1.0
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.gef.examples.source; singleton=true
Bundle-Version: 3.2.0.v20060626
Bundle-Localization: plugin
Bundle-Vendor: %provider
www.eeworm.com/read/213039/4930597
h timerdispatcher.h
/* -*- C++ -*- */
// TimerDispatcher.h,v 1.1 2004/01/01 21:01:01 shuston Exp
#if !defined(TIMER_DISPATCHER_H)
#define TIMER_DISPATCHER_H
#include "ace/Event_Handler.h"
#include "ace/Singleton
www.eeworm.com/read/205326/5023992
mf manifest.mf
Manifest-Version: 1.0
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.gef.examples.source; singleton=true
Bundle-Version: 3.2.0.v20060626
Bundle-Localization: plugin
Bundle-Vendor: %provider
www.eeworm.com/read/196677/5101057
mf manifest.mf
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: jenny插件
Bundle-SymbolicName: jennyplugin; singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: JennyPlugin
Bundle-Vendor: jenny
Bundle-L
www.eeworm.com/read/193217/5146729
mf manifest.mf
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Apache Derby Core Plug-in for Eclipse
Bundle-SymbolicName: org.apache.derby.core; singleton:=true
Bundle-Version: 10.1.2.1
Bundle-Clas