搜索资源列表
AbstractFactory-Duck
- 这是有关设计模式中,对抽象工厂模式的简单应用.用C#写的.-This is the design model, the abstract factory pattern to a simple application. C# writes.
MyAbstractFactory
- 这个小程序是我们上课时做的,主要是针对设计模式中Abstractfactory这个创建型模式,例子是迷宫问题-this small program is that we do in class is targeted mainly at the design model to create this type Abstractfactory model example is the issue of the maze
C-AbstractFactory
- 俺学习C#时,自己搞的抽象工厂摸式,里面有各种相关内容前面……绝对针对初学者-I learn C#, to develop its own abstract factory mode, which has all sorts of content in front ... against absolute beginners
abstractfactory
- 该类是个java抽象工厂模式,希望对大家有所帮助。-java is such an abstract factory pattern, we want to help.
AbstractFactory
- 设计模式,使用c++实现抽象工厂设计模式的例子.
AbstractFactory
- C++的一种设计模式,创建对象的工厂方法的抽象基类,压缩包里还有采用doxygen和Graphviz得到的类开发文档
AbstractFactory
- 关于设计模式的代码-model for the design code
AbstractFactory
- 一个单纯的Abstract Factory 为你学习理解Abstract Factory模式提供例子
abstractfactory
- 设计模式中抽象工厂(abstractfactory)算法实现,用c++实现
AbstractFactory
- 这是一个关于设计模式的源码,是其中的抽象工厂模式
AbstractFactory
- 设计模式之AbstractFactory,设计模式之AbstractFactory
designmodel
- 设计模式之AbstractFactory、Adapter、Bridge、Builder,你一看就明白!好形象-Design Model AbstractFactory, Adapter, Bridge, Builder, you see to understand! Good image
AbstractFactory
- C#设计模式随书源码-AbstractFactory模式实例程序-C# Design pattern book with examples of source-AbstractFactory mode procedures
AbstractFactory
- 设计模式抽象工厂模式,希望对初学者有所帮助,一个很不错的小程序-Abstract factory pattern design patterns, and they hope to be helpful for beginners, a very good applet
AbstractFactory
- 设计模式for c++ abstractfactory-Design Patterns for c++ Abstractfactory
AbstractFactory
- 设计模式中的AbstractFactory模式的代码举例,对于学习设计模式的人来说有参考价值-Design patterns in code, for example AbstractFactory model for learning design patterns useful for
AbstractFactory
- 实现AbstractFactory这种软件设计模式-AbstractFactory Model
AbstractFactory
- AbstractFactory:提供一个创建一系列相关或相互依赖对象的接口,而无需指定他们的具体类-AbstractFactory: to provide an interface to create a series of related or dependent objects without specifying their concrete classes
AbstractFactory
- 设计模式之AbstractFactory源代码-Design Patterns AbstractFactory source code
AbstractFactory
- Abstract factory implementaction in Java