代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/349343/10834400
cpp singleton.cpp
//Singleton.cpp
#include "Singleton.h"
#include
using namespace std;
Singleton* Singleton::_instance = 0;
Singleton::Singleton()
{
cout
www.eeworm.com/read/349343/10834405
dsw singleton.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "Singleton"=".\Singl
www.eeworm.com/read/349343/10834406
ncb singleton.ncb
www.eeworm.com/read/349343/10834407
opt singleton.opt
www.eeworm.com/read/349343/10834411
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/349343/10834414
h singleton.h
//Singleton.h
#ifndef _SINGLETON_H_
#define _SINGLETON_H_
#include
using namespace std;
class Singleton
{
public:
static Singleton* Instance();
protected:
Singleton();
www.eeworm.com/read/349343/10834417
plg singleton.plg
Build Log
--------------------Configuration: Singleton - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADM
www.eeworm.com/read/459802/7264590
class singleton.class
www.eeworm.com/read/458745/7289956
rar singleton.rar
www.eeworm.com/read/458290/7299608
sln singleton.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "singleton", "singleton\singleton.vcproj", "{318EF794-29A7-41F0