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

搜索资源列表

  1. CPP-file-operation

    0下载:
  2. C++文件操作,包括文件打开 文件读取 文件写入 文件定位等-C++ file operations, including files written to the file open the file read the file positioning
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:24.38kb
    • 提供者:金鱼
  1. file-reading

    0下载:
  2. c实现的文件读写。数据源不断产生数据,能够实现对其不断的写入。包含设计文档!-c to achieve the file read and write. Data sources continue to generate data, to achieve its write. Contains design documents! Has been validated in dev c++
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:12.09kb
    • 提供者:kongyameng
  1. file

    0下载:
  2. 在vc下,经常要读写文件,有些类好用但有限制,比如CFile用于mfc,这个代码不受任何限制-In vc, the often have to read and write documents, and some easy to use but restricted category, such as CFile for mfc, this code without any restrictions
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:16.16kb
    • 提供者:luo hao
  1. dnl4451

    0下载:
  2. *.Sat file format for read/writen ACIS files
  3. 所属分类:File Operate

    • 发布日期:2017-05-03
    • 文件大小:774.03kb
    • 提供者:serj
  1. RWExcel

    0下载:
  2. vc++ excel file read/write sample
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:49.95kb
    • 提供者:zhu
  1. File

    0下载:
  2. VC++针对文件的操作的工程文件,包含对文件的写入,读取,格式变换等基本程序-VC++ file operations for the project file that contains the file write, read, format conversion and other basic procedures
  3. 所属分类:File Operate

    • 发布日期:2017-05-08
    • 文件大小:1.87mb
    • 提供者:赵润鹏
  1. file

    0下载:
  2. VC编程关于文件的读写。mfc与api方式-VC programming on the file read and write. mfc way with the api
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:396.04kb
    • 提供者:lixiaojie
  1. file

    0下载:
  2. 文件的读写功能,很实用的,一看就会的源代码,包含注解-File read and write functions, very practical, a look will be the source code, including comments
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:959.35kb
    • 提供者:niuniu
  1. file

    0下载:
  2. 对文件的读取,操作,输入输出,将信息写进文件,重文件中读取数据等基本操作-file read
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:337.79kb
    • 提供者:小糊涂神
  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-29
    • 文件大小:2.45kb
    • 提供者:刘庆
  1. fast-file-transfering

    0下载:
  2. 高效的文件读写操作实现,可以提供简易的调用接口,适合大文件-File read and write operations to achieve efficient and can provide a simple call interface
  3. 所属分类:File Operate

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

    1下载:
  2. csv文件的读取 csv文件显示到clistctrl控件 循环读取-csv file read csv file shows the control loop to read clistctrl
  3. 所属分类:File Operate

    • 发布日期:2016-01-25
    • 文件大小:3.64mb
    • 提供者:henny chen
  1. File

    0下载:
  2. 简单文件操作,文件的读写功能,练习VC++MFC。-Simple file operations, file read and write capabilities, exercises VC++ MFC.
  3. 所属分类:File Operate

    • 发布日期:2017-05-08
    • 文件大小:1.84mb
    • 提供者:徐文文
  1. Read-hex-file

    0下载:
  2. 16进制读取文件,可以读取文件,然后以16进制的形式读取-Read hex file, you can read the file, then read in hexadecimal form
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:8.15kb
    • 提供者:胡松
  1. File

    1下载:
  2. 设计一个简单的文件系统,用文件模拟磁盘,用数组模拟缓冲区,要求实现: 支持多级目录结构,支持文件的绝对读路径; 文件的逻辑结构采用流式结构,物理结构采用链接结构中的显示链接结构中的显示链接方式; 采用文件分配表; 实现的命令包括建立目录、列目录、删除空目录、建立文件、删除文件、显示文件内容、打开文件、读文件、写文件(追加方式)、关闭文件、改变文件属性。 最后编写主函数对所做工作进行测试。 -Design a simple file system, disk file s
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:117.04kb
    • 提供者:陈玲玲
  1. C-P-P-read-and-write-text-file

    0下载:
  2. C++ 简单读写文本文件、统计文件的行数、读取文件数据到数组 -The number of lines of C++ read and write simple text file, statistics file, read file data into an array
  3. 所属分类:File Operate

    • 发布日期:2017-03-24
    • 文件大小:49.76kb
    • 提供者:福福
  1. txt-file-read

    0下载:
  2. 通过MFC 实现对txt文件的按行读取操作-realize txt file read line by line through MFC
  3. 所属分类:File Operate

    • 发布日期:2016-01-24
    • 文件大小:2.42mb
    • 提供者:董中要
  1. CPP-binary-file-

    0下载:
  2. 详细说明了利用C++进行二进制文件读写的操作,适合初级学员进行借鉴。-c++ detailed descr iption using C++ binary file read and write operation
  3. 所属分类:File Operate

    • 发布日期:2017-11-12
    • 文件大小:84.5kb
    • 提供者:哈和就
  1. file-editor

    0下载:
  2. 操作文件,实现文件的读取、复制、粘贴等一系列功能。文件编辑-Manipulate files, file read, copy, paste, etc. a series of functions. File Editor
  3. 所属分类:File Operate

    • 发布日期:2017-11-11
    • 文件大小:16.32kb
    • 提供者:name
  1. file

    0下载:
  2. 比较简单的文件读取 和 写入。他有5中方法以上来实现-Relatively simple file read and write. He has more than 5 methods to achieve
  3. 所属分类:File Operate

    • 发布日期:2017-11-23
    • 文件大小:6.2mb
    • 提供者:小白
« 12 3 4 5 6 7 8 9 10 ... 40 »
搜珍网 www.dssz.com