文件名称:ProtoType
- 所属分类:
- 控制台(字符窗口)编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-05-21
- 文件大小:
- 292kb
- 下载次数:
- 0次
- 提 供 者:
- 熊*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
用原型实例指定创建对象的种类,并且通过拷贝这些原型创建新的对象。
Prototype原型模式是一种创建型设计模式,Prototype模式允许一个对象再创建另外一个可定制的对象,根本无需知道任何如何创建的细节,工作原理是:通过将一个原型对象传给那个要发动创建的对象,这个要发动创建的对象通过请求原型对象拷贝它们自己来实施创建。-Designated to create the kinds of objects with a prototypical instance, and create new objects by copying the prototype. Prototype prototype model is a way to create a design, Prototype mode allows an object to create another custom object do not need to know any details of how to create a working principle is: the pass that is necessary to mobilize created by a prototype object object, and this is necessary to mobilize the objects created by the prototype object request copies of their own to implement create.
Prototype原型模式是一种创建型设计模式,Prototype模式允许一个对象再创建另外一个可定制的对象,根本无需知道任何如何创建的细节,工作原理是:通过将一个原型对象传给那个要发动创建的对象,这个要发动创建的对象通过请求原型对象拷贝它们自己来实施创建。-Designated to create the kinds of objects with a prototypical instance, and create new objects by copying the prototype. Prototype prototype model is a way to create a design, Prototype mode allows an object to create another custom object do not need to know any details of how to create a working principle is: the pass that is necessary to mobilize created by a prototype object object, and this is necessary to mobilize the objects created by the prototype object request copies of their own to implement create.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
原型模式\Debug\Protype.obj
........\.....\vc60.idb
........\.....\vc60.pdb
........\.....\原型模式.exe
........\.....\原型模式.ilk
........\.....\原型模式.pch
........\.....\原型模式.pdb
........\Protype.cpp
........\原型模式.dsp
........\原型模式.dsw
........\原型模式.ncb
........\原型模式.opt
........\原型模式.plg
........\Debug
原型模式