# design-pattern **Repository Path**: libaoshan/design-pattern ## Basic Information - **Project Name**: design-pattern - **Description**: 设计模式 C++ 代码示例 - **Primary Language**: C/C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2025-05-26 - **Last Updated**: 2025-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # simplest-design-pattern [https://refactoring.guru/design-patterns/cpp](https://refactoring.guru/design-patterns/cpp) #### 创建型模式 * [工厂模式](/Factory/README.md) * [抽象工厂模式](/AbstractFactory/README.md) * [生成器模式(建造者模式)](/Builder/README.md) * [原型模式](/Prototype/README.md) * [单例模式](/Singleton/README.md) #### 结构型模式 * [适配器模式](/Adapter/README.md) * [桥接模式](/Bridge/README.md) * [组合模式](/Composite/README.md) * [装饰器模式](/Decorator/README.md) * [外观模式](/Facade/README.md) * [享元模式](/Flyweight/README.md) * [代理模式](/Proxy/README.md) #### 行为模式 * [责任链模式](/ChainOfResponsibility/README.md) * [命令模式](/Command/README.md) * [迭代器模式](/Iterator/README.md) * [中介者模式](/Mediator/README.md) * [备忘录模式](/Memento/README.md) * [观察者模式](/Observer/README.md) * [状态模式](/State/README.md) * [策略模式](/Strategy/README.md) * [模板模式](/Template/README.md) * [访问者模式](/Visitor/README.md)