搜索资源列表
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
- 设计模式,使用c++实现抽象工厂设计模式的例子.
AbstractFactory
- C++的一种设计模式,创建对象的工厂方法的抽象基类,压缩包里还有采用doxygen和Graphviz得到的类开发文档
AbstractFactory
- 关于设计模式的代码-model for the design code
AbstractFactory
- 一个单纯的Abstract Factory 为你学习理解Abstract Factory模式提供例子
abstractfactory
- 设计模式中抽象工厂(abstractfactory)算法实现,用c++实现
AbstractFactory
- 设计模式之AbstractFactory,设计模式之AbstractFactory
designmodel
- 设计模式之AbstractFactory、Adapter、Bridge、Builder,你一看就明白!好形象-Design Model AbstractFactory, Adapter, Bridge, Builder, you see to understand! Good image
AbstractFactory
- 设计模式抽象工厂模式,希望对初学者有所帮助,一个很不错的小程序-Abstract factory pattern design patterns, and they hope to be helpful for beginners, a very good applet
AbstractFactory
- c# 编写的抽象工厂设计模式的实例 内容简单易懂-c# the preparation of the abstract factory design pattern examples of the content of easy-to-read
AbstractFactory
- 设计模式--抽象工厂模式实现多数据库连接-Design Patterns- Abstract Factory pattern to achieve multi-database connectivity
AbstractFactory
- 设计模式中的AbstractFactory模式的代码举例,对于学习设计模式的人来说有参考价值-Design patterns in code, for example AbstractFactory model for learning design patterns useful for
AbstractFactory
- Delphi实现的设计模式的工厂方法的封装类,通过工厂类实现对象的构造。-Delphi to achieve the factory method design pattern of the package type, through the realization of the object factory class structure.
AbstractFactory
- 设计模式中的抽象工厂用接口和抽象类实现了-The abstract factory design pattern to use interface and abstract class implements the
AbstractFactory
- 很好的一个抽象工场c++实例,可以帮助你学习抽象工厂-A good example of abstract factory c++ can help you learn the abstract factory
AbstractFactory
- 实现AbstractFactory这种软件设计模式-AbstractFactory Model
five
- 整个的下棋过程(无论对方是电脑抑或其他网络玩家)可以分为:己方落子、等待对方落子、对方落子、设置己方棋盘数据这一系列过程,因此一人游戏类、二人游戏类和棋盘类之间的关系参考了AbstractFactory(抽象工厂)模式,以实现对两个不同模块进行一般化的控制。-failed to translate
AbstractFactory
- AbstractFactory:提供一个创建一系列相关或相互依赖对象的接口,而无需指定他们的具体类-AbstractFactory: to provide an interface to create a series of related or dependent objects without specifying their concrete classes