代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/137364/13326645
cpp singleton.cpp
/* Scalable K-means clustering software
Copyright (C) 2000 Fredrik Farnstrom and James Lewis
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Genera
www.eeworm.com/read/238749/13327094
cpp singleton.cpp
//Singleton.cpp
#include "Singleton.h"
#include
using namespace std;
Singleton* Singleton::_instance = 0;
Singleton::Singleton()
{
cout
www.eeworm.com/read/238749/13327096
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/238749/13327098
ncb singleton.ncb
www.eeworm.com/read/238749/13327099
opt singleton.opt
www.eeworm.com/read/238749/13327103
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/238749/13327106
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/238749/13327109
plg singleton.plg
Build Log
--------------------Configuration: Singleton - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADM
www.eeworm.com/read/321602/13402731
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/321602/13402732