Skip to content

Latest commit

 

History

History
92 lines (78 loc) · 3.39 KB

README.md

File metadata and controls

92 lines (78 loc) · 3.39 KB

design_pattern

[toc]

卡码网-23种设计模式精讲

大话设计模式

设计模式超简单的解释-英文

设计模式超简单的解释-中文

C++11全套设计模式-23种指针的用法

创建型(Creational Design Patterns)

单例模式(Singleton)

工厂方法模式(Factory Method)

抽象工厂模式(Abstract Factory)

建造者模式(Builder)

原型模式(Prototype)

结构性(Structural Design Patterns)

适配器模式(Adapter)

代理模式(Proxy)

装饰模式(Decorator)

外观模式(Facade)

桥接模式(Bridge)

组合模式(Composite)

享元模式(Flyweight)

行为型

观察者模式(Observer)

策略模式(Strategy)

命令模式(Command)

中介者模式(Mediator)

备忘录模式(Memento)

模板方法模式(Template Method)

迭代器模式(Iterator)

状态模式(State)

责任链模式(Chain Of Responsibilities)

解释器模式(Interpreter)

访问者模式(Visitor)

简单工厂模式

策略模式

装饰模式

代理模式

工厂方法模式

原型模式

模板方法模式

外观模式

建造者模式(生成器模式)