搜索资源列表
AbstractFactory
- c# 编写的抽象工厂设计模式的实例 内容简单易懂-c# the preparation of the abstract factory design pattern examples of the content of easy-to-read
AbstractFactory
- 这是抽象工厂模式的源代码,是用java语言编写的-This is the abstract factory pattern of the source code, is language java
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
- 某餐馆有三种主餐,分别是牛奶和汤匙、面包和刀、肉和叉子 ,其中牛奶、面包和肉都属于食物,汤匙、刀和叉子都属于餐具,请利用抽象工厂模式实现对主餐的创建。 -There are three main meals in a restaurant, milk and spoon, bread and the knife, meat and fork, including milk, bread and meat are classified as food, spoons, knives and f
design
- 自己弄的一个PPT,介绍设计模式中的单例模式,简单工厂模式和抽象工厂模式,包含源码-Get yourself a PPT, introduced Singleton design pattern in the model, a simple abstract factory pattern and factory pattern, including source code
Factory
- 某打印功能目前需要支持两种打印模式, 请用简单工厂模式和工厂方法模式分别实现该功能 ; 某餐馆有三种主餐,请利用抽象工厂模式实现对主餐的创建。-A print function is needed to support the two print mode, please use the simple factory pattern and factory method pattern respectively, achieve the function of a restaurant the
Factory
- 某餐馆有三种主餐,分别是牛奶和汤匙、面包和刀、肉和叉子 ,其中牛奶、面包和肉都属于食物,汤匙、刀和叉子都属于餐具,请利用抽象工厂模式实现对主餐的创建。 -There are three main meals a restaurant, namely milk and spoon, bread and knife, fork and meat, of which milk, bread and meat are classified as food, spoon, knife and fork
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 Pattern):提供一个创建一系列相关或相互依赖对象的接口,而无须指定它们具体的类。抽象工厂模式又称为Kit模式,属于对象创建型模式。-Abstract Factory Pattern: Provide an interface for creating families of related or dependent objects without specifying their concrete classes.
Abstract-Factory
- Abstract Factory pattern Creating families of related or dependent objects without specifying their concrete classes.
abstract-factory
- 用一个具有随机赋值,排序,输出到文本文档功能的简单程序说明抽象工厂的概念-abstract factory
Abstract-Factory-for-Salary
- Abstract Factory Design-Pattern for Calculate Salary for VC6project
factory
- java常用设计模式PPT,抽象工厂设计模式-Java commonly used design patterns PPT, abstract factory design pattern
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++)