搜索资源列表
设计模式实验
- 设计模式实验:包括策略模式、观察者模式、装饰者模式、抽象工厂模式、单件模式、命令模式、适配器模式、外观模式,共8个。
设计模式(抽象工厂模式)
- 设计模式(抽象工厂模式)
静态工厂方法模式(Static Factory Method)
- 一.简单工厂模式又称静态工厂方法模式(Static Factory Method),它不是Gof 所讲的23种设计模式之一,但是它却是我们在编码过程中经常使用的方法之一。
mvcdao.mvc+dao工厂模式
- mvc+dao工厂模式,对用户登陆的一个模式,三层结构很清楚。,mvc+ dao factory model, a model for user login, the three-tier structure is clear.
designPattern
- JDBC连接数据库代码,采用设计模式中的工厂模式和策略模式进行设计,对于需要连接Mysql更是提供了很好的框架性,隐藏了数据库操作的复杂性-JDBC database connection code, design patterns factory pattern and strategy pattern design, for it is necessary to connect Mysql provides a good framework, hiding the complexity of
gl_stencil_shadow_volume
- 阴影体的介绍很好 ,很强大 啊 真的很好啊 。 有单体模式,工厂模式-design pattern
daima
- Maticsoft 自动化智能软件系列 Codematic 是一款为C#数据库程序员设计的自动代码生成器,Codematic 生成的代码基于基于面向对象的思想和三层架构设计,结合了Petshop中经典的思想和设计模式,融入了工厂模式,反射机制等等一些思想。采用 Model + DAL + BLL + Web 的设计,主要实现在 C# 中对应数据库中表的基类代码的自动生成,包括生成属性、添加、修改、删除、查询、存在性、 Model 类构造等基础代码片断,使程序员可以节省大量机械录入的时间和重复
TankWar166.23
- 图片版坦克大战,初步实现了工厂模式,调停者模式,责任链模式,策略模式-The rudimentary pictured TankWar implements the patterns of factory, Mediating, Responsibility-chain, strategy, but the only start.Later will come the final Tank.
DuckDesign
- java 设计模式之抽象工厂模式例程 通过创建鸭子实例的来说抽象工厂模式的原理及应用-java design patterns of the abstract factory pattern routines
factory
- 用工厂模式实现职工表格,产品表格,部门表格的建立。-Workers with the factory pattern to achieve the form, the product form, the establishment of the sectoral tables.
Application
- 使用3种设计模式:工厂模式,组合模式,策略模式,实现图像的切换。-The use of three kinds of design patterns: Factory pattern, combined model, strategy pattern, to achieve the image switching.
SimpleFactory
- 简单工厂模式 简单工厂模式 简单工厂模式 -Simple Factory PatternSimple Factory PatternSimple Factory Pattern
Factory
- 一个体现Java接口及工厂模式优点的例子 -一个体现Java接口及工厂模式优点的例子
factory-pattern
- 工厂模式深入介绍,来源为网络Java大牛的经验总结。-Factory pattern in-depth introduction, a large cattle Java source for the network of lessons learned.
扫雷
- 基于学习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
Calculator
- 基于工厂模式的计算器,实现了加减乘除,三角函数,开根,平方,指数等功能。(Calculator based on factory pattern)
简单工厂模式
- C#学习过程中写出的小代码,简单工厂模式的练习,里面包括一些简单工厂模式用到的代码(Code in the c# learning process)
工厂模式
- 我们则可以创建一个Factory C工厂类,该类专心负责生产Product C类产品。由于Factory A、Factory B和Factory C之间没有关系,当加入Factory C加入时,对Factory A和Factory B的工作没有产生任何影响,那么对代码进行测试时,只需要单独对Factory C和Product C进行单元测试,而Factory A和Factory B则不用进行测试,则可省去大量无趣无味的测试工作。(this C++ text is for student .)
计算器
- 用简单工厂模式写的计算器,用Visual Studio运行(A calculator written in a simple factory pattern)
class1_1_工厂模式三层架构(完整版)
- 利用工厂模式三层架构制作的一个学生管理系统,简洁的表现了工厂模式三层架构的基础知识(A student management system based on the three-tier architecture of factory mode is designed to succinctly express the basic knowledge of the three-tier architecture of factory mode.)