串行化(Serialization)示范例子

时间:2007-08-15 17:46:40
【文件属性】:

文件名称:串行化(Serialization)示范例子

文件大小:38KB

文件格式:RAR

更新时间:2007-08-15 17:46:40

综合系统类

串行化是微软提供的用于对对象进行文件I/O的一种机制,该机制在框架(Frame)/文档(Document)/视图(View) 模式中得到了很好的应用。很多人对什么是串行化、怎么使对象具有串行化能力和如何使用串行化功能等问题都 不甚明了。本文试图对串行化做一个简单的解释。


【文件预览】:
代码中国.url
说明.htm
代码中国.txt
串行化(Serialization)示范例子
----RectProperty.cpp(1KB)
----tsView.cpp(14KB)
----Resource.h(1KB)
----LineProperty.h(1KB)
----res()
--------ts.ico(1KB)
--------Toolbar.bmp(1KB)
--------ts.rc2(394B)
--------tsDoc.ico(1KB)
----RectProperty.h(1KB)
----tsDoc.cpp(5KB)
----TriangleProperty.h(1KB)
----Ellipse.cpp(2KB)
----Line.h(857B)
----Picture.cpp(940B)
----ts.clw(5KB)
----ts.h(1KB)
----Picture.h(987B)
----ts.dsw(527B)
----ts.dsp(6KB)
----Rectangle.cpp(2KB)
----TriangleProperty.cpp(1KB)
----EllipseProperty.cpp(1KB)
----tsView.h(3KB)
----tsDoc.h(2KB)
----Triangle.cpp(3KB)
----StdAfx.cpp(204B)
----MainFrm.cpp(2KB)
----Ellipse.h(886B)
----MainFrm.h(2KB)
----Line.cpp(2KB)
----StdAfx.h(1KB)
----EllipseProperty.h(1KB)
----Triangle.h(951B)
----Rectangle.h(955B)
----ts.rc(16KB)
----LineProperty.cpp(1KB)
----ts.cpp(4KB)
----ReadMe.txt(4KB)

网友评论

  • 有帮助,还要仔细学习