代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/352063/10584368
dsw singleton.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/352063/10584370
ncb singleton.ncb
www.eeworm.com/read/352063/10584372
opt singleton.opt
www.eeworm.com/read/352063/10584379
dsp singleton.dsp
# Microsoft Developer Studio Project File - Name="Singleton" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/352063/10584382
h singleton.h
#ifndef _SINGLETON_H_
#define _SINGLETON_H_
#include
using namespace std;
class Singleton
{
public:
static Singleton* Instance();
protected:
Singleton();
private:
st
www.eeworm.com/read/352063/10584384
plg singleton.plg
Build Log
--------------------Configuration: Singleton - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADM
www.eeworm.com/read/158966/10706839
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/275622/10807349
cpp singleton.cpp
/********************************************************************
created: 2006/07/20
filename: Singleton.cpp
author: 李创
http://www.cppblog.com/converse/
purpose: Sing
www.eeworm.com/read/275622/10807355
h singleton.h
/********************************************************************
created: 2006/07/20
filename: Singleton.h
author: 李创
http://www.cppblog.com/converse/
purpose: Single