搜索资源列表
Thinking in Patterns
- 本书是关于设计的,多年来我一直从事这项工作。基本上说,从我第一次试着阅 读《设计模式》(Gamma, Helm,Johnson & Vlissides, Addison-Wesley, 1995,通常 1 被称作“四人帮 (Gang of Four)”或者 GOF)这本书开始。-the book is for the design, over the years, I have been engaged in this work. Basically, from the first
CNDesignModel
- 《设计模式》中文版PDF文件,很难得的啊。-"design mode" the Chinese version of the PDF files, the hard ah.
singelhorse_1
- 经典著作《设计模式》中将策略模式定义为:定义一系列的算法,把它们一个个的封装起来,并且使它们可以相互转换。这个定义还是比较抽象,下面我将通过一个例子来具体的讲解策略模式。感觉这样更容易帮助新手理解模式,这也是《Head First Design Patterns》中讲解模式的方法。先来描述一下用到的例子的背景资料:-classics "design mode" model strategy will be defined as : definition of a series
designpattern
- 而是一本关于设计模式的书,它描述了在面向对象软件设计过程中针对特定问题的简洁而优雅的解决方案。设计模式捕获了随时间进化与发展的问题的求解方法,因此它们并不是人们从一开始就采用的设计方案。它们反映了不为人知的重新设计和重新编码的成果,而这些都来自软件开发者为了设计出灵活可复用的软件而长时间进行的艰苦努力。设计模式捕获了这些解决方案,并用简洁易用的方式表达出来。 设计模式并不要求使用独特的语言特性-but a model for the design of the book, It descr
bookfordesignmode
- 设计模式迷你手册,对于程序开发、软件设计,需求计划书的设计具有特殊帮助,分类为创建型、结构型、行为型等,CHM,software engineering -Design Mode mini manual for developers, software design, the plan needs special help design, Categories for the creation, structure type, behavior-based, CHM, software engi
Designing-the-mode-mini-manual
- Designing the mode mini manual provided the software design of 23 kinds of typical models mode, the in aid of procedure member was better to develop procedure.-Designing the mode mini manual provided th e software design of 23 kinds of typical models
DocumentsJSGF
- 技术规范集萃 包含 设计模式速查手册 包含 语法编码规范 -technical specifications summarization design mode includes Quick Reference manual contains standardized coding syntax, etc.
Design_Patterns_For_Dummies
- 这本设计模式的书是我在单位的收费图书馆下的,国内还没有翻译的,他让我真正了解了设计模式by Steve Holzner,PhD-This design pattern book is my library charges in the unit under the domestic has not yet translated, and he let me really understand the design mode by Steve Holzner, PhD
design_mode
- 设计模式讲解,比较通俗易懂。前人足迹,后人财富-On design patterns, more user-friendly. Predecessors footsteps of generations of wealth
design-mode
- 设计模式 可复用面向对象软件的基础 中英双语版-Design patterns reusable object-oriented software-based bilingual edition
design-mode
- 软件工程设计模式,包括创建型、结构型、行为型-Software engineering design patterns
2012SA07-Design-pattern
- 系统架构师学习笔记第7章-设计模式,归纳总结了23种设计模式-The System Architect study notes Chapter 7- Design mode, summarized concluded 23 kinds of design patterns
Head-First-Design-patterns
- 有些人已经解决你的问题了。在本章,你将学到为何(以及如何) 利用其他开发人员的经验与智慧。他们遭遇过相同的问题,也顺利地解决过这些 问题。本章结束前,我们会看看设计模式的用途与优点,再看一些关键的OO设计 原则,并通过一个实例来了解模式是如何运作。使用模式最好的方式是:“把模 式装进脑子里,然后在你的设计和已有的应用中,寻找何处可以使用它们。”以 往是代码复用,现在是经验复用。-Some people have solved your problem. In this cha
design-pattern(2)
- 设计模式(Design pattern)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代码可靠性。 毫无疑问,设计模式于己于他人于系统都是多赢的,设计模式使代码编制真正工程化,设计模式是软件工程的基石,如同大厦的一块块砖石一样。 -Design patterns (Design pattern) is set to be used repeatedly, most people know, after catalog
Design-Pattern-GoF
- GoF 23种设计模式,PDF原书,非扫描版-GoF 23 design mode, PDF of the original book, non-scan version
humorous-design-mode
- 这是一本关于设计模式的电子书(幽默设计模式),值得学习。 1、策略模式 2、代理模式 3、单例模式 4、多例模式 5、工厂方法模式 6、抽象工厂模式 7、门面模式 8、适配器模式 9、模板方法模式 10、建造者模式 11、桥梁模式 12、命令模式 13、装饰模式 14、迭代模式 15、组合模式 16、观察者模式 17、责任链模式 18、访问者模式 19、状态模式 20、原型模式 21、中介者模式 22、解释器
Design-mode
- 本篇包括23中主要类的设计模式及其C++简单实现,如工厂模式,单一模式等资料。-This paper includes 23 major classes of design patterns and their C++ simple implementation, such as factory mode, single mode and other information.
Design-Mode-CSharp
- 大话设计模式(带目录完整版) 以对话的形式讲解软件的设计过程-Object-Oriented Design C#
datastructure-design-mode-cPPcode
- 数据结构与算法以及设计模式的c++实现模板,适合复习或者是用到的时候套用,个人建议要学的明白,必须老老实实啃那些大部头-Data structures and algorithms and design patterns to achieve c++ template, for review or when used to apply personal recommendations to learn to understand, to be honest eating those tomes
Design-Mode
- 设计模式精解-GoF-23种设计模式解析-Design patterns explained-GoF-23 design pattern analysis