搜索资源列表
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.
zhiyun2.0
- 本系统基于java平台,采用设计模式:mvc(模型--视图--控制),基于接口与接口实现类,工厂模式和抽象工厂模式,单例模式,充分把系统解耦,采用的技术:jsp+javabean+struts+hibernate,数据库:mysql struts采用struts 1.2 版本,mysql采用mysql5.0, hibernate采用hibernate3.1 系统特色: 1,栏目无限级分类,形成树型结构,可以随意增加,修改,移动,删除栏目,移动或删除栏目的同时系统自动移动或删除其
设计模式实验
- 设计模式实验:包括策略模式、观察者模式、装饰者模式、抽象工厂模式、单件模式、命令模式、适配器模式、外观模式,共8个。
设计模式(抽象工厂模式)
- 设计模式(抽象工厂模式)
DALFactory.rar
- 三层架构及设计模式(数据库实现采用抽象工厂模式)编写的学生管理系统.,Three-tier architecture and design model (the database used to achieve the abstract factory pattern) to prepare the student management system.
AbstractFactory
- 设计模式抽象工厂模式,希望对初学者有所帮助,一个很不错的小程序-Abstract factory pattern design patterns, and they hope to be helpful for beginners, a very good applet
Softo
- C#写的抽象工厂模式,初学者可以过来下去好好学习哈子-C# to write the abstract factory pattern, beginners can go from sub-study hard ha
qidian9
- 起点9 V2.0小说整站系统 介绍: 1、 采用企业级标准应用三层架构,模块化设计,利用反射抽象工厂模式支持多种数据库访问。 2、利用Asp.net自定义控件+母版模式实现换肤功能,前台DIV+CSS结构,增强对搜索引擎的友好度。 3、采用最新Cache技术,加快程序运行效率,减少服务器资源占用,增强负载性能。 4、唯一一家同时提供TXT、UMD、JAR、CHM四种电子书籍的在线生成和同时下载。 起点9 V2.0小说整站系统 管理 : 1、网站基本参数设置
AbstractFactory
- 设计模式--抽象工厂模式实现多数据库连接-Design Patterns- Abstract Factory pattern to achieve multi-database connectivity
Justin20090531
- 在VS2005.NET C#框架下,使用抽象工厂模式开发一个基于三层结构的数据库应用程序的登录部分,麻雀虽小,五脏俱全: 1程序运行后的主窗口有两个文本框和一个按钮,文本框分别用来输入用户名和密码,其中密码显示为*。按钮的文本是“登录”,功能是通过查询数据库判断当前用户名和密码是否正确,如果正确弹出“登录成功”对话框;如果失败弹出“登录失败”对话框。 2使用OOP的三层结构来实现。 3应用抽象工厂模式,使得该程序可以访问SQL数据库也可以访问ACCESS数据库,访问不同的数据库通过修
maze
- 运用了设计模式中抽象工厂模式的迷宫游戏,不过只有两个房间,没有3d界面-The use of the design pattern abstract factory pattern maze game, but only two rooms, there is no 3d interface
Mode
- Abstract Factory(抽象工厂模式) 意 图 提供一个创建一系列相关或相互依赖对象的接口,而无需指定它们具体的类。 适 用 环 境 一个系统要独立于它的产品的创建、组合和表示时。 一个系统要由多个产品系列中的一个来配置时。 当你要强调一系列相关的产品对象的设计以便进行联合使用时。 当你提供一个产品类库,而只想显示它们的接口而不是实现时。 结 构 -Abstract Factor
Picross
- Picross DS 经典脑力游戏 你可以通过示例代码学习以下设计模式: 1)单件模式 2)抽象工厂模式 3)策略模式 4)适配器模式 http://en.wikipe-Picross DS brain game classic example of code you can learn the following design patterns: 1) single mode 2) the abstract factory pattern 3) Strategy Mod
Hotle
- 这是用C#编写的完整酒店管理系统 内含数据库文件,6层抽象工厂模式开发-It is written in C# includes a complete hotel management system database files, 6 layer abstract factory pattern development
FactoryPatterndemonstration
- 工厂模式介绍 vc9 抽象工厂模式等等 -introduction of factroy pattern
gongchang
- 利用抽象工厂模式模拟一个场景,场景包括两种天气,晴天,阴天,对于每种天气情况下又包含石头,森林,地面等多种场景-Using the abstract factory pattern to simulate a scene, the scene includes two weather, sunny, cloudy, weather conditions for each and include stone, forest, land and other scenes
absstact-factory
- 用c++实现的设计模式之 抽象工厂模式,适合于初学者-C++ using design patterns to achieve the abstract factory pattern, suitable for beginners
PatternShow
- 设计模式的案例,目前已经有观察者模式,单例模式,指挥者模式,抽象工厂模式的案例。只要您给力,我会继续完善!-The case of design patterns, there are already Observer pattern, Singleton, conductor patterns, the case of the abstract factory pattern. As long as you give power, I will continue to improve!
扫雷
- 基于学习c#设计模式开发的扫雷小游戏,涉及委托、抽象类、重写、虚函数、工厂模式等知识点 可以根据代码进行扩展扫雷功能 适合初学者参考(Based on the learning c# design pattern of mine development game, involving the delegate, abstract class, rewrite, virtual function, factory model and other knowledge points You ca