搜索资源列表
AbstractFactory-Duck
- 这是有关设计模式中,对抽象工厂模式的简单应用.用C#写的.-This is the design model, the abstract factory pattern to a simple application. C# writes.
absfactory
- java 创建模式,抽象工厂模式,实现代码重构,包括例子。-java creation of models, the abstract factory model codes remodeling, including examples.
C-AbstractFactory
- 俺学习C#时,自己搞的抽象工厂摸式,里面有各种相关内容前面……绝对针对初学者-I learn C#, to develop its own abstract factory mode, which has all sorts of content in front ... against absolute beginners
DALFactory.rar
- 三层架构及设计模式(数据库实现采用抽象工厂模式)编写的学生管理系统.,Three-tier architecture and design model (the database used to achieve the abstract factory pattern) to prepare the student management system.
designmodel
- 设计模式之AbstractFactory、Adapter、Bridge、Builder,你一看就明白!好形象-Design Model AbstractFactory, Adapter, Bridge, Builder, you see to understand! Good image
AbstractFactory
- 设计模式抽象工厂模式,希望对初学者有所帮助,一个很不错的小程序-Abstract factory pattern design patterns, and they hope to be helpful for beginners, a very good applet
AbstractFactory
- c# 编写的抽象工厂设计模式的实例 内容简单易懂-c# the preparation of the abstract factory design pattern examples of the content of easy-to-read
Softo
- C#写的抽象工厂模式,初学者可以过来下去好好学习哈子-C# to write the abstract factory pattern, beginners can go from sub-study hard ha
myNewsReader
- 采用简单抽象工厂实现自动ATOM & RSS 的下载阅读器,通过序列化实现频道的保存-Abstract factory implementation, using a simple automatic download of the ATOM & RSS readers, through the implementation of channel sequences to preserve
MySchool
- 用三层架构开发,用了抽象工厂,内带了数据库,附加即可-With three-tier architecture development, using the abstract factory, which with a database attached to
DesignPatterns
- Abstract Factory Design Pattern in C# and VB_NET
factory
- 经典的c#开发架构三层架构抽象工厂设计模式.-Abstract factory three-tier architecture
003AbstractFactory
- Abstract Factory 设计模式 抽象工厂 源码-Abstract Factory Abstract Factory design pattern source
absstact-factory
- 用c++实现的设计模式之 抽象工厂模式,适合于初学者-C++ using design patterns to achieve the abstract factory pattern, suitable for beginners
abstract-factory
- 抽象工厂模式示例。用delphi实践,这里引用了第三方源码。-Abstract factory pattern example. With the delphi practice here refers to a third-party source.
factory-method
- 用抽象工厂的方法实现数据编程,用delphi实现。-Abstract factory methods to achieve data programming, use delphi realization.
abstract-factory
- 用一个具有随机赋值,排序,输出到文本文档功能的简单程序说明抽象工厂的概念-abstract factory
Abstract-Factory-for-Salary
- Abstract Factory Design-Pattern for Calculate Salary for VC6project
Abstract-Factory
- 抽象工厂,一种新的语法,工厂方法把生产产品的方式封装起来了,但是一个工厂只能生产一类对象,当一个工厂需要生产多类产品的时候,就需要使用抽象工厂了。-Abstract Factory
AbstractFactory
- 抽象工厂模式的C++实现,根据设计模式也一书(According to the design patterns , the implementation of the abstract factory pattern with the C++)