搜索资源列表
ComArchive_demo.zip
- 使用CArchive存储和读取程序里的Com对象
MFileSpeed
- 本程序对三种操作数据文件的方法进行测试,MFC的CArchive、STL的流和文件映射的CreateFileMapping,经过比较发现对数据文件的载入和存储速度,都是MFC>映射>STL,可见MFC的CArchive是进行数据文件操作的最佳选择!-procedures for the operation of the three data files, the method for testing the CArchive MFC, STL flow and document ma
CArchive类操作
- CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。-CArchive category of documents to operate. MFC provides the framework document and open the new functions within the Implementation Mechanism.
CDocumentCode
- 使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删出文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用-use CArchive category of documents to operate. MFC provides the framework document and open the new
CArchive
- 使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删出文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。-use CArchive category of documents to operate. MFC provides the framework document and open the ne
Lesson13Code
- 使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删出文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。-use CArchive category of documents for the operation. MFC framework of the procedures and document
VC6_CArchive
- VC6.0关于串行化的设计,使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删出文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。-VC6.0 on the design, use CArchive category of documents for the operation. MFC frame
StreamBuf
- 用到内存的序列化和反序列化,与CArchive的区别在于是内存中的,而且可以不分配内存只进行数据量的统计-memory used and the sequence of anti-sequence, and the distinction between CArchive So memory, and can not allocate memory for data only statistics
Code
- 使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删除文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。-use CArchive category of documents for the operation. MFC framework of the procedures and document
Archive
- 一个WTL可用的Archive类,功能基本等效于MFC的CArchive类。
Graphic
- 使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删除文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。
BinaryEdit
- 用VC写的一个小程式。主要学会 1.流的使用CArchive &ar << string 2.Doc 与 View的关系 3.文本的输出pDc->DrawText(...) 4.文本光标 SetCaretPos(point) ShowCaret() HideCaret() 5.滚动视图类CSrollView, 设置滚动范围SetScrollSizes(MM_TEXT, szRange)
SaveEditValue
- 使用CFile和CArchive来存储与加载变量(没有使用序列化Serialize)!Enjoy it!谢谢~
ComArchive_demo
- 使用CArchive存储和读取程序里的Com对象 -Using CArchive to store and read com object in application
MyOKGraphic
- 本程序演示使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删出文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。-demonstration of the procedure used CArchive category of documents to operate. MFC provides t
lesson13
- 使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删出文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。-CArchive category of documents used to operate. MFC framework document to provide a new and open t
TestArchive
- 4.CArchive 创建时要指定一个CFile对象和一个操作模式(这个模式必须要和CFile的模式一致)-4.CArchive created to specify a CFile object and an operation mode (this mode must be consistent and CFile model)
VC-internat
- 本文主要讲解以下内容 (1)CAsyncSocket类编程模式。 (2)CSocket类编程模式。 (3)CSocketFile类和CArchive类简介。 通过学习,可以掌握CAsyncSocket类和CSocket类的编程模式,了解CSocketFile类和 CArchive类。CAsyncSocket类逐个封装了Winsock函数,以前介绍过的Winsock函数在CAsyncSocket类 的成员函数中都可以找到它们对应的函数
CArchive
- VC++使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。 -VC++ CArchive class to manipulate files. The MFC framework provides the File New to open the function of the internal implementation mechanism.
CArchive
- VC++使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。 -VC++ CArchive class to manipulate files. The MFC framework provides the File New to open the function of the internal implementation mechanism.