搜索资源列表
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
FormMaker
- Delphi abstract factory模式编程源代码
AbstractFactory
- 一个单纯的Abstract Factory 为你学习理解Abstract Factory模式提供例子
Abstract Factory
- 设计模式的VC例子,可以用于学习设计模式。我自己觉得 很有用。-design patterns VC example, can be used to study design patterns. I feel very useful.
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
- c# 编写的抽象工厂设计模式的实例 内容简单易懂-c# the preparation of the abstract factory design pattern examples of the content of easy-to-read
XmxCms20
- 本程序采用 三层架构 + 抽象工厂设计模式 + Linq 实现,目前只做了Access 和 SQL Server ,默认数据库为Access,要更换数据库只需修改web.config 即可。在SQL Server 部分 采用Linq 技术进行对数据库的操作 ,用xml编辑器打开XmxCms.dbml 文件就可看到 SQL Server 的数据库连接字符串 ,请根据实际情况修改。 本程序中的分页控件、文本编辑器、一些图片 来自于网络,在此感谢共享 ! 后台登陆用户名/密码为:admin/a
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
factory
- 本代码为工厂模式学习举例,有普通工厂模式,抽象工厂模式,对学习设计模式的童鞋来书大有帮助-The code for the factory pattern study, for example, the ordinary factory pattern, abstract factory pattern, design pattern of children s shoes in Hebrews of learning help
AbstractFactory
- 抽象工厂模式的C++实现,根据设计模式也一书(According to the design patterns , the implementation of the abstract factory pattern with the C++)