搜索资源列表
Factory
- 用JAVA写的一个读配置信息的小程序 大家看看 不大 但能说明问题 大家-JAVA write with a reading of configuration information is not a small program we look at the problem but we can learn
jdbc
- java jdbc实用小程序,比较的精炼,使用工厂模式建立oracle数据库的连接和相关操作-java jdbc small utility program to compare refining, the use of oracle database factory pattern to establish a connection and associated operations
processsimulate
- 一个对于工厂的生产流程进行模拟的程序,可以计算出在指定时间内的实际产出量-One for the factory production process simulation program can calculate the actual output within a specified period of time
Code
- 本程序为用java实现的简单工厂模式、抽象工厂模式以及工厂方法,为学习设计模式的朋友提供参考-This program is implemented with a simple java factory pattern, abstract factory pattern and factory method design pattern for the study to provide reference friend
Builder
- 建造者模式编程,完整代码及运行结果截图 题目: 比如我们要通过一个汽车加工厂,组装一辆汽车;汽车由车头,车身,车尾3部分组成;它的基本组装步骤是: 组装车头 组装车身 组装车尾 不管被组装的是吉普车,卡车,还是公交车,它们都可以各自重新定义车头,车身与车尾的组装方法;而通过这些被重新定义的组装方法,通过相同的组装步骤就可以组装具有不同属性的各类汽车了。-Model builder program code and operating results capture the
aa
- 以JAVA中的工厂模式建立一个程序,实现功能吃苹果、橘子相关操作-The factory pattern in JAVA to create a program to achieve functional eat apples, oranges related operations
Desktop
- BT工厂种子下载程序,很好很不错的噢,值得下载-BT factory seed download program, very very good, it is worth the download
FactoryMethod
- 设计模型-工厂模型举例,定义了抽象产品类和具体产品类,并用客户端程序进行了验证-The design model- factory model example, define a class of abstract classes and concrete products, and verify client program
JavaSE2013-11-05_1
- 工厂的产品信息录入程序,有增删查改的功能-Factory product information into the program, there CRUD functionality
xhglq_v1.0
- 菜单功能: 1、高通滤波器(类SignalFilterPassHigh,实现了接口ISignalFilter的所有方法)和低通滤波器(类SignalFilterPassLow,实现了接口ISignalFilter的所有方法)都有滤波功能(接口ISignalFilter定义了滤波器的功能:输入一组整数,滤波后输入另一组整数)。 2、用户选择不同的滤波器,程序生成对应滤波器的接口实例,直接使用接口方法即可。 3、总结接口的作用: (1)规范编程行为,如定义的滤波器的功能。 (2)
AbstractFactory
- 一个在VC10环境下编写的抽象工厂模式的例子,可以通过这个demo程序,加深对抽象工厂模式的理解-The abstract factory pattern example, a VC10 environment written by this demo program to deepen the understanding of the abstract factory pattern