搜索资源列表
Decorator模式实例
- 设计模式 Decorator模式 C++实现 Neusoft KongFuRabbit QQ 328495045 E-mail bowen88500@126.com
Decorator
- 软件模式——装饰模式的C#源码,来自《C#3.0设计模式》-Software model- decorative patterns C# source code, from 《C# 3.0 Design Patterns》
DecoratorModel
- 装饰者模式需要把所需的功能按照正确的顺序串联起来进行控制,动态的给一个对象添加一些额外的职责。这里用C++演示装饰者模式。-Decorator need the functionality required in series in the correct order to control and to add some additional responsibilities to an object dynamically. The demo Decorator here C++.
Decorator
- C# 装饰着模式的demo,很清晰,很清楚,很好懂-C# decorated with patterns demo, very clear, very clear, well understood
Taxi_price
- 这是一个c#小代码,是实现装饰者模式的例子,计算计程车的费用,分三种情况,多种组合方式。-This is a small c# code is an example of realization of the Decorator Pattern, costing taxi, two cases, a variety of combinations.
Decorator
- 常用设计模式之装饰模式的C++实例工程,该工程简单易懂,适合设计模式之初学者学习。- Common Design Patterns Decorator mode C++ source code.
decorator
- C++实现设计模式之装饰者模式,适合初学者使用的demo-C++ decrorator
C# 23种设计模式.pdf
- C# 23种设计模式 常用的设计模式包括: Abstract Factory 模式(抽象工厂) Adapter 模式(适配器) Composite 模式(组合) Decorator 模式(装饰) Factory 模式(工厂方法) Observer 模式(观察者) Strategy 模式(策略) Template 模式(模板方法)(C# 23 design patterns)