搜索资源列表
Factory
- 使用C#实现的GoF的factory设计模式,对学习设计模式的有参考价值-use of the C# GoF design of the factory model for the study and design of the model reference value
FlyWeight
- 使用C#实现的GOF的flyweight设计模式,希望对学习设计模式的朋友有帮助-use C# GOF the Flyweight design pattern. want to learn the design patterns to help friends
PetShop4.0design.rar
- C#语言的设计模式,包括GOF全部的23中,各个模式的都有具体的示例。是学习设计模式的重要参考资料。 ,C# language, design patterns, including all 23 in the GOF, each model has specific examples. Study design patterns are an important reference.
11
- GOF模式之FlyWeight,中文版的享元模式,基于c#的-GOF flyweight c#
CSharpDesignPatternPdf
- 《C#设计模式》。亚历山大的建筑模式、Gamma等人(1995)创作的"Design Patterns: Elements of Reusable Software"。这本书通常被称作"Gang of Four"或"GoF",开创性的创造了《设计模式》。-" C# Design Patterns." Alexander' s architectural patterns, Gamma et al (1995) Creation of " Design Patter
Westward-design-patterns
- 《大话设计模式》通篇都是以情景对话的形式,用多个小故事或编程示例来组织讲解GoF(设计模式的经典名著——DesignPatterns:ElementsofReusableObject-OrientedSoftware,总结的23个设计模式。本书共分为29章。其中,第1、3、4、5章着重讲解了面向对象的意义、好处以及几个重要的设计原则;第2章,以及第6到第28章详细讲解了23个设计模式;第29章是对设计模式的全面总结。附录部分是通过一个例子的演变为初学者介绍了面向对象的基本概念。 本次上传的是