搜索资源列表
-
0下载:
This .rar file includes the ebook(pdf) of the Design Patterns: Elements of Reusable Object-Oriented Software book written by Erich Gamma / Richard Helm / Ralph Johnson / John M. Vlissides from Addison-Wesley series. The examples are implemented in C-
-
-
0下载:
学习java的非常好的资料,设计模式(英语:design pattern)这个术语是在1990年代,由Erich Gamma等人,从建筑设计领域引入到计算机科学里去的。是对软件设计中普遍存在(反复出现)的各种问题,所提出的解决方案。设计模式并不直接用来完成程式码的编写,而是描述在各种不同情况下,要怎么解决问题的一种方案。面向对象设计模式通常以类别或物件来描述其中的关系和相互作用,但不涉及用来完成应用程式的特定类别或物件。算法不能算是一种设计模式,因为算法主要是用来解决计算上的问题,而非设计上的问
-