搜索资源列表
FactoryPattern
- Head First 设计模式原书用的是JAVA写的代码,网络上也有C#的,但没有见到用C++实现的。这是我用C++实现的工厂模式的代码
DesignPattern
- 设计模式C#描述之——简单工厂模式、抽象工厂模式、单例与多例模式 设计模式C#描述之——简单工厂模式
c
- 工厂模式(静态工厂模式、工厂方法模式、抽象工厂模式)-Factory pattern (static factory pattern, factory method patterns, abstract factory pattern)
compute_sipf
- 根据《大话设计模式》用C++编写的计算器控制台程序,采用简单工厂设计模式。创建加减乘除运算类,继承于基本运算类operate,简单工厂类用于实例化运算符号对象。-According to " lying Design Patterns" written with C++ console calculator program, a simple factory design pattern. Create addition and subtraction multiplicati
FactoryPattern
- c++设计模式之-工厂模式。 主要详细的讲解了简单工厂的实现和应用场景。 付个人可执行代码。-c++ Design Patterns- Factory Pattern. Detailed explanation of the main plant to achieve a simple and application scenarios. Pay personal executable code.
DesignPatterns
- C++软件工程设计模式相关的文档,包括工厂模式、迭代器模式、代理模式等-C++ software engineering design patterns related documents,Factory pattern, iterator pattern, the proxy mode
Design-mode
- 本篇包括23中主要类的设计模式及其C++简单实现,如工厂模式,单一模式等资料。-This paper includes 23 major classes of design patterns and their C++ simple implementation, such as factory mode, single mode and other information.
FactoryDocument
- 介绍了三类工厂模式,为C++编程者学习使用工厂模式编程提供参考-It introduces three factory model for C++ programmers to learn programming using the factory pattern to provide a reference
C# 23种设计模式.pdf
- C# 23种设计模式 常用的设计模式包括: Abstract Factory 模式(抽象工厂) Adapter 模式(适配器) Composite 模式(组合) Decorator 模式(装饰) Factory 模式(工厂方法) Observer 模式(观察者) Strategy 模式(策略) Template 模式(模板方法)(C# 23 design patterns)
1_factoryDesignPattern
- 工厂模式、c++设计模式的工厂模式,参考大话设计模式(1_factoryDesignPattern)