韩国客户端游戏排行榜:常用设计模式收集

来源:百度文库 编辑:九乡新闻网 时间:2024/04/29 06:17:05

1、简单工厂模式(Simple Factory Pattern)
http://www.cnblogs.com/bit-sand/archive/2008/01/25/simple_Factory_Pattern.html


2、建造者模式(Builder Pattern)
http://www.cnblogs.com/Terrylee/archive/2005/12/19/299878.html
http://www.cnblogs.com/Bear-Study-Hard/archive/2006/10/24/538606.html


3、策略(Strategy)模式
http://www.cnblogs.com/singlepine/archive/2005/10/30/265020.html


4、工厂方法模式(Factory Method Pattern)
http://www.cnblogs.com/bit-sand/archive/2008/01/26/factory_method.html

http://terrylee.cnblogs.com/archive/2006/01/04/310716.html

5、抽象工厂模式(Abstract Factory)
http://terrylee.cnblogs.com/archive/2005/12/13/295965.html
http://www.cnblogs.com/bit-sand/archive/2008/01/31/abstract_factory.html

6、命令模式(Command Pattern)
http://terrylee.cnblogs.com/archive/2006/07/17/Command_Pattern.html
http://blog.csdn.net/minghao1039/archive/2005/01/14/253205.aspx

7、模版方法(Template Method)
http://terrylee.cnblogs.com/archive/2006/07/04/DesignPattern_TemplateMethod.html
http://www.cnblogs.com/conglaile/archive/2007/07/25/831205.html


8、单件模式(Single Pattern)

http://terrylee.cnblogs.com/archive/2005/12/09/293509.html

9、原型模式(Prototype Pattern)

http://terrylee.cnblogs.com/archive/2006/01/16/317896.html