代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/111982/15497102
txt 全世界所有程序员都会犯的错误.txt
全世界所有程序员都会犯的错误
虽然没犯过「全世界所有男人都会犯的错误」,但是我倒是曾经犯了「全世界所有程序员都会犯的错误」。不管使用何种语言,全世界所有程序员都一定犯过这种错误,那就是:太依赖编译器,却不知道编译器做了哪些事。
一般来说,越高阶的程序语言,会提供越多语法上的便利,以方便程序撰写,这就俗称为syntactic sugar,我称其为「语法上的甜头」。虽说是甜头,但是如果你未能了解 ...
www.eeworm.com/read/175317/9552395
m gui_mainfcn.m
function varargout = gui_mainfcn(gui_State, varargin)
% GUI_MAINFCN A function to handle default GUIDE GUI creation and callback dispatch.
% GUI_MAINFCN is called from inside M-files generated by GU
www.eeworm.com/read/453468/7419288
h numericengine.h
#ifndef __NUMERIC_ENGINE_H__
#define __NUMERIC_ENGINE_H__
#pragma once
#include
class CStatusEngine;
class CParameterEngine;
class NumericEngine : public Singleton
www.eeworm.com/read/453468/7419362
h effectfactory.h
#ifndef __EFFECT_FACTORY_H__
#define __EFFECT_FACTORY_H__
#pragma once
#include
#include
using namespace util;
class BaseEffect;
class PeriodicDama
www.eeworm.com/read/453468/7419656
h waitinguserlist.h
#pragma once
#include
#include
class User;
typedef stdext::hash_map WAITING_USER_MAP;
typedef WAITING_USER_MAP::iterator WAITING_MAP_ITER;
typedef
www.eeworm.com/read/240028/13239763
cpp main.cpp
#include
#include
#include
#include
using std::cerr;
using std::endl;
using std::exception;
using tut::reporter;
using tut::r
www.eeworm.com/read/144084/5753323
sql c_voipglobals_trig.sql
-- Global settings for the billing system
--
-- VoIP Billing Platform for GnuGk
-- Copyright (c) 2004, Michal Zygmuntowicz
--
-- This work is published under the GNU Public License (GPL)
-- see file C
www.eeworm.com/read/127438/6005587
sm makefile.sm
# SUBDIRS_channel_name contains the list of all possible channel
# implementations
SUBDIRS_channel_name = tcp singleton
SUBDIRS = @channel_name@ .
www.eeworm.com/read/161559/5551346
sql c_voipglobals_trig.sql
-- Global settings for the billing system
--
-- VoIP Billing Platform for GnuGk
-- Copyright (c) 2004, Michal Zygmuntowicz
--
-- This work is published under the GNU Public License (GPL)
-- see file C
www.eeworm.com/read/136989/5838068
h rtkokyu_event_export.h
// -*- C++ -*-
// rtkokyu_event_export.h,v 1.3 2004/01/07 18:07:18 bmendel Exp
// Definition for Win32 Export directives.
// This file is generated automatically by generate_export_file.pl TAO_RT