摘要:
/**********************************设计模式--代理模式实现*C++语言*Author:WangYong*Blog:http://www.cnblogs.com/newwy********************************/#include <iostream>#include <iostream>using namespac...
阅读全文
posted @ 2010-10-18 23:56
newwy
阅读(437)
推荐(1)
编辑
摘要:
/**********************************设计模式--原型模式实现*C++语言*Author:WangYong*Blog:http://www.cnblogs.com/newwy********************************/#include <iostream>using namespace std;class Prototype{ pu...
阅读全文
posted @ 2010-10-18 23:55
newwy
阅读(323)
推荐(0)
编辑
摘要:
/**********************************设计模式--享元模式实现*C++语言*Author:WangYong*Blog:http://www.cnblogs.com/newwy********************************/#include #include #include #include using namespace std;class Flyweight{ public: virtual ~Flyweight(){} virtual void Operation(const string & extrinsicState){}
阅读全文
posted @ 2010-10-18 23:54
newwy
阅读(386)
推荐(0)
编辑
摘要:
/**********************************设计模式--外观模式实现*C++语言*Author:WangYong*Blog:http://www.cnblogs.com/newwy********************************/#include <iostream>using namespace std;class Subsystem1{ p...
阅读全文
posted @ 2010-10-18 23:53
newwy
阅读(577)
推荐(0)
编辑
摘要:
/**********************************设计模式--装饰模式实现*C++语言*Author:WangYong*Blog:http://www.cnblogs.com/newwy********************************/#include <iostream>using namespace std;class Component{ pu...
阅读全文
posted @ 2010-10-18 23:51
newwy
阅读(284)
推荐(0)
编辑