ImageVerifierCode 换一换
格式:PDF , 页数:868 ,大小:34.27MB ,
资源ID:8286    下载:注册后免费下载
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.wenkunet.com/d-8286.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录   微博登录 

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(软件工程.pdf)为本站会员(刘岱文)主动上传,文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知文库网(发送邮件至13560552955@163.com或直接QQ联系客服),我们立即给予删除!

软件工程.pdf

1、SoftwareEngineeringSoftware Engineering(Eighth Edition)m(IjJif:t-XIV. TP311.5tJltOCIlJt.tJItR11(t;)rni*iJ&IKR7JI:*fij22riF:I:li10(037)rJtffJiUJj:jiSt!R1Ftffiffit1liJJJ&fp,ljlljrfP,ljl1j.iT#:IX.The first edition of this textbook on software engineering was published more thantwenty years ago. That ed

2、ition was wJitten using a dumb terminal attached to an earlyminicomputer (a PDP-II) that probably cost about $50,000. I wrote this edition ona wireless laptop that cost less than $2,000 and is many times more powerful thanthat PDP-Ii. Software then was mostly mainframe software, but personal compute

3、rswere just becoming available. None of us then realised how pervasive these wouldbecome and how much they would change the world.Changes in hardware over the past twenty or so years have been absolutely remark able, and it may appear that changes in software have been equally significant.Certainly,

4、 our ability to build large and complex systems has improved dramatically.Our national utilities and infrastructure-energy, communications and transport rely on very complex and, largely, very reliable computer systems. For buildingbusiness systems, there is an alphabet soup of technologies-J2EE, .N

5、ET, EJB, SAP,BPEL4WS, SOAP, CBSE-that allow large web-based applications to be deployedmuch more quickly than was possible in the past.However, although much appears to have changed in the last two decades, whenwe look beyond the specific technologies to the fundamental processes of soft ware engine

6、ering, much has stayed the same. We recognised twenty years ago thatthe waterfall model of the software process had serious problems, yet a surveypublished in December 2003 in IEEE Software showed that more than 40% ofcompames are still using this approach. Testing is still the dominant programvalid

7、ation technique, although other techniques such as mspections have been usedmore effectively since the mid-1970s. CASE tools, although now based around theUML, are still essentially diagram editors with some checking and code-generationfunctionality.viii PrefaceOur current software engineering metho

8、ds and techniques have made us muchbetter at building large and complex systems than we were. However, there are stilltoo many projects that are late, are over budget and do not deliver the softwarethat meets the customer s needs. While I was writing the 7th edition, a governmentenquiry in the UK re

9、ported on the project to provide a national system to be usedin courts that try relatively minor offenders. The cost of this system was estimatedat 156 million and it was scheduled for delivery in 2001. In 2004, costs hadescalated to 390 million and it was still not fully operational. There is, ther

10、efore,still a pressing need for software engineering education.Over the past few years, the most significant developments in software engineer ing have been the emergence of the UML as a standard for object-oriented systemdescription and the development of agile methods such as extreme programming.A

11、gile methods are geared to rapid system development, explicitly involve the userin the development team, and reduce paperwork and bureaucracy in the softwareprocess. In spite of what some critics claim, I think these approaches embody goodsoftware engineering practice. They have a well-defined proce

12、ss, pay attention tosystem specification and user requirements, and have high quality standards.However, this revision has not become a text on agile methods. Rather, I focuson the basic software engineering processes-specification, design, development,verification, and validation and management. Yo

13、u need to understand these processesand associated techniques to decide whether agile methods are the most appropriatedevelopment strategy for you and how to adapt and change methods to suit yourparticular situation. A pervasive theme of the book is critical systems-systems whosefailure has severe c

14、onsequences and where system dependability is critical. Ineach part of the book, I discuss specific software engineering techniques that arerelevant to critical systems engineering.Books inevitably reflect the opinions and prejudices of their authors. Somereaders will disagree with my opinions and w

15、ith my choice of material. Such dis agreement is a healthy reflection of the diversity of the discipline and is essentialfor its evolution. Nevertheless, I hope that all software engineers and softwareengineering students can find something of interest here.The structure of the bookThe structure of

16、the book is based around the fundamental software engineeringprocesses. It is organised into seven parts. The first six focus on software processesand the final part discusses some important new software engineering technologies.Part 1: Introduces software engineering, places it in a broader systems

17、 contextand presents the notions of software engineering processes and management.Preface ixPart 2: Covers the processes, tech.niques and deliverables that are associated withrequirements engineering. It includes II discussion of software requirements,system modelling, formal specification and techn

18、iques for specifying dependability.Part 3: This part is devoted to software design and design processes. Three out ofthe six chapters focus on the important topic of software architectures. Other topicsinclude object-oriented design, n:al-time systems design and user interface design.Part 4: Describ

19、es a number of approaches to development, including agile methods,software reuse, CBSE and critical systems development. Because change is nowsuch a large part of development, I have integrated material on software evolutionand maintenance into this part.Part 5: Focuses on techniques for software ve

20、rification and validation. It includeschapters on static V & V, testing and critical systems validation.Part 6: This part covers a range of management topics: managing people,cost estimation, quality management, process improvement and configurationmanagement.Part 7: The final part includes three ch

21、apters that are devoted to importantnew technologies that are already starting to be used. The chapters cover securityengineering, service-oriented software engineering and aspect-oriented softwaredevelopment.In the introduction to each part, I discuss the structure and organisation in moredetail.Ch

22、anges from the 7th editionThis new edition of my textbook can be thought of as a mid-life upgrade than aradical new revision of the book. I have designed it to be completely compatiblewith the 7th edition but have included a new section on Emerging Technologies.This discusses recent developments whi

23、ch I believe are significant for the future ofsoftware engineering. This section includes three additional chapters:30. Security engineering where I discuss issues of how to ensure that your soft ware is secure and can resist external attacks.31. Service-oriented software engineering where I describ

24、e new approaches toapplication development using reusable web services.32. Aspect-oriented software development where I introduce a new technique ofsoftware development based around the separation of concerns.As the other chapters in the book are still current and relevant, I have not mod ified these, apart from very small changes to link to the new material in Chapters30-32. More information on changes and the differences between the 6th and 7theditions is available from the book website.

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:文库网官方知乎号:文库网

经营许可证编号: 粤ICP备2021046453号世界地图

文库网官网©版权所有2025营业执照举报