搜索资源列表
GOF
- 本书设计实例从面向对象的设计中精选出23个设计模式,总结了面向对象设计中最有价值的经验,并且用简洁可复用的形式表达出来。本书分类描述了一组设计良好,表达清楚的软件设计模式,这些模式在实用环境下有特别有用。
gof
- 用java编写的23种常用设计模式,容易理解。
静态工厂方法模式(Static Factory Method)
- 一.简单工厂模式又称静态工厂方法模式(Static Factory Method),它不是Gof 所讲的23种设计模式之一,但是它却是我们在编码过程中经常使用的方法之一。
PetShop4.0design.rar
- 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.
1
- 设计模式精解 GoF 23种设计模式解析附C++实现源码-Design Patterns GoF 23 refined solution designs attached analytic model C++ Achieve source
GoF+23c++
- gof的23种设计模式用c++编写的代码,对大家肯定有好处-gof of 23 kinds of design patterns using c++ prepared code, for all of us certainly be an advantage
Agenda
- Java 议程管理系统。使用GoF设计模式进行系统设计,是java设计模式的完整体系-java agenda system
DistributedAgenda
- 分布式议程管理系统,使用java rmi实现。并完整体现GoF设计模式-This is a distributed system called distributed-agenda which is implemented with java rmi.
GoF
- 经典的goF设计模式,微软PPT,很好 请支持-GoF classic design patterns, Microsoft PPT, good
GOFDesign
- 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 关
Design_Patterns
- GOF之23种经典设计模式的C++实现代码-GOF 23 classic design patterns in C++ implementation code
GoF.Pdf
- GoF+23种设计模式解析附C++实现源码(2nd+Edition).pdf-GoF+23 kinds of design patterns to achieve resolution attached to C++ source code (2nd+ Edition). Pdf
GOF
- GOF设计模式,可复用面向对象软件的基础-GOF design patterns, reusable object-oriented software based
Design.Patterns.GOF
- 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
GOF
- 《gof设计模式双语版》本书设计实例从面向对象的设计中精选出23个设计模式,总结了面向对象设计中最有价值的经验,并且用简洁可复用的形式表达出来。本书分类描述了一组设计良好,表达清楚的软件设计模式,这些模式在实用环境下有特别有用。-" Gof design patterns bilingual version of" book design example from the object-oriented design in the selection of 23 design
GOF
- GOF设计模式的实现模板代码,帮助理解软件设计模式。-GOF design patterns template code to help understand software design patterns.
GOF(creation)
- GOF设计模式之创建型(简单工厂,工厂,复杂工厂模式等)-GOF design pattern (creation)
GoF+23种设计解析附C++实现
- 四人帮设计模式的详细解析,同时包括C++的实现,是学习设计模式的好资料。(The analysis of GoF design patterns, include C++ implementation.)
23种设计模式(C++)
- GoF 23种设计模式解析附C++实现源码(There are 23 kinds of design models for c++ programming)
C#设计模式
- 来源:亚历山大的建筑模式、Gamma 等人(1995)创作的"Design Patterns: Elements of Reusable Software"。这本书通常被称作"Gang of Four"或"GoF",开创性的创造了《设计 模式》。 也有人说"三十六计"就是"模式"。(Source: Alexander's architecture model, Gamma et al. (