代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/382761/9001343
dsp singleton_2.dsp
# Microsoft Developer Studio Project File - Name="Singleton_2" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x8
www.eeworm.com/read/382761/9001348
plg singleton_2.plg
Build Log
--------------------Configuration: Singleton_2 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\a
www.eeworm.com/read/382761/9001353
dsw singleton_2.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/382761/9001355
opt singleton_1.opt
www.eeworm.com/read/382761/9001357
cpp singleton_1.cpp
namespace DesignPattern_Singleton
{
class Singleton
{
public:
static Singleton* Instance() { static Singleton _instance ; return &_instance ; } /*静态成员变量,包含了指向它的唯一实例的指针*/
protected:
Si
www.eeworm.com/read/382761/9001360
dsw singleton_1.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/382761/9001364
ncb singleton_1.ncb
www.eeworm.com/read/382761/9001366
plg singleton_1.plg
Build Log
--------------------Configuration: Singleton_1 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\a
www.eeworm.com/read/382761/9001370
dsp singleton_1.dsp
# Microsoft Developer Studio Project File - Name="Singleton_1" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x8
www.eeworm.com/read/382761/9001372