作者花费一个月的时间把常见的20个设计模式逐个用C++实现了一遍。
Factory模式
Abstract Factory模式
Builder模式
Prototype模式
Singleton模式
Adapt模式
Bridge模式
Composite模式
Decorator模式
Proxy模式
TemplateMethod模式
ChainOfResponsibility模式
Flyweight模式
Command模式
Observer模式
Strategy模式
State模式
Iterator模式
Memento模式
Visitor模式
https://download.eeworld.com.cn/detail/%E5%A4%AA%E7%99%BD%E9%87%91%E6%98%9F/619358
|