搜索资源列表
ECPORT.rar
- 达内Java培训实训项目ECPORT原码。 包括逐步优化的四个版本: 简单工厂模式实现 简单Spring-IoC实现 Spring声明式事务实现 Spring-AOP集成,Tatsu projects within the Java training Training ECPORT original code. Including the gradual optimization of the four versions: a simple factory pattern to ach
SimpleFactory_Nvwa
- 设计模式中简单工厂模式的java代码实现完整版-The java code of Simple Factory design pattern
WebLogins
- 简单的struts+factory+model+dao+service代码,对于刚学struts的人,可以下来学习学习。-Simple struts+ Factory+ Model+ Dao+ Service code, for those who just learn struts, you can learn from.
abstractfactory
- java model the simple factory resource.-java model
SimpleFactory
- 一个简单的simple factory设计模式源代码-A simple “simple factory” design pattern source code
DesignPattern
- Java的一些常用设计模式,包括单例模式、门面模式、策略模式、观察者模式、建造者模式、简单工厂模式、抽象工厂模式、工厂方法模式、代理模式、动态代理模式,适合初学者掌握-Java, some common design patterns, including single cases of mode, facade pattern, strategy pattern, Observer pattern, the construction of those models, a simple fact
FactoryMethod
- 工厂模式有:简单工厂模式;工厂方法模式;抽象工厂模式。抽象的程度越来越强,给出了三种模式的java代码,想完全理解还要仔细研究。-Factory pattern: simple factory pattern factory method model abstract factory pattern. Growing degree of abstraction is given three kinds of models java code, and would like to fully
javaFactory
- Java 工厂模式 1,ccFactoryMethod工厂方法-模式进阶.pdf 2,ccFactory简单工厂-设计模式的入门级模式.pdf 3,chp12简单工厂(Simple Factory)模式.pdf 4,JAVA简单工厂创立性模式介绍.pdf
javaFtorywwq
- Java工厂模式 1,ccFactoryMethod工厂方法-模式进阶.pdf 2,ccFactory简单工厂-设计模式的入门级模式.pdf 3,chp12简单工厂(Simple Factory)模式.pdf 4,JAVA简单工厂创立性模式介绍.pdf
MyNewsReader
- 基于C#,采用简单工厂模式实现功能简单的RSS阅读器-Based on C#, using a simple factory pattern to achieve a simple RSS reader functionality
simple-factory
- 某打印功能目前需要支持两种打印模式,其中一种分隔符用*,另一种分隔符为@,请用简单工厂模式和工厂方法模式分别实现该功能。 -A print function is needed to support two print modes, one separator in* another delimiter @ simple factory pattern and factory method pattern to achieve the functionality.
cinema
- 电影院售票系统 使用XML和TreeView显示影院放映列表 使用泛型集合维护有继承关系的电影票对象 座位数可以在系统中指定 点击座位可购买不同类型的电影票 使用简单工厂模式创建不同类型的电影票 使用多态实现不同类型电影票的价格计算 使用接口实现电影票的打印 使用序列化和反序列化实现销售情况的保存和读取 -Cinema ticketing system using XML and TreeView display theaters to maintai
design
- 自己弄的一个PPT,介绍设计模式中的单例模式,简单工厂模式和抽象工厂模式,包含源码-Get yourself a PPT, introduced Singleton design pattern in the model, a simple abstract factory pattern and factory pattern, including source code
Javaeye-mode
- 包揽JavaEye设计模式类前十名,包含前言、简单工厂、工厂方法模式、单例模式、桥接模式-Taking JavaEye design patterns like the top ten, including the preamble, the simple factory, factory method patterns, singleton, bridge mode
simplefactory
- 简单工厂模式的java实现,初学java不可或缺的资料。-To achieve a simple factory pattern java
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
Calculator
- 利用简单工厂模式设计一个计算器 的程序. -Using a simple factory pattern to design a calculator Procedure.
Java-implementation-of-Factory-Mode
- Java代码实现的工厂模式的两种情况,简单工厂模式和工厂方法模式,例子很简单,只为了阐述原理-Java code implements the factory pattern both cases, a simple factory pattern and factory method pattern, for example, is very simple, just to illustrate the principles
Chapter-04-Simple-Factory
- 简单工厂模式,配合程细柱的JAVA设计模式-简单工厂-Simple Factory
factory
- 简单工厂模式设计的计算器 包含加减乘除运算(Simple factory pattern design calculator contains add, subtract, multiply and divide operations)