搜索资源列表
FactoryMethod-Duck
- 这是一个对于设计模式中工厂方法模式的简单应用.使用C#编写-This is a model for the design of the factory model of a simple method of application. The use of C#
MyFactoryMethod
- 同样是设计模式中的迷宫问题,这个是利用factoryMethod来实现的,也较简单-is the same design pattern of the maze, the use of factoryMethod to achieve, than simple
FactoryMethod
- 一个工厂模式的源码 采用反射技术 通过设定config文件配置加载类
FactoryMethod
- C# 工厂方法模式 C# 工厂方法模式 C# 工厂方法模式-FactoryMethod.rar
DesignModePart1
- FactoryMethod、Builder、SingleConfig、 Adapter-FactoryMethod, Builder, SingleConfig, Adapter
FactoryMethod
- 一个在VC10环境下编写的工厂方法模式的例子,可以通过这个demo程序,加深对工厂方法模式的理解-Example of a factory method pattern VC10 environment written by this demo program to deepen the understanding of the factory method pattern
FactoryMethod(DEMO).NET
- 1 对比简单工厂,建立工厂方法(FactoryMethod) 2 工厂方法的优缺点 3 .net框架中的工厂方法