代码搜索:singleton

找到约 4,696 项符合「singleton」的源代码

代码结果 4,696
www.eeworm.com/read/136989/5828286

makefile

#---------------------------------------------------------------------------- # Makefile,v 1.1 2003/08/25 07:44:22 kobica Exp # # Makefile for the ACE Adapter Web Server (JAWS) #------------------
www.eeworm.com/read/136989/5828329

h http_helpers.h

/* -*- c++ -*- */ // Hey, Emacs! This is a C++ file! // HTTP_Helpers.h,v 1.18 2003/11/01 11:15:22 dhinton Exp // ============================================================================ //
www.eeworm.com/read/100926/6264448

h http_helpers.h

/* -*- c++ -*- */ // Hey, Emacs! This is a C++ file! // HTTP_Helpers.h,v 1.17 1998/10/20 02:34:33 levine Exp // ============================================================================ //
www.eeworm.com/read/136989/5838175

cpp metrics_utils.cpp

// Metrics_Utils.cpp,v 1.3 2003/07/21 21:36:26 storri Exp #ifndef METRICS_UTILS_CPP #define METRICS_UTILS_CPP #if defined (ACE_METRICS_COLLECTION) #if defined (ACE_ENABLE_TIMEPROBES) && defi
www.eeworm.com/read/442920/1753163

cs program.cs

using System; using System.Collections.Generic; using System.Text; namespace Single { public class Singleton { private static Singleton singleton = new Singleton();
www.eeworm.com/read/385838/8787146

m facerecognition.m

function varargout = facerecognition(varargin) % Begin initialization code - DO NOT EDIT gui_Singleton = 1; gui_State = struct('gui_Name', mfilename, ... 'gui_Singleton'
www.eeworm.com/read/385838/8787157

asv facerecognition.asv

function varargout = facerecognition(varargin) % Begin initialization code - DO NOT EDIT gui_Singleton = 1; gui_State = struct('gui_Name', mfilename, ... 'gui_Singleton'
www.eeworm.com/read/376593/9313076

m rs_about.m

function varargout = rs_about(varargin) gui_Singleton = 1; gui_State = struct('gui_Name', mfilename, ... 'gui_Singleton', gui_Singleton, ... 'gui_Openi
www.eeworm.com/read/313005/13599586

java lazysingleton1.java

package com.javapatterns.singleton.answers; /** * Only once instance of the class may be created during the * execution of any given program. Instances of this class should * be aquired thr
www.eeworm.com/read/141268/5774225

h instruction_test.h

#include #include "Instruction.h" using namespace Core; class MU0_Load_Store : public Instruction { public: virtual bool execute(void); DECLARE_SIN