搜索资源列表
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
- FactoryMethod.rar
FactoryMethod
- 一个工厂模式的源码 采用反射技术 通过设定config文件配置加载类
FactoryMethod
- 本程序为java源代码,可以实现自动加密解密功能。-This procedure for the java source code, you can achieve automatic encryption and decryption functions.
FactoryMethod
- 工厂模式有:简单工厂模式;工厂方法模式;抽象工厂模式。抽象的程度越来越强,给出了三种模式的java代码,想完全理解还要仔细研究。-Factory pattern: simple factory pattern factory method model abstract factory pattern. Growing degree of abstraction is given three kinds of models java code, and would like to fully
FactoryMethod
- 软件设计模式的工厂模式,适合初学者学习了解-the Factory Method of java design model
FactoryMethod
- C# 工厂方法模式 C# 工厂方法模式 C# 工厂方法模式-FactoryMethod.rar
04-FactoryMethod
- java设计与模式中的工厂模式事例,可供参考,学习,交流之用。-java design patterns factory pattern in the case, for reference, study and exchange purposes.
FactoryMethod
- 该源码是设计模式中模拟工厂方法的代码,主要包括抽象工厂类、抽象工厂子类等-The source code is the factory method design pattern in the simulation code, including the abstract factory class, subclass of the abstract factory, etc.
FactoryMethod
- 基于java写的工厂模式factoryMMethod,适合软件体系结构使用-Written in java-based factory pattern factoryMMethod for software architecture
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
- 本程序是一个关于建造者模式的小程序,其内容简洁易懂,很好的体现了建造者设计模式的特点,很适合初学设计模式的人-this is a small project about the style of builder mode ,it is simple but easy to understand.it is suitable for the beginner
factorymethod
- java小程序,主要体现工厂方法设计模式的应用、-java applets, mainly factory method design pattern application
FactoryMethod
- 设计模型-工厂模型举例,定义了抽象产品类和具体产品类,并用客户端程序进行了验证-The design model- factory model example, define a class of abstract classes and concrete products, and verify client program
FactoryMethod
- 定义一个用于创建对象的接口,让子类决定实例化哪一个类。Factory Method 使一个类的实例化延迟到其子类。-Analysis and implementation of common design patterns (C++)
TestFactory
- Factory Method 将迷宫项目(TestFactory)使用FactoryMethod进行改写-Factory Method The Labyrinth Project (TestFactory) be rewritten using FactoryMethod
factorymethod
- 本压缩文件主要是讲述了java的设计模式之一工厂方法模式,通过列举具体的事物阐述了我对工厂模式的理解-The compressed file is mainly about one of java design patterns factory method pattern, by listing specific things expounded on the factory model of understanding
FactoryMethod(DEMO).NET
- 1 对比简单工厂,建立工厂方法(FactoryMethod) 2 工厂方法的优缺点 3 .net框架中的工厂方法