搜索资源列表
静态工厂方法模式(Static Factory Method)
- 一.简单工厂模式又称静态工厂方法模式(Static Factory Method),它不是Gof 所讲的23种设计模式之一,但是它却是我们在编码过程中经常使用的方法之一。
dengluchuangkou
- 这是一个基于VC++的登录窗口 ,使用简单工厂的设计模式实现计算器功能,要求:功能的增加对原有代码作最少改动-This is based VC++ login window using simple factory design pattern calculator function requirements: the increase of the functionality of the original code for minimalist
C-Sharp-simple-Explorer
- 使用C#编写的简单仿windows资源管理器,基本实现windows资源管理器的所有功能,同时进行了一部分拓展,使用了接口设计以及工厂模式。-C# prepared using a simple imitation Windows Explorer, the basic realization of all the functions of the windows explorer, while a part of the expansion, the use of interface desi
6671442
- java简单工厂模式入门,比较适合初学者学习()