CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - 抽象工厂

搜索资源列表

  1. Factory_rar

    0下载:
  2. 用java编写的工厂模式源代码,其中有简单工厂模式,工厂模式和抽象工厂模式-with java prepared by the factory model source code, a simple model factories, factory model and abstract factory pattern
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3113
    • 提供者:suyulan
  1. abstractfactory

    0下载:
  2. 该类是个java抽象工厂模式,希望对大家有所帮助。-java is such an abstract factory pattern, we want to help.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:13678
    • 提供者:leixiao
  1. GameDemo

    0下载:
  2. JAVA 工厂方法,抽象工厂的运用。 是很好的学习程序。 结合了WOW魔兽世界-JAVA factory methods, the use of abstract factories. Is a very good learning process. Combination of WOW World of Warcraft
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:49533
    • 提供者:孔元锋
  1. hao2008

    0下载:
  2. 系统概述: 志远信息管理系统 v2.0 本系统基于Java平台,采用设计模式:MVC(模型--视图--控制),基于接口与接口实现类,工厂模式和抽象工厂模式,单例模式,充分把系统解耦,采用的技术:Jsp+JavaBean+Struts+hibernate,数据库:MySQL Struts采用Struts 1.2 版本,MySQL采用MySQL5.0, hibernate采用hibernate3.1-志远信息管理系统 v2.0
  3. 所属分类:Java Develop

    • 发布日期:2017-05-26
    • 文件大小:9091016
    • 提供者:赖俊飞
  1. AbstractFactory

    0下载:
  2. 这是抽象工厂模式的源代码,是用java语言编写的-This is the abstract factory pattern of the source code, is language java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:15227
    • 提供者:云帆
  1. DuckDesign

    0下载:
  2. java 设计模式之抽象工厂模式例程 通过创建鸭子实例的来说抽象工厂模式的原理及应用-java design patterns of the abstract factory pattern routines
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:7286
    • 提供者:龙光
  1. DesignPattern

    0下载:
  2. 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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:61756
    • 提供者:sunhao
  1. abstractfactory

    0下载:
  2. 用抽象工厂实现职工表格,产品表格,部门表格的建立。-Abstract factory workers with the realization of the form, the product form, the establishment of the sectoral tables.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:45452
    • 提供者:liusha
  1. FactoryMethod

    0下载:
  2. 工厂模式有:简单工厂模式;工厂方法模式;抽象工厂模式。抽象的程度越来越强,给出了三种模式的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
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1442
    • 提供者:wu
  1. Code

    0下载:
  2. 本程序为用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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:1240
    • 提供者:李慧强
  1. abstractfactory

    0下载:
  2. java23中设计模式中,使用率很高的抽象工厂模式-java23 in design mode, the rate highly abstract factory pattern
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:3074
    • 提供者:高兴
  1. Abstract-Factory

    0下载:
  2. 某餐馆有三种主餐,分别是牛奶和汤匙、面包和刀、肉和叉子 ,其中牛奶、面包和肉都属于食物,汤匙、刀和叉子都属于餐具,请利用抽象工厂模式实现对主餐的创建。 -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
  3. 所属分类:Java Develop

    • 发布日期:2017-09-25
    • 文件大小:22528
    • 提供者:锡睿
  1. design

    0下载:
  2. 自己弄的一个PPT,介绍设计模式中的单例模式,简单工厂模式和抽象工厂模式,包含源码-Get yourself a PPT, introduced Singleton design pattern in the model, a simple abstract factory pattern and factory pattern, including source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1147806
    • 提供者:lizhurong
  1. ATM

    0下载:
  2. 使用Java语言编写的,采用抽象工厂等模式编写的模拟ATM-Written using the abstract factory pattern simulation of ATM, etc.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:33938
    • 提供者:麦当福
  1. Design_-pattern

    0下载:
  2. 在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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:37498
    • 提供者:wert
  1. AbstractFac

    0下载:
  2. java设计模式中抽象工厂模式的应用举例-abstract factory design pattern java application examples
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3946
    • 提供者:hyw
  1. Factory

    0下载:
  2. 某打印功能目前需要支持两种打印模式, 请用简单工厂模式和工厂方法模式分别实现该功能 ; 某餐馆有三种主餐,请利用抽象工厂模式实现对主餐的创建。-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
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:49578
    • 提供者:陈晨
  1. SimpleFactory

    0下载:
  2. 本源码是模拟设计模式中的简单工厂模式的,主要包括抽象工厂和抽象类等-The source is a simple analog design pattern factory pattern, including the abstract factory and abstract classes, etc.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1734
    • 提供者:小胖
  1. FactoryMethod

    0下载:
  2. 该源码是设计模式中模拟工厂方法的代码,主要包括抽象工厂类、抽象工厂子类等-The source code is the factory method design pattern in the simulation code, including the abstract factory class, subclass of the abstract factory, etc.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2805
    • 提供者:小胖
  1. Factory

    0下载:
  2. 某餐馆有三种主餐,分别是牛奶和汤匙、面包和刀、肉和叉子 ,其中牛奶、面包和肉都属于食物,汤匙、刀和叉子都属于餐具,请利用抽象工厂模式实现对主餐的创建。 -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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:51550
    • 提供者:鑫爱
« 12 3 »
搜珍网 www.dssz.com