CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - Abstract Factory

搜索资源列表

  1. guanlusheji

    0下载:
  2. 摘 要:CADDS5是美国PIC公司在UNIX操作系统支持下的计算机辅助设计与绘图系统软件。文章主要介绍了如何应用CADDS5二次开发手段进行管道路综合布置辅助设计,是工厂产品三维设计又一新的突破点,为工厂的三维设计增加新的亮点。 -Abstract : CADDS5 PIC of the United States in support of the UNIX operating system of computer-aided design and drawing software sy
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:232.87kb
    • 提供者:嵇辉辉
  1. JavaDesignPattern

    0下载:
  2. 详细解析java三种设计模式(简单工厂模式、工厂方法、抽象工厂)-Detailed analysis of three design patterns java (a simple factory pattern, factory method, abstract factory)
  3. 所属分类:software engineering

    • 发布日期:2017-05-20
    • 文件大小:5.5mb
    • 提供者:梁树彬
  1. AbstractFactory

    0下载:
  2. 在设计模式中,创建型的抽象工厂模式,实例和相应的实例原代码-In the design mode, create a type of abstract factory pattern, examples and source code examples of the corresponding
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:15.36kb
    • 提供者:simonw
  1. UMLAndDesign

    0下载:
  2. UML与设计模式 包含Facade设计模式、Abstract Factory设计模式、Visitor设计模式结合Rose使用设计模式。-UML and design patterns with Facade design pattern, Abstract Factory design pattern, Visitor design pattern with the use of design patterns Rose.
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:380.96kb
    • 提供者:陈志杰
  1. c

    0下载:
  2. 工厂模式(静态工厂模式、工厂方法模式、抽象工厂模式)-Factory pattern (static factory pattern, factory method patterns, abstract factory pattern)
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:773.12kb
    • 提供者:张宪宇
  1. 21840259AbstractFactory

    0下载:
  2. 软件设计模式之抽象工厂模式。 -Software design patterns of abstract factory pattern. Software design patterns of abstract factory pattern.
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:41.22kb
    • 提供者:kingwu
  1. AbstractFactory

    0下载:
  2. 根据设计模式中的抽象工厂设计的一段示例代码-According to the abstract factory design pattern in a piece of code designed
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:595.25kb
    • 提供者:毕玉琦
  1. Design-Pattern-Experiment

    0下载:
  2. 设计模式实验,包括:策略模式、观察者模式、装饰者模式、抽象工厂模式、单件模式、命令模式、适配器模式、外观模式,共8个。-Experimental design patterns, including: strategy pattern, observer pattern, the Decorator Pattern, the abstract factory pattern, the singleton pattern, command pattern, adapter pattern, app
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1.66mb
    • 提供者:李明
  1. Gang-of-Four-Design-Patterns-4.0

    0下载:
  2. This book contains detailed information and examples (classes and code) of design patterns described in Design Patterns book, including Singleton, Abstract Factory, and so on.
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:658.29kb
    • 提供者:JuanDeDios
  1. New-Folder-(2)

    0下载:
  2. uml patterenz, like singleton factory method abstract factory
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:181.48kb
    • 提供者:dae
  1. javaDesignMoudle

    0下载:
  2. Java中23种设计模式及举例详解 目录 1. 设计模式 3 1.1 创建型模式 4 1.1.1 工厂方法 4 1.1.2 抽象工厂 6 1.1.3 建造者模式 10 1.1.4 单态模式 13 1.1.5 原型模式 15 1.2 结构型模式 17 .... -Java, 23 kinds of design patterns and examples Detailed Table of Contents 1. Design pattern creat
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:32.44kb
    • 提供者:song
  1. Design-patterns

    0下载:
  2. 设计模式:抽象工厂模式 单例模式 工厂方法模式 简单工厂模式 生成器模式 原型模式- Design patterns: the abstract factory pattern singleton factory method pattern of simple factory pattern generator model prototype model
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1.87mb
    • 提供者:陈彬
  1. Abstract-Factory

    0下载:
  2. Abstract Factory pattern Creating families of related or dependent objects without specifying their concrete classes.
  3. 所属分类:Project Design

    • 发布日期:2017-03-27
    • 文件大小:51.76kb
    • 提供者:nikn85
  1. humorous-design-mode

    0下载:
  2. 这是一本关于设计模式的电子书(幽默设计模式),值得学习。 1、策略模式 2、代理模式 3、单例模式 4、多例模式 5、工厂方法模式 6、抽象工厂模式 7、门面模式 8、适配器模式 9、模板方法模式 10、建造者模式 11、桥梁模式 12、命令模式 13、装饰模式 14、迭代模式 15、组合模式 16、观察者模式 17、责任链模式 18、访问者模式 19、状态模式 20、原型模式 21、中介者模式 22、解释器
  3. 所属分类:Project Design

    • 发布日期:2017-05-08
    • 文件大小:1.61mb
    • 提供者:陈盛乾
  1. factory

    0下载:
  2. java常用设计模式PPT,抽象工厂设计模式-Java commonly used design patterns PPT, abstract factory design pattern
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:42.07kb
    • 提供者:王曼丽
  1. C# 23种设计模式.pdf

    0下载:
  2. C# 23种设计模式 常用的设计模式包括: Abstract Factory 模式(抽象工厂) Adapter 模式(适配器) Composite 模式(组合) Decorator 模式(装饰) Factory 模式(工厂方法) Observer 模式(观察者) Strategy 模式(策略) Template 模式(模板方法)(C# 23 design patterns)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-26
    • 文件大小:4.22mb
    • 提供者:南城影
搜珍网 www.dssz.com