注冊 | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當(dāng)前位置: 首頁出版圖書科學(xué)技術(shù)計算機(jī)/網(wǎng)絡(luò)軟件與程序設(shè)計程序設(shè)計綜合設(shè)計模式解析:英文版

設(shè)計模式解析:英文版

設(shè)計模式解析:英文版

定 價:¥39.00

作 者: (美)Alan Shalloway,(美)James R.Trott著
出版社: 中國電力出版社
叢編項: 原版風(fēng)暴·軟件工程系列
標(biāo) 簽: 軟件過程

ISBN: 9787508315058 出版時間: 2003-07-01 包裝: 平裝
開本: 23cm 頁數(shù): 334 字?jǐn)?shù):  

內(nèi)容簡介

  本書將面向?qū)ο蟮木幊淘瓌t與設(shè)計模式的強(qiáng)大功能結(jié)合起來創(chuàng)建了一個編程環(huán)境,用于開發(fā)健壯的和可靠的軟件。書中包含很多實際的和可應(yīng)用的實例,用來教你如何使用模式來解決常見的編程問題,以及解釋如何利用模式的優(yōu)勢來進(jìn)行高級軟件設(shè)計。本書開始是對模式基礎(chǔ)知識的一個概述,重點強(qiáng)調(diào)了分析以及設(shè)計的重要性。作者清晰地闡述了模式如何使整個開發(fā)過程變得更加容易。全書解釋了面向?qū)ο笤O(shè)計的關(guān)鍵原則,并且解釋了各種特定模式的概念和優(yōu)勢。通過分析C++和Java示例,本書提示了為什么、為什么不以及如何應(yīng)用模式,而且解釋了模式的實現(xiàn)。本書提供了從分析到實現(xiàn)的全過程,從而使你能夠了解模式的內(nèi)幕,并且為你提高自身的整體設(shè)計能力奠定基礎(chǔ)。本書還為初學(xué)者提供了關(guān)于面向?qū)ο笤O(shè)計模式的準(zhǔn)確和有幫助的入門介紹。

作者簡介

暫缺《設(shè)計模式解析:英文版》作者簡介

圖書目錄

