CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CStdioFile

搜索资源列表

  1. inifile_WR

    0下载:
  2. 一个读写ini文件的class,用CStdioFile类实现对文件的读写操作-a document literacy ini class, with the realization CStdioFile class and write papers
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:14.27kb
    • 提供者:zhu
  1. CStdioFilereadfile

    0下载:
  2. VC中用CStdioFile读写文件的方法 完整的源码,希望哟所帮助-VC CStdioFile literacy document integrity of the source code, which help yo
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:236.15kb
    • 提供者:鱼鱼
  1. fileFindAndReplace

    0下载:
  2. 主要功能:用于实现文本文件的查找与替换,用VC编写,用到类CStdioFile -main functions : to make the full text of the document search and replace, with VC preparation, use category CStdioFile
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:38.91kb
    • 提供者:11
  1. vcFileIO

    1下载:
  2. 内容摘要: 1. 使用CFile类进行文件读写、删除、改名及访问文件属性 2. 使用CStdioFile类操作文本文件 3.  使用CFileFind类查找文件 4.了解windows API的文件操作 文件中含有文件操作课件说明及具体实例源码,适用于较初学VC人员.-Abstract : 1. CFile use category for document literacy, delete, accessing files and renamed attribut
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:69.01kb
    • 提供者:mypudn
  1. vc21487899244

    0下载:
  2. 主要源码: void CFDlg::OnChangeEdit1() { UpdateData() m_strExt.MakeUpper() m_list.ResetContent() if(m_strExt.GetLength()==0) return CStdioFile sf if(sf.Open(\"FileExt.txt\",Cfile::modeRead)) { CString strTe
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:40.6kb
    • 提供者:HUGH RENNY
  1. StdioFileTest_Demo_Project

    0下载:
  2. 一个读写文件的程序,一个方便使用的类,自定义派生cstdiofile
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:22.03kb
    • 提供者:罗诚
  1. MyStdioFile

    0下载:
  2. 用CStdioFile读写文件,实现文件的串行化操作
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:38.07kb
    • 提供者:ming
  1. StdioFileDemo 使用CStdioFile实现在txt文件中逐行读写数据

    1下载:
  2. 使用CStdioFile实现在txt文件中逐行读写数据,使用VC的源代码,大家可以参考!- Use the CStdioFile read and write data in txt file line by line, using the source code of VC, we can refer to
  3. 所属分类:Windows编程

    • 发布日期:2017-04-09
    • 文件大小:1.78mb
    • 提供者:fabhii
  1. CStdioFile

    0下载:
  2. MFC基于CStdioFile的文件读写-MFC-based reading and writing files CStdioFile
  3. 所属分类:Other systems

    • 发布日期:2017-05-25
    • 文件大小:7.88mb
    • 提供者:郭枫
  1. rw

    0下载:
  2. VC中用CStdioFile读写文件的方法 完整的源码如附件中所示-VC read and write files using the method CStdioFile complete source code as shown in the annex to
  3. 所属分类:Editor

    • 发布日期:2017-04-01
    • 文件大小:236.15kb
    • 提供者:风信子
  1. CFileAndCStdioFile

    0下载:
  2. CFile和CStdioFile的文件读写使用方法-CFile and CStdioFile the use of documents to read and write
  3. 所属分类:File Operate

    • 发布日期:2017-04-09
    • 文件大小:1.13kb
    • 提供者:viviChow
  1. wutext

    0下载:
  2. VC写的读写UNICODE文件示例,使用CStdioFile的继承类来实现的-VC written documents to read and write UNICODE example, the use of inheritance CStdioFile category achieved
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:29.38kb
    • 提供者:天隼
  1. CStdioFile

    0下载:
  2. 用标准C++实现CStdioFile的部分功能-Using standard C++ implementation of some functions CStdioFile
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:1.07kb
    • 提供者:邵彬
  1. OrderReadFile

    0下载:
  2. 主要通过CStdioFile类的ReadString方法实现,用于一次读取文本文件的一行-Mainly through CStdioFile method ReadString category for the first line to read a text file
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1.79mb
    • 提供者:张国辉
  1. ReadWheiteFile

    0下载:
  2. ReadWheiteFile.RAR是用于处理在文本文件内的每行前面增加一字串用。 笔者在VC++开发时做帮助文件时,生成的.hm文件的每行,需在每行前加#define这一字串,而做的小程序。 当然也可以手工用notepad来增加,但用程序处理更便于批处理。 该程序用了CStdioFile类,用了vector容器。可以进一步继续修改成其它应用。-ReadWheiteFile.RAR is used to increase a string in front of each line
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:27.8kb
    • 提供者:hzw
  1. BibleSearch

    0下载:
  2. 个人学习单视图窗口分割时,做的一个小工具,功能是可以查阅、搜索《圣经》,之所以使用圣经,是因为它都是一节一节的,易于表达搜索结果,就用它来学习了。里面用到的东西有CTreeView、CHtmlView、还有我自己写的一个类型(AQGFile,派生与CObject仿照CStdioFile,用于一行行地读取资源文件中的“txt”文件)。之中还有许多我在网上找到的东西(如:不用Navigate直接操作CHtmlView的显示内容、TreeView的checkbox操作、获取资源库中的数据、多个view
  3. 所属分类:TreeView

    • 发布日期:2017-06-20
    • 文件大小:30.83mb
    • 提供者:TwilightSun
  1. paint-ADxieru

    0下载:
  2. 通过接收数据画图,CStdioFile CRect-Receive data through the drawing, CStdioFile CRect
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-20
    • 文件大小:5.43mb
    • 提供者:金力
  1. the-use-of-CStdiofile

    0下载:
  2. 详细讲述了CStdiofile读取数据,以及模拟读取类似扫描机传回的数据-A detailed account of the CStdiofile to read the data, as well as an analog read data from similar scanner
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:3.44kb
    • 提供者:王俊
  1. CStdioFile

    0下载:
  2. CStdioFile类的基本文件编程,适合初学者.-CStdioFile basic programming, suitable for beginners
  3. 所属分类:File Operate

    • 发布日期:2017-06-11
    • 文件大小:17.37mb
    • 提供者:郭长兰
  1. MFC-CStdioFile

    0下载:
  2. 主要介绍MFC的文件操作内容,主要使用CFile,CStdioFile等方法,详细的文档说明。-File operations mainly introduces MFC, the main use CFile, CStdioFile methods, detailed documentation.
  3. 所属分类:File Operate

    • 发布日期:2017-04-30
    • 文件大小:34.66kb
    • 提供者:
« 12 »
搜珍网 www.dssz.com