g*******y 发帖数: 1930 | 1 我正在看design pattern by Gamma Helm Johnson Vlissides,感觉没有啥OOD经验的
基础上要一下子掌握那么多不是件容易的事情。
好的范例哪里能找到呢? |
|
p*1 发帖数: 104 | 2 推荐2本书:
Grady Booch. "Object-oriented Analysis and Design with Applications, 3rd
edition":http://www.informit.com/store/product.aspx?isbn=020189551X Addison-Wesley 2007
Gamma, Erich; Richard Helm, Ralph Johnson, and John Vlissides (1995). Design
Patterns: Elements of Reusable Object-Oriented Software. Addison-Wesley.
ISBN 0-201-63361-2. |
|
R******g 发帖数: 272 | 3 我的一点点藏书
计算机书籍
中文书名 英文书名 作者 译者 英文版出版社 中文版出版社 定价 出版日期 阅读状态 Amazon评价
UNIX操作系统设计 The Design of the UNIX Operating System Maurice J. Bach 陈葆珏等 Prentice Hall PTR 机械工业出版社 35 Apr-00 ★★★★★
设计模式 Design Patterns: Elements of Reusable Object-Oriented Software Erich Gamma,Richard Helm,Ralph Johnson,John Vlissides 李英军等 Addison-Wesley 机械工业出版社 35 Sep-00 100% ★★★★☆
程序设计实践 The Practice of Programming Brian W.Kernighan,Rob Pike 裘宗燕 Addison-Wesley 机械工业出版社 20 Aug-00 100% ★★★★
UNIX环境高级编程 Advanced Programming in |
|
K****n 发帖数: 5970 | 4 介个?高手高高手都是点到即止的吧
Design Patterns: Elements of Reusable Object-Oriented Software (Hardcover)
by Erich Gamma (Author), Richard Helm (Author), Ralph Johnson (Author), John
M.
Vlissides (Author) |
|
W******c 发帖数: 23 | 5 Gang of Four book
Design Patterns: Elements of Reusable Object Oriented
Software
by Erich Gamma,John Vlissides,Ralph Johnson,Richard Helm,
http://go5.163.com/~rabb/oo/oo.htm
In Chinese. I do not like the tranlation. Anyway, it is
free.
You need Chinese Acrobat reader.
Enjoy!! |
|
x****d 发帖数: 1766 | 6 Design Patterns: Elements of Reusable Object-Oriented Software is a software
engineering book describing recurring solutions to common problems in
software design. The book's authors are Erich Gamma, Richard Helm, Ralph
Johnson and John Vlissides with a foreword by Grady Booch. The authors are
often referred to as the Gang of Four, GoF,[1] or Go4. |
|
|
c********e 发帖数: 383 | 8 ai...even today i was reading the chap of advanced design pattern he co-oped
with andreil |
|
d****i 发帖数: 4809 | 9 这回好虫你还真说错了,design pattern最著名的经典的教科书:
Design Patterns: Elements of Reusable Object-Oriented Software
By Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides
Addison-Wesley,1994
就是全部用C++做例子的,当然可能跟那时Java还没有诞生有关。这本书几乎就是
design pattern的bible了吧。 |
|
i*****f 发帖数: 578 | 10 这个是根据著名的stackoverflow讨论总结的最具影响力编程书籍。与大家分享。BTW,
其中的CLRS introduction to alg我认为很适合用python.
http://www.internetsecuritydb.com/2011/09/top-ten-most-influent
programming.html
"If you could go back in time and tell yourself to read a specific book
at the beginning of your career as a developer, which book would it be."
Since it was first posed back in 2008, this question has become the
second most popular question of all time on StackOverflow.
Here are the results:
Code Complete (2nd Edition)
By Steve... 阅读全帖 |
|