Welcome![Sign In][Sign Up]
Location:
Search - abstract factory

Search list

[JSP/JavaFactory_rar

Description: 用java编写的工厂模式源代码,其中有简单工厂模式,工厂模式和抽象工厂模式-with java prepared by the factory model source code, a simple model factories, factory model and abstract factory pattern
Platform: | Size: 3072 | Author: suyulan | Hits:

[source in ebookFormMaker

Description: Delphi abstract factory模式编程源代码 -Delphi abstract factory pattern programming source code
Platform: | Size: 219136 | Author: 李智 | Hits:

[VC/MFCProjectMode

Description: Factory,abstract Factory,Builder,Prototype,Singleton,Adapt,Bridge等20种常见的设计模式(含代码)-Factory, abstract Factory, Builder, Prototype, Singleton, Adapt, Bridge and other 20 kinds of common design patterns (including code)
Platform: | Size: 1076224 | Author: guodng | Hits:

[JSPJava_Factory

Description: 工厂方法模式的意义是定义一个创建产品对象的工厂接口,将实际创建工作推迟到子类当中。核心工厂类不再负责产品的创建,这样核心类成为一个抽象工厂角色,仅负责具体工厂子类必须实现的接口,这样进一步抽象化的好处是使得工厂方法模式可以使系统在不修改具体工厂角色的情况下引进新的产品。-Factory Method Pattern is the meaning of the definition of a factory object to create products that interface, will be postponed until the actual creation of sub-class of them. Core factory class is no longer responsible for the creation of products, so that category has become the core role of an abstract factory, the factory is responsible only for the specific sub-class must implement the interface, so that the benefits of further abstract factory method is to make the system can be modified without a specific role in plant circumstances the introduction of new products.
Platform: | Size: 9216 | Author: 赵云峰 | Hits:

[CSharpAbstractFactory

Description: c# 编写的抽象工厂设计模式的实例 内容简单易懂-c# the preparation of the abstract factory design pattern examples of the content of easy-to-read
Platform: | Size: 98304 | Author: 糖果果 | Hits:

[JSPadstractfactory

Description: java开发模式系列之抽象工厂模式 视频讲解 很容易懂-java development model series on the abstract factory pattern is easy to understand video
Platform: | Size: 37315584 | Author: 打发 | Hits:

[JSP/JavaAbstractFactory

Description: 这是抽象工厂模式的源代码,是用java语言编写的-This is the abstract factory pattern of the source code, is language java
Platform: | Size: 15360 | Author: 云帆 | Hits:

[Internet-NetworkXmxCms20

Description: 本程序采用 三层架构 + 抽象工厂设计模式 + Linq 实现,目前只做了Access 和 SQL Server ,默认数据库为Access,要更换数据库只需修改web.config 即可。在SQL Server 部分 采用Linq 技术进行对数据库的操作 ,用xml编辑器打开XmxCms.dbml 文件就可看到 SQL Server 的数据库连接字符串 ,请根据实际情况修改。 本程序中的分页控件、文本编辑器、一些图片 来自于网络,在此感谢共享 ! 后台登陆用户名/密码为:admin/admin888 。 后台主要功能有:系统管理 管理员管理 幻灯设置 链接管理 企业信息 产品管理 产品类别 发布产品 新闻管理 添加新闻内容 管理新闻类别 管理首页标签新闻 留言管理 招聘管理 发布招聘 应聘管理 人才策略调查管理 添加新调查 会员管理 广告管理 如果有什么意见或建议尽管提出 。-This program uses three-tier architecture+ abstract factory design pattern+ Linq to achieve, at present only went for Access and SQL Server, the default database to Access, to replace the database can only modify the web.config.
Platform: | Size: 3342336 | Author: 龙文 | Hits:

[CSharpfactory

Description: 经典的c#开发架构三层架构抽象工厂设计模式.-Abstract factory three-tier architecture
Platform: | Size: 2371584 | Author: yuyong | Hits:

[Other003AbstractFactory

Description: Abstract Factory 设计模式 抽象工厂 源码-Abstract Factory Abstract Factory design pattern source
Platform: | Size: 17408 | Author: 弘扬 | Hits:

[JSP/JavaAbstract-Factory

Description: 某餐馆有三种主餐,分别是牛奶和汤匙、面包和刀、肉和叉子 ,其中牛奶、面包和肉都属于食物,汤匙、刀和叉子都属于餐具,请利用抽象工厂模式实现对主餐的创建。 -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 forks are all utensils, abstract factory pattern to achieve the main meal created.
Platform: | Size: 22528 | Author: 锡睿 | Hits:

[JSP/Javadesign

Description: 自己弄的一个PPT,介绍设计模式中的单例模式,简单工厂模式和抽象工厂模式,包含源码-Get yourself a PPT, introduced Singleton design pattern in the model, a simple abstract factory pattern and factory pattern, including source code
Platform: | Size: 1147904 | Author: lizhurong | Hits:

[JSP/JavaFactory

Description: 某打印功能目前需要支持两种打印模式, 请用简单工厂模式和工厂方法模式分别实现该功能 ; 某餐馆有三种主餐,请利用抽象工厂模式实现对主餐的创建。-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 there are three main meals, please use the abstract factory pattern to achieve the main meal to create
Platform: | Size: 49152 | Author: 陈晨 | Hits:

[Windows Developabstract-factory

Description: 抽象工厂模式示例。用delphi实践,这里引用了第三方源码。-Abstract factory pattern example. With the delphi practice here refers to a third-party source.
Platform: | Size: 218112 | Author: mahande | Hits:

[JSP/JavaAbstract-Factory

Description: 抽象工厂模式(Abstract Factory Pattern):提供一个创建一系列相关或相互依赖对象的接口,而无须指定它们具体的类。抽象工厂模式又称为Kit模式,属于对象创建型模式。-Abstract Factory Pattern: Provide an interface for creating families of related or dependent objects without specifying their concrete classes.
Platform: | Size: 11264 | Author: 753951 | Hits:

[Software EngineeringAbstract-Factory

Description: Abstract Factory pattern Creating families of related or dependent objects without specifying their concrete classes.
Platform: | Size: 53248 | Author: nikn85 | Hits:

[Consoleabstract-factory

Description: 用一个具有随机赋值,排序,输出到文本文档功能的简单程序说明抽象工厂的概念-abstract factory
Platform: | Size: 2683904 | Author: xc | Hits:

[OtherAbstract-Factory-for-Salary

Description: Abstract Factory Design-Pattern for Calculate Salary for VC6project
Platform: | Size: 893952 | Author: shuren88 | Hits:

[.netAbstract-Factory

Description: 抽象工厂,一种新的语法,工厂方法把生产产品的方式封装起来了,但是一个工厂只能生产一类对象,当一个工厂需要生产多类产品的时候,就需要使用抽象工厂了。-Abstract Factory
Platform: | Size: 488448 | Author: | Hits:

[OtherAbstractFactory

Description: 抽象工厂模式的C++实现,根据设计模式也一书(According to the design patterns , the implementation of the abstract factory pattern with the C++)
Platform: | Size: 25600 | Author: sty0223 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net