代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/130004/14212369
pas singletonunit1.pas
unit SingletonUnit1;
interface
uses SysUtils;
type
TSingleton = class
public
constructor Create; virtual;
destructor Destroy; override;
end;
var
Glob_Singleton1: TSingleton
www.eeworm.com/read/126697/14406283
txt readme.txt
本系统为基于C/S架构下的模拟银行系统,本系统省略了数据库端的设计,
如果需要可以联系我,我会补上。
本系统现为正是对外发布试行版1.6版本。
可以在doc目录下查看本系统的文档说明。
hjk.vsd是我在开发过程的概要设计和详细设计。用visio2003打开。
本系统涉及到多线程,Socket编程,和<mark>Singleton</mark>设计模式。可以给各位借鉴。
注释齐全,并伴有文档。
本源码仅 ...
www.eeworm.com/read/125740/14467426
pas singletonunit1.pas
unit SingletonUnit1;
interface
uses SysUtils;
type
TSingleton = class
public
constructor Create; virtual;
destructor Destroy; override;
end;
var
Glob_Singleton1: TSingleton
www.eeworm.com/read/124781/14544788
h stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
// This file is part of Sing
www.eeworm.com/read/120400/14804033
h stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
// This file is part of Sing
www.eeworm.com/read/167133/5467246
java javacolormodel.java
package kaffe.awt;
import java.awt.image.ColorModel;
/**
* JavaColorModel - This is a ColorModel for Javas own color 8888 ARGB scheme.
* It doesn't make sense to do all the bit shuffling if we jus
www.eeworm.com/read/394381/8227901
m trapz.m
function z = trapz(x,y,dim)
%梯形积分法.适用于数值函数和光滑性不好的函数.
% z=trapz(x,y),x是表示积分区间的离散化向量;
% y是与x同维数的向量,表示被积函数;
% z返回积分的近似值.
%例 计算exp(-x^2)在[-1 1]上的定积分
% clear;
www.eeworm.com/read/334860/12568324
m trapz.m
function z = trapz(x,y,dim)
%梯形积分法.适用于数值函数和光滑性不好的函数.
% z=trapz(x,y),x是表示积分区间的离散化向量;
% y是与x同维数的向量,表示被积函数;
% z返回积分的近似值.
%例 计算exp(-x^2)在[-1 1]上的定积分
% clear;
www.eeworm.com/read/136989/5834018
h dynamicinterface_export.h
// -*- C++ -*-
// dynamicinterface_export.h,v 1.2 2000/12/14 17:57:31 parsons Exp
// Definition for Win32 Export directives.
// This file is generated automatically by
// generate_export_file.pl
www.eeworm.com/read/391056/8424653
h shared.h
// Shared.h: interface for the Shared Define.
//
//////////////////////////////////////////////////////////////////////
#ifndef __SHARED_DEFINE__
#define __SHARED_DEFINE__
/////////////////////