深入浅出面向对象分析与设计(影印版) pdf mobi 下载 kindle 115盘 chm 阿里云 rb

深入浅出面向对象分析与设计(影印版)电子书下载地址
内容简介:
Head First Object Oriented Analysis and Design is a refreshing look at subject of OOAD. What sets this book apart is its focus on learning. The authors have made the content of OOAD accessible, usable for the practitioner."
Ivar Jacobson, Ivar Jacobson C***ulting
"I just finished reading HF OOA&D and I loved it! The thing I liked most about this book was its focus on why we do OOA&D-to write great software!"
Kyle Brown, Distinguished Engineer, IBM
书籍目录:
Copyright
Dedication
how to use this book: Intro
Who is this book for?
We know what you're thinking.
And we know what your brain is thinking.
Metacognition: thinking about thinking
Here's what WE did:
Here's what YOU can do to bend your brain into submission
Read Me
The Technical Team
Acknowledgements
Chapter 1. well-designed apps rock: Great Software Begins Here
Rock and roll is forever!
Rick's shiny new application
What's the FIRST thing you'd change?
Great software is... more than just one thing
Great software in 3 easy steps
Focus on functionality first
Test drive
Looking for problems
Analysis
Apply basic OOprinciples
Design once,design teice
How easy is it to change your applicati***?
Encapsualte what varies
Delegation
Great software at last(for now)
OOA&D is about writing great software
Bullet Poins
Chapter 2. gathering requirements: Give Them What They Want
You've got a new programming gig
Test dvive
Incorrect usage(sort of)
What is a Requirement?
Greating a requirments list
Plan for things going wrong
Alternate paths handle system problems
One use case,three parts
Check your requirements against yuor use cases
Your system must work in the real world
Getting to know the Happy Path
OOA&D Toolbox
Chapter 3. requirements change: I Love You, You're Perfect... Now Change
Chapter 4. ***ysis: Taking Your Software into the Real World
Chapter 5 (part 1). good design = flexible software: Nothing Ever Stays the Same
Chapter 5 (part 2). good design = flexible software: Give Your Software a 30-minute Workout
Chapter 6. solving really big problems "My Name is Art Vandelay...I am an Architect"
Chapter 7. architecture Bringing Order to Chaos
Chapter 8. design principles: Originality is Overrated
Chapter 9. i***ting and testing: The Software is Still for the Customer
Chapter 10. the ooa&d lifecycle: Putting It All Together
Appendix i. leftovers: The Top Ten Topics (we didn't cover)
#1. IS-A and HAS-A
#2. Use case formats
#3. Anti patterns
#4. CRC cards
#5. Metrics
#6. Sequence diagrams
#7. State diagrams
#8. Unit testing
#9. Coding standards and readable code
#10. Refactoring
Appendix ii. welcome to objectville: Speaking the Language of OO
作者介绍:
暂无相关内容,正在全力查找中
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
`
在线阅读/听书/购买/PDF下载地址:
原文赏析:
Chapter 1 Great Software Begins Here
* Finally, you'll understand why OOA&D is a four-lette***ord that your mother actually wants you to know about.
- Great software is
more than just one thing.
1. must do what the custome***ants it to do.
2. well-designed, well-coded, and easy to maintain, reuse, and extend.
-THREE EASY STEPS:
1. make sure your software does what the custome***ants it to do.
2. apply basic OO principles to add flexibility.
3. strive for a maintainable, reusable design.
* don't create problems to solve problems
* enum: Enumerated types let you define a type name, and then a set of values that are allowed for that type. The cool thing about enums is that methods or classed that use them are pretected from any values not defined in the enum. So you can't misspe...
Chapter 2 Give Them What They Want
* requirement:
it's a specific thing your system has to do to work correctly.
specific: a requirement is usually a single thing, and you can test the thing to make sure you've actually fulfilled the requirement
system: is the complete app or project you're working on.
a requirement is a singular need detailing what a particular product or service should be or do. It is most commonly used in a formal sense in systems engineering or softwar engineering.
* use cases:
a use case describes what your system does to accomplish a prticular customer goal.
a use case is a technique for capturing the potential requirements of a new system or software change. Each use case provides one or more scemarios that convey how the system should in***ct with...
其它内容:
编辑推荐
“《深入浅出面向对象分析与设计》对OOA&D这个主题的探讨令人耳目一新。本书与众不同之处在于它将焦点摆在学习上,本书的诸位作者让从业人员对OOA&D的内涵不再感到遥不可及,而且它在实际工作中确实有用。”
——Iva Jacobson Ivar Jacobson C***ulting UML之父
“隐匿在诙谐图片与逗趣文字背后的是对OOA&D这个主题认真、睿智且极具匠心的阐述。阅读本书,感觉就像站在专家的肩膀上环顾四方,聆听他一步步、细心倾诉那些重要的议题,并且告诉我为什么。”
——Edward Sciore 波士顿学院计算机科学系副教授
“刚读完这本书,我就深深地爱上它了!我*喜欢的一件事就是本书把焦点放在我们实践OOA&D的原因上一写出伟大的软件!”
——Kyle Brown
IBM杰出工程师你是否早已对市面上那些只有在成为专家以后读起来才有感觉的OOA&D书籍感到厌倦?你可能早就听说过OOA&D书籍能帮助你写出伟大的软件一让老板高兴、客户满意的软件。
但如何办到呢?
《深入浅出面向对象分析与设计》将告诉你如何分析、设计以及撰写真正面向对象的软件:容易重利用、好维护、可扩展的软件;不再使你心碎的软件;让你增添新功能而不会破坏旧机制的软件。在本书中,你将学到:
使用诸如封装(encapsulation)与委派(delegation)的OO原则建立灵活的应用程序。
使用开闭原则(Open—C10 sed Principle)与单一责任原则(Single—Resp***ibility Principle)提升程序的重利用性。
学习如何将OO原则、设计模式及各种开发方法通通整合到OOA&D项目的生命周期里。
运用UML、用例及用例图来确保所有利害关系人都能清楚地进行沟通,协助你交付正确的软件,达到每个人的要求。
通过一连串的脑力开发,《深入浅出面向对象分析与设计》压缩了学习与获取复杂信息所需的时间。可以预料,这将是一段充满乐趣的学习之旅。相信在读完本书之时,你肯定能够写出伟大的软件。
作者简介:Brett McLaughlin is a guitar playe***ho is still struggling with the realization that you can't pay the bills if you're into acoustic fingerstyle blues and jazz. He's just recently discovered, to his delight, that writing books that help people become better programmers does pay the bills. He's very happy about this, as are his wife Leigh, and his kids, Dean and Robbie. Before Brett wandered into Head First land, he developed enterprise Java applicati*** for Nextel Communicati*** and Allegiance Telecom. When that became fairly mundane, Brett took on application servers, working on the internals of the Lutris Enhydra servlet engine and E*** container. Along the way, Brett got hooked on open source software, and helped found several cool programming tools, like Jakarta Turbine and JDOM. Write to him at brett@oreilly.com.
你是否早已对市面上那些只有在成为专家以后读起来才有感觉的OOA&D 书籍感到厌倦?你可能早就听说过OOA&D书籍能帮助你写出伟大的软件一让老板高兴、客户满意的软件。
但如何办到呢? 《深入浅出面向对象分析与设计》将告诉你如何分析、设计以及撰写真正面向对象的软件:容易重利用、好维护、可扩展的软件;不再使你心碎的软件;让你增添新功能而不会破坏旧机制的软件。在本书中,你将学到: ·使用诸如封装(encapsulation)与委派 (delegation)的OO原则建立灵活的应用程序。
·使用开闭原则(Open—closed Principle)与单一责任原则(single Resp***ibility Principie)提升程序的重利用性。
·学习如何将OO原则、设计模式及各种开发方法通通整合到OOA&D项目的生命周期里。
·运用UML、用例及用例图来确保所有利害关系人都能清楚地进行沟通,协助你交付正确的软件,达到每个人的要求。
通过一连串的脑力开发,《深入浅出面向对象分析与设计》压缩了学习与获取复杂信息所需的时间。可以预料,这将是一段充满乐趣的学习之旅。相信在读完本书之时,你肯定能够写出伟大的软件。
你是否早已对市面上那些只有在成为专家以后读起来才有感觉的OOA&D书籍感到厌倦?你可能早就听说过OOA&D书籍能帮助你写出伟大的软件一让老板高兴、客户满意的软件。但如何办到呢?本书将告诉你如何分析、设计以及撰写真正面向对象的软件:容易重利用、好维护、可扩展的软件;不再使你心碎的软件;让你增添新功能而不会破坏旧机制的软件。
媒体评论
`
前言
`
书籍介绍
你是否早已对市面上那些只有在成为专家以后,读起来才有感觉的 OOA&D 书籍感到厌倦?你可能早就听说过 OOA&D 书籍能帮助你写出伟大的软件 — 让老板高兴、客户满意的软件。.
但如何办到呢?
《深入浅出面向对象分析和设计》将告诉你如何分析、设计以及撰写真正面向对象的软件:容易重利用、好维护、可扩展的软件;不再使你心碎的软件;让你增添新功能而不会破坏旧机制的软件。在本书中,你将学到:
·使用诸如封装(encapsulation)与委派(delegation)的 OO 原则建立灵活的应用程序。
·使用开闭原则(Open-Closed Principle)与单一责任原则(Single-Resp***ibility Principle)提升程序的重利用性。
·学习如何将 OO 原则、设计模式及各种开发方法,通通整合到 OOA&D 项目的生命周期里。
·运用 UML、用例及用例图来确保所有利害关系人都能清楚地进行沟通,协助你交付正确的软件,达到每个人的要求。...
网站评分
书籍多样性:3分
书籍信息完全性:8分
网站更新速度:9分
使用便利性:5分
书籍清晰度:6分
书籍格式兼容性:6分
是否包含广告:6分
加载速度:5分
安全性:8分
稳定性:5分
搜索功能:7分
下载便捷性:6分
下载点评
- 经典(654+)
- 快捷(351+)
- 无广告(421+)
- 无颠倒(139+)
- 实惠(289+)
- 好评多(660+)
下载评价
- 网友 堵***格:
OK,还可以
- 网友 辛***玮:
页面不错 整体风格喜欢
- 网友 居***南:
请问,能在线转换格式吗?
- 网友 芮***枫:
有点意思的网站,赞一个真心好好好 哈哈
- 网友 温***欣:
可以可以可以
- 网友 利***巧:
差评。这个是收费的
- 网友 车***波:
很好,下载出来的内容没有乱码。
- 网友 谭***然:
如果不要钱就好了
- 网友 家***丝:
好6666666
- 网友 孙***夏:
中评,比上不足比下有余
- 网友 相***儿:
你要的这里都能找到哦!!!
- 网友 冷***洁:
不错,用着很方便
- 网友 常***翠:
哈哈哈哈哈哈
- 网友 国***舒:
中评,付点钱这里能找到就找到了,找不到别的地方也不一定能找到
- 网友 孔***旋:
很好。顶一个希望越来越好,一直支持。
- 网友 石***致:
挺实用的,给个赞!希望越来越好,一直支持。
喜欢"深入浅出面向对象分析与设计(影印版)"的人也看了
多色拼装地球仪(书号版) pdf mobi 下载 kindle 115盘 chm 阿里云 rb
救命饮食Ⅱ pdf mobi 下载 kindle 115盘 chm 阿里云 rb
单簧管考级曲目大全(中级篇5级~7级) pdf mobi 下载 kindle 115盘 chm 阿里云 rb
图书 有人在周围走动 胡里奥·科塔萨尔 精装 短篇杰作 诺贝尔文学奖得主 图书 pdf mobi 下载 kindle 115盘 chm 阿里云 rb
平面广告设计与制作(第3版)/珞珈广告学丛书 pdf mobi 下载 kindle 115盘 chm 阿里云 rb
出国游城市系列:巴黎旅游地图 pdf mobi 下载 kindle 115盘 chm 阿里云 rb
Go语言从入门到进阶实战(视频教学版) pdf mobi 下载 kindle 115盘 chm 阿里云 rb
正版电影 银河护卫队 DVD9 克里斯·帕拉特 又名:银河守卫者 pdf mobi 下载 kindle 115盘 chm 阿里云 rb
诗经-中华经典藏书 pdf mobi 下载 kindle 115盘 chm 阿里云 rb
华图2014陕西***录用考试专用教材面试技巧真题热点三合一 pdf mobi 下载 kindle 115盘 chm 阿里云 rb
- 正版古典吉他渐进教程(附光盘) 姜宏义编著 吉他基础认知乐理知识音乐 同心出版社 pdf mobi 下载 kindle 115盘 chm 阿里云 rb
- 中华护理学会专科***培训教材·手术室专科护理 pdf mobi 下载 kindle 115盘 chm 阿里云 rb
- 农家对联 pdf mobi 下载 kindle 115盘 chm 阿里云 rb
- 第一次做准爸比 pdf mobi 下载 kindle 115盘 chm 阿里云 rb
- 巴土文化探究集 pdf mobi 下载 kindle 115盘 chm 阿里云 rb
- 乌龙院大长篇之活宝传奇(4) pdf mobi 下载 kindle 115盘 chm 阿里云 rb
- 每天学点论辩法全集 pdf mobi 下载 kindle 115盘 chm 阿里云 rb
- 京都、大阪、神户玩全指南 pdf mobi 下载 kindle 115盘 chm 阿里云 rb
- 解密香港廉政公署 何亮亮 著 中信出版社【正版保证】 pdf mobi 下载 kindle 115盘 chm 阿里云 rb
- 拳击运动从入门到精通 全彩图解视频学习版 pdf mobi 下载 kindle 115盘 chm 阿里云 rb
书籍真实打分
故事情节:6分
人物塑造:8分
主题深度:9分
文字风格:7分
语言运用:5分
文笔流畅:5分
思想传递:3分
知识深度:8分
知识广度:9分
实用性:9分
章节划分:8分
结构布局:7分
新颖与独特:5分
情感共鸣:8分
引人入胜:9分
现实相关:9分
沉浸感:3分
事实准确性:5分
文化贡献:6分