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

搜索资源列表

  1. 用标准模板库STL实现文件比较

    2下载:
  2. 用标准模板库STL实现文件比较. 本文讨论如何使用标准模板库(STL),类模板和函数模板,以及其它编程技术来解决实际问题。本文涉及到STL包含的集合和向量,函数模板,类模板,常量检验,出错处理和使用STL的文件I/O。 要阅读本文,你要熟悉C++,熟悉类模板和函数模板。本文汇集了大量有关的信息,指引你逐步阅读。 本文用提问,设计和解决方案引导阅读。希望你能喜欢。 -Standard Template Library STL files comparison. This pa
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:5082
    • 提供者:海贵
  1. ConfigRead

    0下载:
  2. 一个通用的配置文件解析读取的封装的类,标准c++编写,很稳定,多平台多系统使用。-a common configuration file to read the analysis of the Packaging category, the standard c prepared, very stable, multi-platform multi-system use.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1938
    • 提供者:liuxinyi
  1. tinyxml

    0下载:
  2. timyXML是一个简单的xml解析工具,当然,你的xml必需是标准的。 TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs.In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modifie
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:250173
    • 提供者:maoyang
  1. FileMapping(csharp)

    1下载:
  2. 在C#中使内存映射文件方式进行文件读写, 文件读写功能由一个C++写的DLL提供. 附件内含有完整的DLL工程和C#调用工程.-In the C# Make the memory-mapped files of papers to read and write, file read and write function by a C++ Provide written DLL. Annex DLL contains a complete engineering and C# Call works
  3. 所属分类:File Operate

    • 发布日期:2017-03-21
    • 文件大小:39302
    • 提供者:张鲁夺
  1. FileOperation

    0下载:
  2. 1)实现C++对CSV文件的读取 2)根据CSV设置好的处理命令执行本地文件的处理命令集合-1) implementation of C++ to read CSV file 2) According to the CSV set a good deal with the processing of the command to execute local files command collection
  3. 所属分类:File Operate

    • 发布日期:2017-11-01
    • 文件大小:82458
    • 提供者:健康蔬菜
  1. word_operate

    0下载:
  2. 自动找到指定目录下的所有rtf格式文件,并将其找到的所有rtf格式文件内容合成一个rtf格式的文件存储起来。好处是将前几年记录的日志合成一个大文件阅读笔记方便。请在E盘下建一个文件夹word_test,放入多少个rtf格式文件都行,然后执行本程序,在菜单中点击位于最后的word_op按钮,程序将找到word_test目录下所有rtf格式文件,读取内容,然后存储到C:\Hello1.rtf.你就可以看这一个文件内容回顾你几年内记录的日记了。-Automatically find the speci
  3. 所属分类:File Operate

    • 发布日期:2017-05-10
    • 文件大小:2305917
    • 提供者:Julie
  1. cmostofile

    0下载:
  2. /* 读取计算机硬件CMOS信息,保存到文本文件和二进制文件中 */ /* 用 Turbo C2.0 把cmosttxt.c编译成cmosttxt.exe程序,单独执行或经VB、C++、C#程序调用后, 会生成和更新包含本机CMOS信息的文本文件cmostxt.txt和二进制文件cmosdat.dat*/-/* Read CMOS computer hardware information, saved to a text file and binary file*//* compile
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:8378
    • 提供者:luozizon
  1. file-read-write_C-Language

    0下载:
  2. 对常用的文件读写做了小结,不清楚的朋友可以看看,还是不错的幺-Read and write files on the common with a summary, do not know friends can see, is good unitary
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:2504
    • 提供者:刘庆
  1. TextMerge

    0下载:
  2. 用C++ Builder写的一个文本文件分割和合并工具,原先是用来将文本小说放到手机用的,可以根据自己需要将文件分割成任意大小,或者将多个文件合并成一个文件。然后可以通过工具做成Jar格式的电子书放到手机中阅读。-Using C++ Builder to write a text file split and merge tools, original text of the novel is used to put in mobile phone use, according to his n
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:6847
    • 提供者:宋伟民
  1. TCHMReader

    0下载:
  2. CHM文件阅读源码,提供了C++的完整解决方案-CHM file to read source code, C++ provides a complete solution
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:110139
    • 提供者:wangxin
  1. ReadFile

    0下载:
  2. 用于演示从文件中读取一行数据,然后多文件中读取指定的数据 例如: 文本中内容为 C:\WINDOWS\system32\kernel32.dll 取出此行中 kernel32 <模块名> 并以文件方式输出-Used to demonstrate a row of data read from the file, and then reads the specified multi-file data such as: the text content
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:33351
    • 提供者:华少
  1. 1

    0下载:
  2. c语言中bmp的读写,从一个文件读入到另一个文件-bmp c language read and write, read from a file to another file
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:1463
    • 提供者:sdfsdf
  1. Read-All-Files-Once-CPP

    0下载:
  2. 使用Visual C++编写的一个一次性读取指定文件夹下的所有文件的函数,附带例程源码,还可以指定文件的格式。-Written using Visual C++ a one-time read all the files in a specified folder function comes with source code routines, you can also specify the file format.
  3. 所属分类:File Operate

    • 发布日期:2017-11-01
    • 文件大小:3771974
    • 提供者:张元科
  1. CPP-XML

    1下载:
  2. c++读取xml文件的一个类。基本包括了所有的xml操作读取。比较实用-c++ read xml file a class. Basic operation includes all xml read. More practical
  3. 所属分类:File Operate

    • 发布日期:2014-12-07
    • 文件大小:876544
    • 提供者:shuangli
  1. Word-count

    0下载:
  2. 读取一个文件中单词出现的次数,通过C++的标准库STL的使用以及文件的操作,实现其功能-Read out the number of word used in a file
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:3020
    • 提供者:
  1. score-management

    0下载:
  2. 实现简单的学生成绩管理的C程序,可排序、存储、读取文件、搜索某学生成绩等-Simple student achievement management of C program, you can sort, store, read the file, search for a student performance, etc.
  3. 所属分类:File Operate

    • 发布日期:2017-04-26
    • 文件大小:207306
    • 提供者:denghua
  1. yuyinlangdu

    0下载:
  2. 用C语言简单的实现了朗读文本文件的功能,调用了windows系统地语音库,程序可以识别中文,自动将中文符号去除,以免朗读出现问题-Simple implementation of the function to read a text file with the C language, the windows system calls to voice library, the program can recognize Chinese, Chinese symbol automatically
  3. 所属分类:File Operate

    • 发布日期:2017-04-12
    • 文件大小:1038
    • 提供者:惊觉
  1. BTreeNode

    0下载:
  2. 自己实现的一个从文件读取数据权重 并且以广义表输出的哈夫曼C语言实现-A realization of their own weight data read the file and C language Huffman table output to achieve broad
  3. 所属分类:File Operate

    • 发布日期:2017-04-30
    • 文件大小:270806
    • 提供者:晴朗
  1. cPP-Import-data-from-a-txt-file

    0下载:
  2. c++从txt文件中实现逐行读取数值,并将数据赋给一个数组-C++implementation TXT file read line by line number, and the data is assigned to an array
  3. 所属分类:File Operate

    • 发布日期:2017-04-12
    • 文件大小:513
    • 提供者:meng
  1. CJPLVG

    0下载:
  2. 这是一个objective C的 program主要用来读文件,-This is an objective C program is used to read a file,
  3. 所属分类:File Operate

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