代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/191767/8423862
cdi singleton.cdi
www.eeworm.com/read/391056/8424666
h singleton.h
// Singleton.h: definition of the Singleton function.
//
//////////////////////////////////////////////////////////////////////
#ifndef _SINGLETON_
#define _SINGLETON_
#if _MSC_VER > 1000
#p
www.eeworm.com/read/430649/8736341
java singleton.java
/* David Java File
* Created on 2006-9-26
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package chap04;
/**
www.eeworm.com/read/430649/8736368
class singleton.class
www.eeworm.com/read/426680/9004292
h singleton.h
// Singleton.h: definition of the Singleton function.
//
//////////////////////////////////////////////////////////////////////
#ifndef _SINGLETON_
#define _SINGLETON_
#if _MSC_VER > 1000
#p
www.eeworm.com/read/426680/9004364
h singleton.h
// Singleton.h: definition of the Singleton function.
//
//////////////////////////////////////////////////////////////////////
#ifndef _SINGLETON_
#define _SINGLETON_
#if _MSC_VER > 1000
#p
www.eeworm.com/read/184890/9067809
cpp singleton.cpp
//: C10:Singleton.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Static member of same type, en
www.eeworm.com/read/282485/9090707
h singleton.h
#ifndef __SINGLETON_H__
#define __SINGLETON_H__
///////////////////////////////////////////////////////////////////////////////
// include define statement
//////////////////////////////////////
www.eeworm.com/read/281673/9142229
cpp singleton.cpp
//: C10:Singleton.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Static member of same type, en