您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 23种设计模式(含源码)

  2. 创建型: 1. 单件模式(Singleton Pattern) 2. 抽象工厂(Abstract Factory) 3. 建造者模式(Builder) 4. 工厂方法模式(Factory Method) 5. 原型模式(Prototype) 结构型: 6. 适配器模式(Adapter Pattern) 7. 桥接模式(Bridge Pattern) 8. 装饰模式(Decorator Pattern) 9. 组合模式(Composite Pattern) 10. 外观模式(Fa
  3. 所属分类:Proxy

    • 发布日期:2008-03-03
    • 文件大小:754688
    • 提供者:shanshan3166
  1. 编程二十三种设计模式迷你手册(C++与C#) CHM格式

  2. 二十三种设计模式迷你手册 本手册包含了二十三种设计模式 创建型 结构型 行为型 类 Factory Method Adapter_Class Interpreter Template Method 对象 Abstract Factory Builder Prototype Singleton Adapter_Object Bridge Composite Decorator Facade Flyweight Proxy Chain of Responsibility Command Itera
  3. 所属分类:C#

    • 发布日期:2010-10-22
    • 文件大小:191488
    • 提供者:Csr_Slxj
  1. 设计模式可复用面向对象软件的基础

  2. 本书设计实例从面向对象的设计中精选出23个设计模式,总结了面向对象设计中最有价值的经验,并且用简洁可复用的形式表达出来。本书分类描述了一组设计良好,表达清楚的软件设计模式,这些模式在实用环境下有特别有用。 目 录 序言 前言 读者指南 第1章 引言 1 1.1 什么是设计模式 2 1.2 Smalltalk MVC中的设计模式 3 1.3 描述设计模式 4 1.4 设计模式的编目 5 1.5 组织编目 7 1.6 设计模式怎样解决设计问题 8 1.6.1 寻找合适的对象 8 1.6.2 决定对
  3. 所属分类:其它

    • 发布日期:2010-11-02
    • 文件大小:10485760
    • 提供者:weixin0126
  1. 强大的免费的十六进制编辑器

  2. 我用它来修改ldf,你呢? XVI32 is a free hex-editor with the following main features: - New: Runs on systems with > 2 GB virtual memory - New: Bugfix (scr ipt command CHARCON is now working) - Simplified search for Unicode Latin (UTF-16) strings - scr ipt c
  3. 所属分类:Access

    • 发布日期:2010-11-14
    • 文件大小:509952
    • 提供者:claro
  1. advanced bash program

  2. The shell is a command interpreter. More than just the insulating layer between the operating system kernel and the user, it's also a fairly powerful programming language. A shell program, called a scr ipt, is an easy-to-use tool for building applic
  3. 所属分类:Web开发

    • 发布日期:2010-11-17
    • 文件大小:3145728
    • 提供者:tianhm
  1. 很好的NS2---网络模拟资料

  2. Contents 1 Introduction 2 2 Undocumented Facilities 6 I Interface to the Interpreter 8 3 OTcl Linkage 9 3.1 Concept Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 3.2 Code Overview . . . .
  3. 所属分类:网络基础

    • 发布日期:2010-11-18
    • 文件大小:2097152
    • 提供者:wh_zmhome
  1. cfree5_0_pro_setup_ch

  2. c语言编辑软件,内含注册码!!中文软件 C-Free是一款支持多种编译器的专业化C/C++集成开发环境(IDE)。利用本软件,使用者可以轻松地编辑、编译、连接、运行、调试C/C++程序。C-Free 5 主要有以下特性 1. 支持多编译器,可以配置添加其他编译器;(0) 目前支持的编译器类型: (1) MinGW 2.95/3.x/4.x/5.0 (2) Cygwin (3) Borland C++ Compiler (4) Microsoft C++ Compiler (5) Open Wa
  3. 所属分类:C

    • 发布日期:2010-12-04
    • 文件大小:13631488
    • 提供者:yb287221041
  1. A Practical Guide to Ubuntu Linux Ubuntu Linux 实战手册

  2. A Practical Guide to Ubuntu Linux Ubuntu Linux 实战手册 183 7 The Shell 219 PART III Digging into Ubuntu Linux 249 8 Linux GUIs: X and GNOME 251 9 The Bourne Again Shell 275 10 Networking and the Internet 353 11 Programming the Bourne Again Shell 395 x
  3. 所属分类:Linux

    • 发布日期:2010-12-08
    • 文件大小:10485760
    • 提供者:shaoguangleo
  1. 23种程序设计模式详解

  2. 目 录 0 引言.............................................................................................................................................2 0.1设计模式解析(总序).....................................................................................
  3. 所属分类:其它

    • 发布日期:2010-12-09
    • 文件大小:1048576
    • 提供者:rabbit0610sc
  1. C函数参考手册(英文CHM版)

  2. This document provides all the information you need to read and write programs in the Standard C programming language. It describes all aspects of Standard C that are the same on all implementations that conform to the standard for C. Whenever your
  3. 所属分类:C

    • 发布日期:2010-12-12
    • 文件大小:390144
    • 提供者:boxxpcp
  1. 23种设计模式(C++)

  2. 0.1设计模式解析(总序).....................................................................................................2 0.2设计模式解析后记.............................................................................................................2 0.3 与作者联系..
  3. 所属分类:其它

    • 发布日期:2010-12-14
    • 文件大小:1048576
    • 提供者:princecnbj
  1. art of C++

  2. CHM格式的看起来很方便,不过是英文版的。 Table of Contents The Art of C++ Preface Chapter 1 - The Power of C++ Chapter 2 - A Simple Garbage Collector for C++ Chapter 3 - Multithreading in C++ Chapter 4 - Extending C++ Chapter 5 - An Internet File Downloader Chapter 6
  3. 所属分类:C++

    • 发布日期:2011-01-08
    • 文件大小:1048576
    • 提供者:bkf2011
  1. 设计模式迷你手册(设计模式的全面介绍)

  2. Factory Method,Abstract Factory,Builder,Prototype,Singleton,Adapter, Bridge,Composite,Decorator,Facade,Flyweight, Proxy,Chain of Responsibility,Command, Interpreter,Iterator,Mediator,Memento, ,Observer,State,Strategy,Template Method, Visitor
  3. 所属分类:其它

    • 发布日期:2011-01-20
    • 文件大小:165888
    • 提供者:feng99324
  1. Python Tutorial Python 入门指南

  2. 1 Whetting Your Appetite mè 1 2 Using the Python Interpreter ¦^Python)ºì 5 2.1 Invoking the Interpreter N^)ºì . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.2 The Interpreter and Its Environment )ºì9ق¸ . . . . . . . . . .
  3. 所属分类:Python

    • 发布日期:2011-01-26
    • 文件大小:1048576
    • 提供者:prince360
  1. A Compact Guide to Lex & Yacc

  2. A COMPACT GUIDE TO LEX & YACCby Tom NiemannContentsContents.............2Preface.............3Introduction............4Lex..............6Theory.............6Practice............7Yacc.............12Theory............12Practice, Part I...........13Pra
  3. 所属分类:Java

    • 发布日期:2008-03-24
    • 文件大小:206848
    • 提供者:scalps
  1. NS2中文手册精美版

  2. NS使用手册(原NS注解与文档) Contents 1 Introduction 2 2 Undocumented Facilities 6 I Interface to the Interpreter 8 3 OTcl Linkage 9 3.1 Concept Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 3.2 Code
  3. 所属分类:C++

    • 发布日期:2011-02-27
    • 文件大小:3145728
    • 提供者:shenyuanyi
  1. NS2英文版教程-非常详细

  2. I Interface to the Interpreter 8 3 OTcl Linkage 3.1 Concept Overview . . . . . . . . . . . . . . . . . . . . 3.2 Code Overview . . . . . . . . . . . . . . . . . . . . . . 3.3 Class Tcl . . . . . . . . . . . . . . . . . . . . . . . . . 3.3.1 Obtain a
  3. 所属分类:Java

    • 发布日期:2011-03-07
    • 文件大小:2097152
    • 提供者:aqswdefr1234
  1. 23种设计模式(C++)

  2. 23种设计模式(C++) 0 引言.............................................................................................................................................2 0.1设计模式解析(总序)............................................................................
  3. 所属分类:C/C++

    • 发布日期:2011-03-10
    • 文件大小:1048576
    • 提供者:wnlwcg
  1. 【免费】awk_手册【中文】pdf

  2. 为什么使用awk awk 是一种程序语言. 它具有一般程序语言常见的功能. 因awk语言具有某些特点, 如 : 使用直译器(Interpreter)不需先行编译; 变量无类型之分(Typeless), 可使用文字当数组的下标(Associative Array)...等特色. 因此, 使用awk撰写程序比起使用其它语 言更简洁便利且节省时间. awk还具有一些内建功能, 使得awk擅于处理具数据行(Record), 字段 (Field)型态的资料; 此外, awk内建有pipe的功能, 可将处
  3. 所属分类:Linux

    • 发布日期:2011-03-18
    • 文件大小:397312
    • 提供者:tony_413
  1. c-free5集成开发环境(IDE)

  2. -Free是一款支持多种编译器的专业化C/C++集成开发环境(IDE)。利用C-Free,使用者可以轻松地编辑、编译、连接、运行、调试C/C++程序。   主要有以下特性:   1. 支持多编译器,可以配置添加其他编译器;   支持的编译器类型:   (1) MinGW 2.95/3.x/4.x/5.0   (2) Cygwin   (3) Borland C++ Compiler   (4) Microsoft C++ Compiler   (5) Open Watcom C/C++   (
  3. 所属分类:C

    • 发布日期:2011-03-23
    • 文件大小:14680064
    • 提供者:hzpyj
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 39 »