





定价:99元
印次:1-2
ISBN:9787302243243
出版日期:2011.01.01
印刷日期:2015.02.12
图书责编:龙启铭
图书分类:教材
本书反映了作者10多年来构造系统以及教授软件工程课程的体会。我们发现,学生常常孤立地学习程序设计技术和软件工程技术,常常选择小的问题作为研究实例。所带来的结果是,学生们能够有效地解决定义明确的问题,但当他们第一次真正面对复杂而真实的开发项目时,常常会感到束手无策。真实的开发过程需要很多不同的技术和工具,要求开发人员之间进行合作。针对这一情况,现今的软件工程本科课程体系中通常包括一门软件工程项目管理的课程,讲授组织成一个开发项目所必需的知识。 工具:UML、Java和设计模式 编写本书时,在我们的头脑中一直有一个课程项目。这个项目除了可以作为课程设计的项目之外,还可以在其他场合使用,例如用作短期集训或者短期研发的项目等。我们使用了真实系统中的实例,并检验UML、基于Java的技术、设计模式、设计原理、配置管理以及质量控制等现代技术之间的交互。此外,我们讨论了与项目管理相关的问题,这些问题与上述技术及其对复杂性和变化的影响相关。
Preface xv Dr. Alien Dutoit works in the aerospace industry in the area of avionics software development. He received his M.S. and Ph.D. from Carnegie Mellon University and his Dipl6me d'Ingenieur from the Swiss Federal institute of Technology in Lausanne. He has taught software ..... engineering project courses with Professor Bruegge since 1993, both at Carnegie Mellon University and the Technische Universitat Munchen, where they used and refined the methods described in this book. Dutoit's research covered several areas of software engineering and object-oriented systems, including requirements engineering, rationale management, distributed development, and prototype-based systems...
Foreword v
Preface vii
Acknowledgments xvii
PAR TI Getting Started 1
Chapter 1 Introduction to Software Engineering 3
Chapter 2 Modeling with UML 29
Chapter 3 Project Organization and Communication 77
PARTH Dealing with Complexity 119
Chapter 4 Requirements Elicitation 121
Chapters Analysis 173
Chapter 6 System Design f Decomposing the System 223
Chapter 7 System Design f Addressing Design Goals 259
Chapter & Object Design f Reusing Pattern Solutions 307
Chapter 9 Object Design: Specifying interfaces 349
Chapter 10 Mapping Models to Code 393
Chapter 11 Testing 437
PAR Till Managing Change 491
Chapter 12 Rationale Management 493
Chapter 13 Configuration...