搜索资源列表
guanlusheji
- 摘 要: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
JavaDesignPattern
- 详细解析java三种设计模式(简单工厂模式、工厂方法、抽象工厂)-Detailed analysis of three design patterns java (a simple factory pattern, factory method, abstract factory)
AbstractFactory
- 在设计模式中,创建型的抽象工厂模式,实例和相应的实例原代码-In the design mode, create a type of abstract factory pattern, examples and source code examples of the corresponding
UMLAndDesign
- 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.
c
- 工厂模式(静态工厂模式、工厂方法模式、抽象工厂模式)-Factory pattern (static factory pattern, factory method patterns, abstract factory pattern)
21840259AbstractFactory
- 软件设计模式之抽象工厂模式。 -Software design patterns of abstract factory pattern. Software design patterns of abstract factory pattern.
AbstractFactory
- 根据设计模式中的抽象工厂设计的一段示例代码-According to the abstract factory design pattern in a piece of code designed
Design-Pattern-Experiment
- 设计模式实验,包括:策略模式、观察者模式、装饰者模式、抽象工厂模式、单件模式、命令模式、适配器模式、外观模式,共8个。-Experimental design patterns, including: strategy pattern, observer pattern, the Decorator Pattern, the abstract factory pattern, the singleton pattern, command pattern, adapter pattern, app
Gang-of-Four-Design-Patterns-4.0
- 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.
New-Folder-(2)
- uml patterenz, like singleton factory method abstract factory
javaDesignMoudle
- 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
Design-patterns
- 设计模式:抽象工厂模式 单例模式 工厂方法模式 简单工厂模式 生成器模式 原型模式- Design patterns: the abstract factory pattern singleton factory method pattern of simple factory pattern generator model prototype model
Abstract-Factory
- Abstract Factory pattern Creating families of related or dependent objects without specifying their concrete classes.
humorous-design-mode
- 这是一本关于设计模式的电子书(幽默设计模式),值得学习。 1、策略模式 2、代理模式 3、单例模式 4、多例模式 5、工厂方法模式 6、抽象工厂模式 7、门面模式 8、适配器模式 9、模板方法模式 10、建造者模式 11、桥梁模式 12、命令模式 13、装饰模式 14、迭代模式 15、组合模式 16、观察者模式 17、责任链模式 18、访问者模式 19、状态模式 20、原型模式 21、中介者模式 22、解释器
factory
- java常用设计模式PPT,抽象工厂设计模式-Java commonly used design patterns PPT, abstract factory design pattern
C# 23种设计模式.pdf
- C# 23种设计模式 常用的设计模式包括: Abstract Factory 模式(抽象工厂) Adapter 模式(适配器) Composite 模式(组合) Decorator 模式(装饰) Factory 模式(工厂方法) Observer 模式(观察者) Strategy 模式(策略) Template 模式(模板方法)(C# 23 design patterns)