Preface
From Object Orientation to Patterns
to True Object Orientation
From Artificial Intelligence to Patterns
to True Object Orientation
A Note About Conventions Used in This Book
Feedback
Acknowledgments
PART 1
An Introduction to Object-Oriented
Ware Development
Chaptor,
The Object-Oriented Paradigm
Overview
Before The Object-Oriented Paradigm:
Functional Decomposition
The Problem of Requirements
Dealing with Changes: Using Functional Decomposition
Dealing with Changing Requirements
The Object-Oriented Paradigm
Object-Oriented Programming in Action
Special Object Methods
Summary
Chapter 2
The UML-The Unfifed Modeling Language
Overview
What Is the UML?
Why Use the UML?
The Class Diagram
Interaction Diagrams
Summary
PART ll
The Limitations of Traditional
Object-Oriented Design
Chapter 3
A ProbIem That Cries Out for FIexible Code
Overview
Extracting Information from a CAD/CAM System
Understand the Vocabulary
Describe the Problem
The Essential Challenges and Approaches
Summary
Chapter 4
A Standard Object-Oriented SoIution
Overview
Solving with Special Cases
Summary
Supplement: C++ Code Examples
PART Ill
Design Patterns
Chapter 5
An lntroduction to Design Patterns
Overview
Design Patterns Arose from Architecture and Anthropology
Moving from Architectural to Software Design Patterns.
Why Study Design Patterns?
Other Advantages to Studying Design Patterns
Summary
Chapter 6
The Facade Pattern
Overview
Introducing the Facade Pattern
Learning the Facade Pattern
Field Notes: The Facade Pattern
Relating the Facade Pattern to the CAD/CAM Problem
Summary
Chapter 7
The Adapter Pattern
Overview
Introducing the Adapter Pattern
Learning the Adapter Pattern
Field Notes: The Adapter Pattern
Relating the Adapter Pattern to the CAD/CAM Problem
Summary
Supplement: C++ Code Example
Chapter 8
Expanding Our Horizons
Overview
Objects: the Traditional View and the New View
Encapsulation: the Traditional View and the New View
Find What Is Varying and Encapsulate It
Commonality/Variability and Abstract Classes
Summary
Chapter 9
The Brldge Pattern
Overview
Introducing the Bridge Pattern
Learning the Bridge Pattern: An Example
An Observation About Using Design Patterns
Learning the Bridge Pattern: Deriving It
The Bridge Pattern in Retrospect
Field Notes: Using the Bridge Pattern
Summary
Supplement: C++ Code Examples
Chaptor 1O
The Abstract Factory Pattern
Overview
Introducing the Abstract Factory Pattern
Learning the Abstract Factory Pattern: An Example
Learning the Abstract Factory Pattern: Implementing It
Field Notes: The Abstract Factory Pattern
Relating the Abstract Factory Pattern to
the CAD/CAM Problem
Summary
Supplement: C++ Code Examples
PART IV
Putting lt AIl Togrther: Thinking In Pattrrns
Chaptrr 11
How Do Expetrts Design?
Overview
Building by Adding Distinctions
Summary
Chaptrr 12
Solving the CAD/CAM Problem wlth Pattrrns_197
Overview
Review of the CAD/CAM Problem
Thinking in Patterns
Thinking in Patterns: Step 1
Thinking in Patterns: Step 2a
Thinking in Patterns: Step 2b
Thinking in Patterns: Step 2c
Thinking in Patterns: Step 2d (Facade)
Thinking in Patterns: Step 2d (Adapter)
Thinking in Patterns: Step 2d (Abstract Factory)
Thinking in Patterns: Step 3
Comparison with the Previous Solution
Summary
Chapter 13
The Principles and Strategies
of Design Patterns
Overview
The Open-Closed Principle
The Principle of Designing from Context
The Principle of Containing Variation
Summary
PART V
Handling Variations with Design Patterns
Chapter 14
The Strategy Pattern
Overview
An Approach to HandIing New Requirements
Initial Requirements of the Casc Study
Handling New Requirements,
The Strategy Pattern
Field Notes: Using the Strategy Pattern
Summary
Chapter 15
The Decorator Pattern
Overview
A Little More Detail
The Decorator Pattern
Applying the Decorator Pattern to the Case Study
Another Example: Input/Output
Field Notes: Using the Decorator Pattern
Summary
SuppIement: C++ Code Examples
Ohapter 16
The Singleton Pattern and the
Double-Checked Locking Pattern
Overview
Introducing the Singleton Pattern
Applying the Singleton Pattern to the Case Study
A Variant: The Double-Checked Locking Pattern
Field Notes: Using the Singleton and
Double-Checked Locking Patterns
Summary
Supplement: C++ Code Examples
Ohapter 17
The Observer Pattern
Overview
Categories of Patterns
More Requirements for the Case Study
The Observer Pattern
Applying the Observer to the Case Study
Field Notes: Using the Observer Pattern
Summary
Supplement: C++ Code Example
chapter 18
The TempIate Method Pattern
Overview
More Requirements for the Case Study.
The Template Method Pattern
Applying the Template Method to the Case Study
Field Notes: Using the Template Method Pattern
Summary
Chapter 19
The Factory Method Pattern
Overview
More Requirements for the Case Study
The Factory Method Pattern
Field Notes: Using the Factory Method Pattern
Summary
Chapter 2O
The Analysis Matrix
Overview
In the ReaI World: Variations
Case Study in Variation: An International E-Tail System
Field Notes
Summary
PART Vl
Endings and Beginnings
chapter 21
Oesign Patterns Reviewed
from the New Perspective of
Object-Orlented Design
Overview
A Summary of Object-Oriented Principles
How Design Patterns Encapsulate Implementations
Commonality/Variability Analysis and Design Patterns
Decomposing a Problem Domain into Responsibilities
Relationships Within a Pattern
Patterns and Contextual Design
Field Notes
Summary
Chapter 22
BibIiography
Design Patterns Explained: The Web Site Companion
Recommended Reading on Design Patterns
and Object orientation
Recommended Reading for Java Programmers
Recommended Reading for C++ Programmers
Recommended Reading for COBOL Programmers
Recommended Reading on eXtreme Programming
Recommended Reading on General Programming
Personal Favorites
INDEX

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) m.ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網(wǎng)安備 42010302001612號