面向对象的分析与分析设计
我正在寻找有关面向对象分析和分析的视频教程/培训甚至讲座。设计。 我不需要 UML 和用例的解释。我想要一个完整的软件生命周期解释。
我已经阅读了 首先:面向对象的分析和分析设计
这本书实际上有我想要的一切:
需求收集、用例图、类图,所有这些都应用于实际项目。
我正在寻找类似的东西,其中所有这些主题都在现实生活中的完整项目中得到了实际解释。
I'm looking for a video tutorial/training or even lectures on Object Oriented Analysis & Design.
I don't need explanation for UML and Use cases. I want a full software life cycle explained.
I already read Head First: Object Oriented Analysis & Design
The book actually had all I was looking for:
Requirement gathering, Use case diagrams, Class diagrams all applied to a real project.
I'm looking for something similar in which all these topics are explained practically of a real life full project.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
youtube 有一个视频 - 第 9 课和第 10 课 http://www.youtube.com/watch?v= uH7wh9f2hyo 将涵盖 OOAD 的各个方面。
但你最好阅读一本关于 uml 的 uml 书或 Fowlers 网站 - http://martinfowler.com/bliki/uml。 html
希望我对你有帮助。
youtube has a video - lecture 9 and 10 http://www.youtube.com/watch?v=uH7wh9f2hyo will cover aspects of OOAD.
But u better read a uml book or Fowlers site on uml - http://martinfowler.com/bliki/uml.html
Hope I helped you.
虽然不是视频教程,但 Simon Bennett 的 面向对象系统分析和设计开始描述了两个案例研究,他们在整本书的分析和设计阶段都遵循这些案例研究,这对于我以哪种方式进行项目以及给出深入的了解非常有帮助看看系统开发和设计。
Although not a video tutorial, Simon Bennett's Object Oriented System Analysis and Design begins describing two case studies which they follow through the analysis and design stages throughout the book, was very helpful to me in terms of which way to go about projects as well as giving an in depth look at systems development and design.