CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - GOF 设计模式

搜索资源列表

  1. GOF

    0下载:
  2. 本书设计实例从面向对象的设计中精选出23个设计模式,总结了面向对象设计中最有价值的经验,并且用简洁可复用的形式表达出来。本书分类描述了一组设计良好,表达清楚的软件设计模式,这些模式在实用环境下有特别有用。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:9973651
    • 提供者:疯子
  1. gof

    0下载:
  2. 用java编写的23种常用设计模式,容易理解。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:261168
    • 提供者:Glendon
  1. 静态工厂方法模式(Static Factory Method)

    0下载:
  2. 一.简单工厂模式又称静态工厂方法模式(Static Factory Method),它不是Gof 所讲的23种设计模式之一,但是它却是我们在编码过程中经常使用的方法之一。
  3. 所属分类:其它

    • 发布日期:2011-08-16
    • 文件大小:1321
    • 提供者:kellyxinee
  1. PetShop4.0design.rar

    0下载:
  2. C#语言的设计模式,包括GOF全部的23中,各个模式的都有具体的示例。是学习设计模式的重要参考资料。 ,C# language, design patterns, including all 23 in the GOF, each model has specific examples. Study design patterns are an important reference.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:425126
    • 提供者:白预备
  1. 1

    0下载:
  2. 设计模式精解 GoF 23种设计模式解析附C++实现源码-Design Patterns GoF 23 refined solution designs attached analytic model C++ Achieve source
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1146938
    • 提供者:theo
  1. GoF+23c++

    0下载:
  2. gof的23种设计模式用c++编写的代码,对大家肯定有好处-gof of 23 kinds of design patterns using c++ prepared code, for all of us certainly be an advantage
  3. 所属分类:Project Design

    • 发布日期:2017-04-10
    • 文件大小:1349351
    • 提供者:wht
  1. Agenda

    0下载:
  2. Java 议程管理系统。使用GoF设计模式进行系统设计,是java设计模式的完整体系-java agenda system
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:106027
    • 提供者:luo
  1. DistributedAgenda

    0下载:
  2. 分布式议程管理系统,使用java rmi实现。并完整体现GoF设计模式-This is a distributed system called distributed-agenda which is implemented with java rmi.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-28
    • 文件大小:55717
    • 提供者:luo
  1. GoF

    1下载:
  2. 经典的goF设计模式,微软PPT,很好 请支持-GoF classic design patterns, Microsoft PPT, good
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:3782374
    • 提供者:song
  1. GOFDesign

    0下载:
  2. GOF设计模式 目 录 序言 前言 读者指南 第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 决定对象的粒度 9 1.6.3 指定对象接口 9 1.6.4 描述对象的实现 10 1.6.5 运用复用机制 13 1.6.6 关
  3. 所属分类:software engineering

    • 发布日期:2017-05-27
    • 文件大小:10575764
    • 提供者:孙晓小
  1. Design_Patterns

    0下载:
  2. GOF之23种经典设计模式的C++实现代码-GOF 23 classic design patterns in C++ implementation code
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:34180
    • 提供者:小白鼠
  1. GoF.Pdf

    1下载:
  2. GoF+23种设计模式解析附C++实现源码(2nd+Edition).pdf-GoF+23 kinds of design patterns to achieve resolution attached to C++ source code (2nd+ Edition). Pdf
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1349293
    • 提供者:程照
  1. GOF

    0下载:
  2. GOF设计模式,可复用面向对象软件的基础-GOF design patterns, reusable object-oriented software based
  3. 所属分类:Java Develop

    • 发布日期:2017-05-22
    • 文件大小:6562064
    • 提供者:肖业
  1. Design.Patterns.GOF

    0下载:
  2. GoF(“四人帮”Gang of Four,指Erich Gamma, Richard Helm, Ralph Johnson & John Vlissides四人)的《设计模式》(1995年出版)是第一次将设计模式提升到理论高度,并将之规范化。本书提出了23种基本设计模式,自此,在可复用面向对象软件的发展过程中,新的大量的设计模式不断出现。-GoF (" Gang of Four" Gang of Four, that Erich Gamma, Richard Helm, R
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1226374
    • 提供者:youwei
  1. GOF

    0下载:
  2. 《gof设计模式双语版》本书设计实例从面向对象的设计中精选出23个设计模式,总结了面向对象设计中最有价值的经验,并且用简洁可复用的形式表达出来。本书分类描述了一组设计良好,表达清楚的软件设计模式,这些模式在实用环境下有特别有用。-" Gof design patterns bilingual version of" book design example from the object-oriented design in the selection of 23 design
  3. 所属分类:software engineering

    • 发布日期:2017-05-26
    • 文件大小:9528677
    • 提供者:pupu
  1. GOF

    0下载:
  2. GOF设计模式的实现模板代码,帮助理解软件设计模式。-GOF design patterns template code to help understand software design patterns.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:24187
    • 提供者:xgary
  1. GOF(creation)

    0下载:
  2. GOF设计模式之创建型(简单工厂,工厂,复杂工厂模式等)-GOF design pattern (creation)
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:925515
    • 提供者:zhangchen
  1. GoF+23种设计解析附C++实现

    0下载:
  2. 四人帮设计模式的详细解析,同时包括C++的实现,是学习设计模式的好资料。(The analysis of GoF design patterns, include C++ implementation.)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:1112064
    • 提供者:alawneric
  1. 23种设计模式(C++)

    0下载:
  2. GoF 23种设计模式解析附C++实现源码(There are 23 kinds of design models for c++ programming)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1414144
    • 提供者:鼠宝宝
  1. C#设计模式

    0下载:
  2. 来源:亚历山大的建筑模式、Gamma 等人(1995)创作的"Design Patterns: Elements of Reusable Software"。这本书通常被称作"Gang of Four"或"GoF",开创性的创造了《设计 模式》。 也有人说"三十六计"就是"模式"。(Source: Alexander's architecture model, Gamma et al. (
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1408000
    • 提供者:lillian1
« 12 3 4 »
搜珍网 www.dssz.com