码迷,mamicode.com
首页 >  
搜索关键字:策略模式vs命令模式    ( 2个结果
第28章 行为型模式大PK
27.1 策略模式 VS 命令模式 27.1.1 策略模式实现压缩算法 //行为型模式大PK——策略模式和命令模式 //实例:用策略模式实现压缩算法 #include <iostream> #include <string> using namespace std; //抽象压缩算法 class A ...
分类:其他好文   时间:2016-07-10 12:41:41    阅读次数:242
策略模式Vs命令模式
策略模式Vs命令模式...
分类:其他好文   时间:2014-08-04 17:49:57    阅读次数:200
2条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!