搜索资源列表
Factory_rar
- 用java编写的工厂模式源代码,其中有简单工厂模式,工厂模式和抽象工厂模式-with java prepared by the factory model source code, a simple model factories, factory model and abstract factory pattern
abstractfactory
- 该类是个java抽象工厂模式,希望对大家有所帮助。-java is such an abstract factory pattern, we want to help.
AbstractFactory
- 这是抽象工厂模式的源代码,是用java语言编写的-This is the abstract factory pattern of the source code, is language java
DuckDesign
- java 设计模式之抽象工厂模式例程 通过创建鸭子实例的来说抽象工厂模式的原理及应用-java design patterns of the abstract factory pattern routines
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
abstractfactory
- 用抽象工厂实现职工表格,产品表格,部门表格的建立。-Abstract factory workers with the realization of the form, the product form, the establishment of the sectoral tables.
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
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
abstractfactory
- java23中设计模式中,使用率很高的抽象工厂模式-java23 in design mode, the rate highly abstract factory pattern
Atividade_1
- Java implementation of abstract factory
abstractfactory
- abstract factory in java pattern
Abstract-Factory
- 某餐馆有三种主餐,分别是牛奶和汤匙、面包和刀、肉和叉子 ,其中牛奶、面包和肉都属于食物,汤匙、刀和叉子都属于餐具,请利用抽象工厂模式实现对主餐的创建。 -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 f
design
- 自己弄的一个PPT,介绍设计模式中的单例模式,简单工厂模式和抽象工厂模式,包含源码-Get yourself a PPT, introduced Singleton design pattern in the model, a simple abstract factory pattern and factory pattern, including source code
ATM
- 使用Java语言编写的,采用抽象工厂等模式编写的模拟ATM-Written using the abstract factory pattern simulation of ATM, etc.
Design_-pattern
- 在java学习过程中所编的一些简单设计模式的例子 有观察者,单例,原型,装饰者,迭代器,适配器,备忘录,状态,抽象工厂,桥接等模式-In the process of learning java, compiled by some simple examples of the observer design pattern, singleton, prototype, decorators, iterators, adapters, memos, status, Abstract Facto
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
Factory
- 某餐馆有三种主餐,分别是牛奶和汤匙、面包和刀、肉和叉子 ,其中牛奶、面包和肉都属于食物,汤匙、刀和叉子都属于餐具,请利用抽象工厂模式实现对主餐的创建。 -There are three main meals a restaurant, namely milk and spoon, bread and knife, fork and meat, of which milk, bread and meat are classified as food, spoon, knife and fork
Abstract-Factory
- 抽象工厂模式(Abstract Factory Pattern):提供一个创建一系列相关或相互依赖对象的接口,而无须指定它们具体的类。抽象工厂模式又称为Kit模式,属于对象创建型模式。-Abstract Factory Pattern: Provide an interface for creating families of related or dependent objects without specifying their concrete classes.
Factory
- 抽象工厂设计模式,源代码。需要的同学可以下载来(abstract factory the source code. Students need to be able to download)
AbstractFactory
- Abstract factory implementaction in Java