C++
文章平均质量分 91
leonliu06
软件开发工程师
展开
-
设计模式(4)——原型 Prototype
设计模式C++实现(4)——原型 Prototype原创 2017-11-04 21:51:18 · 342 阅读 · 0 评论 -
设计模式(18)——备忘录 Memento
设计模式(18)——备忘录 Memento原创 2017-11-05 14:25:49 · 349 阅读 · 0 评论 -
设计模式(19)——观察者 Observer
设计模式(19)——观察者 Observer原创 2017-11-05 14:28:28 · 371 阅读 · 0 评论 -
设计模式(20)——状态 State
设计模式(20)——状态 State原创 2017-11-09 07:55:22 · 411 阅读 · 0 评论 -
设计模式(21)——策略 Strategy
设计模式(21)——策略 Strategy原创 2017-11-09 07:58:11 · 351 阅读 · 0 评论 -
设计模式(22)——模板方法 Template Method
设计模式(22)——模板方法 Template Method原创 2017-11-09 08:00:50 · 370 阅读 · 0 评论 -
设计模式(23)——访问者 Visitor
设计模式(23)——访问者 Visitor原创 2017-11-09 08:03:12 · 461 阅读 · 0 评论 -
设计模式(3)——工厂方法 Factory Method
设计模式(3)——工厂方法 Factory Method原创 2017-11-04 21:47:18 · 406 阅读 · 0 评论 -
设计模式(2)——生成器 Builder
设计模式(2)——生成器 Builder原创 2017-11-09 09:41:59 · 521 阅读 · 0 评论 -
设计模式(1)——抽象工厂 AbstractFactory
设计模式(1)——抽象工厂 AbstractFactory原创 2017-11-04 21:30:54 · 583 阅读 · 1 评论 -
设计模式学习笔记
设计模式学习笔记原创 2017-11-04 00:29:07 · 707 阅读 · 0 评论 -
设计模式(17)——中介者 Mediator
设计模式(17)——中介者 Mediator原创 2017-11-05 14:23:01 · 394 阅读 · 0 评论 -
设计模式(16)——迭代器 Iterator
设计模式(16)——迭代器 Iterator原创 2017-11-05 14:20:15 · 329 阅读 · 0 评论 -
设计模式(15)——解释器 Interpreter
设计模式(15)——解释器 Interpreter原创 2017-11-05 14:10:03 · 417 阅读 · 0 评论 -
设计模式(5)——单例 Singleton
设计模式C++实现(5)——单例 Singleton原创 2017-11-04 21:55:07 · 349 阅读 · 0 评论 -
设计模式(6)——适配器 Adapter
设计模式(6)——适配器 Adapter原创 2017-11-04 21:58:20 · 344 阅读 · 0 评论 -
设计模式(7)——桥接 Bridge
设计模式(7)——桥接 Bridge原创 2017-11-04 22:14:29 · 492 阅读 · 0 评论 -
设计模式(8)——组合 Composite
设计模式(8)——组合 Composite原创 2017-11-05 13:53:17 · 361 阅读 · 0 评论 -
设计模式(9)——装饰 Decorator
设计模式(9)——装饰 Decorator原创 2017-11-05 13:56:22 · 285 阅读 · 0 评论 -
设计模式(10)——外观 Facade
设计模式(10)——外观 Facade原创 2017-11-05 13:59:20 · 353 阅读 · 0 评论 -
设计模式(11)——享元 Flyweight
设计模式(11)——享元 Flyweight原创 2017-11-05 14:02:37 · 357 阅读 · 0 评论 -
设计模式(12)——代理 Proxy
设计模式(12)——代理 Proxy原创 2017-11-05 14:04:30 · 348 阅读 · 0 评论 -
设计模式(13)——职责链 Chain Of Responsibility
设计模式(13)——职责链 Chain Of Responsibility原创 2017-11-05 14:07:12 · 417 阅读 · 0 评论 -
设计模式(14)——命令 Command
设计模式(14)——命令 Command原创 2017-11-09 10:11:45 · 367 阅读 · 0 评论 -
命令行编译C++(Linux下、Windows下)
本文对如何在命令行(Linux 和 Windows)下进行C++程序的编译做了一个简单的整理,涉及C++编译过程和GCC、G++、CL、LINK的使用等内容。原创 2017-10-13 19:09:57 · 20542 阅读 · 1 评论