CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - mfc open

搜索资源列表

  1. fstreamsrc

    0下载:
  2. 《使用 <fstream> 类进行文件的 I/O 处理》 传统的文件 I/O 库如 Unix 的 <io.h> 和 <stdio.h> ,由于其程序接口的原因,在很大程度上强制程序员进行某些处理,缺乏类型安全和国际化支持。C++ 的 <fstream> 库则在文件的 I/O 方面提供了一个增强的、面向对象的、具有国际化意识的库。该程序介绍如何使用这个库进行文件的 I/O 处理并利用它来编写易于跨平台的代码。 大多数 C++ 程序员都熟悉不止
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:897.87kb
    • 提供者:wwwwppp
  1. VC6_CArchive

    0下载:
  2. VC6.0关于串行化的设计,使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删出文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。-VC6.0 on the design, use CArchive category of documents for the operation. MFC frame
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:89.26kb
    • 提供者:常攀峰
  1. NewDoc

    0下载:
  2. The sample demonstrate how to open new document quickly , The demo is from <<MFC anwser book>>-The sample demonstrate how to open new docu ment quickly, The demo is from
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:23.47kb
    • 提供者:曾晖
  1. NoStartDoc

    0下载:
  2. The sample demonstrate how to open different document alternatively , The demo is from <<MFC anwser book>>-The sample demonstrate how to open differe nt document alternatively, The demo is from
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:22.95kb
    • 提供者:曾晖
  1. 文件属性获取

    0下载:
  2. 该程序是基于对话筐的MFC应用程序,主要是将了在不打开文件的情况下在窗体中显示文件的属性-that the procedure was based on dialogue basket MFC applications, mainly to the open files in the case of the form shown in the document properties
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:46.71kb
    • 提供者:杨文豪
  1. OpenFile

    0下载:
  2. 使用VC++中的MFC寫的開檔程式,可開啟.txt檔,並可修改開啟其他類型之檔案。-Use MFC VC++ in the open file to write programs that can be opened. Txt file, and can be modified to open other types of files.
  3. 所属分类:File Operate

    • 发布日期:2017-05-26
    • 文件大小:8.62mb
    • 提供者:QQTT
  1. MyOKGraphic

    0下载:
  2. 本程序演示使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删出文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。-demonstration of the procedure used CArchive category of documents to operate. MFC provides t
  3. 所属分类:File Operate

    • 发布日期:2017-11-28
    • 文件大小:89.06kb
    • 提供者:qiyunping
  1. ClangOPfile

    0下载:
  2. vc6下操作文件的例子。本例使用的是mfc和c语言的操作文件方法相结合。包括写文件和读文件,以及选择保存文件路径和打开文件路径。-operating under vc6 file example. This example uses the mfc and c language file method combined operations. Including written documents and read the file, and choose to save the file pa
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:11.47kb
    • 提供者:立方
  1. Openfile_and_Savefile

    0下载:
  2. 使用VC++之MFC編撰,一個簡易的開檔並另存新檔之程式,以txt檔為主,可自行修改使用其他副檔名。-Use the MFC VC++ compilation, a simple open file and Save the program to txt file-based, free to modify the use of other extensions.
  3. 所属分类:File Operate

    • 发布日期:2017-05-27
    • 文件大小:9.46mb
    • 提供者:QQTT
  1. File

    0下载:
  2. 利用mfc的文件库处理文件。包括打开文件,读文件,写文件等。-Processing using document library mfc file. Including open files, read files, write files.
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:3.53mb
    • 提供者:haowen
  1. Console_Module

    0下载:
  2. MFC 延伸模式的 DLL 以 LGPL 發佈,可以在 MFC 的視窗中額外開啟一個 Console Window 用來顯示執行資訊,可以自由將 Console Window 隱藏起來,顯示資訊將根據輸出的位置寫入 log or error 的紀錄文件中. 整體採用模塊式開發使用簡單,是視窗程式在 Bug 排除上的好幫手-MFC extension DLL to LGPL release mode, the window in the MFC additional open a Consol
  3. 所属分类:File Operate

    • 发布日期:2017-05-16
    • 文件大小:4.28mb
    • 提供者:YenShihHung
  1. u

    0下载:
  2. 打开结构化储存的源码,用mfc写就,但不能提取stream-sources to open docfile (structured storage),written in mfc
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:27.74kb
    • 提供者:reg621
  1. Open_Word

    0下载:
  2. 在MFC环境下操作WORD -In mfc open word
  3. 所属分类:File Operate

    • 发布日期:2017-05-10
    • 文件大小:2.03mb
    • 提供者:dssss
  1. File-Management-System

    0下载:
  2. 本程序采用Visual C++作为开发工具,参照了Windows资源管理器的结构,模拟文件管理的工作过程来创建一个文件系统。实现了树形和列表显示文件,创建文件、文件夹,对文件的打开,读写,删除,关闭,剪切,复制,粘贴,重命名,刷新,查看,及属性设置能够删除文件或文件夹。采用VC的MFC来开发程序,全部操作均为可视化,实现了不需要敲命令用鼠标就能实现对文件的各种操作,具有友好的图形界面。-The file system is based on Windows window for referenc
  3. 所属分类:File Operate

    • 发布日期:2017-05-16
    • 文件大小:3.95mb
    • 提供者:longer
  1. CArchive

    0下载:
  2. 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.
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:30.68kb
    • 提供者:蝈蝈
  1. CArchive

    0下载:
  2.  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.
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:34.32kb
    • 提供者:caopei
  1. MruFileTest

    0下载:
  2. VC++的MFC对最近文件进行了包装,它使用户无需编写任何代码就可实现最近文件菜单。但这种方法也有缺陷:    ①用户程序必须使用文档、视图结构,只能利用它提供的文档打开和保存文件,如果你使用自己编写的函数打开和保存文件,绕过了它的文档,则最近文件将无法使用。    ②这种最近文件保存在注册表中,不易清除,容易形成注册表中垃圾,也没有提供用户清除最近文件的权利,不利于用户隐私的保护。    用ini文件实现最近文件可以解决上述问题,而且用编程控制MRU更灵活,可以提供更多功能-
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:49.97kb
    • 提供者:cnheike
  1. thqta

    0下载:
  2. CArchive类对文件进行操作,MFC框架程序提供的文件新建与打开功能内部的实现机制-CArchive class to a file, the file and open the new functionality provided by the MFC framework program internal implementation mechanism
  3. 所属分类:File Operate

    • 发布日期:2017-12-16
    • 文件大小:9kb
    • 提供者:deaanfa
搜珍网 www.dssz.com