结构型模式 发表于 2017-03-22 | 分类于 软件设计模式 cpp | | 阅读次数 适配器模式(Adapter)、桥接模式(Bridge)、装饰模式(Decorator)、组合模式(Composite)、外观模式(Facade)、享元模式(Flyweight)、代理模式(Proxy)阅读全文 »
创建型模式 发表于 2017-03-22 | 分类于 软件设计模式 cpp | | 阅读次数 单例模式(Singleton)、抽象工厂模式(Abstract Factory)、建造者模式(Builder)、工厂模式(Factory)、原型模式(Prototype)阅读全文 »
行为型模式(2) 发表于 2017-03-22 | 分类于 软件设计模式 cpp | | 阅读次数 迭代器模式(Iterator)、中介者模式(Mediator)、解释器模式(Interpreter)、状态模式(State)、责任链模式(Chain of Responsibility)、访问者模式(Visitor)阅读全文 »
行为型模式(1) 发表于 2017-03-22 | 分类于 软件设计模式 cpp | | 阅读次数 模版方法模式(Template Method)、命令模式(Command)、观察者模式(Observer)、备忘录模式(Memento)、策略模式(Strategy)阅读全文 »