代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/369296/9656238
h singleton.h
// Singleton.h: definition of the Singleton function.
//
//////////////////////////////////////////////////////////////////////
#ifndef _SINGLETON_
#define _SINGLETON_
#if _MSC_VER > 1000
#p
www.eeworm.com/read/366900/9793632
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/249540/12489515
cpp singleton.cpp
/********************************************************************
created: 2006/07/20
filename: Singleton.cpp
author: 李创
http://www.cppblog.com/converse/
purpose: Sing
www.eeworm.com/read/249540/12489523
h singleton.h
/********************************************************************
created: 2006/07/20
filename: Singleton.h
author: 李创
http://www.cppblog.com/converse/
purpose: Single
www.eeworm.com/read/334836/12570927
h singleton.h
/*****************************************************************************************
* SEU-3D
* ---------------------------------------
www.eeworm.com/read/334652/12582173