文件名称:C++设计模式
文件大小:1.53MB
文件格式:PDF
更新时间:2021-03-13 05:20:14
C++设计模式
1 创建型模式 1.1 Factory 模式 1.2 AbstactFactory 模式 1.3 Singleton 模式 1.4 Builder 模式 1.5 Prototype 模式 2 结构型模式 2.1 Bridge 模式 2.2 Adapter 模式 2.3 Decorator 模式 2.4 Composite 模式 2.5 Flyweight 模式 2.6 Facade 模式 2.7 Proxy 模式 3 行为模式 3.1 Template 模式 3.2 Strategy 模式 3.3 State 模式 3.4 Observer 模式 3.5 Memento 模式 3.6 Mediator 模式 3.7 Command 模式 3.8 Visitor 模式 3.9 Chain of Responsibility 模式 3.10 Iterator 模式 3.11 Interpreter 模式