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

搜索资源列表

  1. 读取基于文本的数据文件

    0下载:
  2. 用于读取基于文本的数据文件的类,及其使用的详细说明,是java处理文本变得很方便-used to read text-based data files category, and the use of the detailed descr iptions, java version of the text is very convenient
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:69668
    • 提供者:钟覃
  1. FileOperation

    0下载:
  2. 读写文本文件。 1 创建一个文本文件。 2 向文件中写入数据(数据行数不小于10条)。 3 从文件中读取数据,并显示读取结果。 读写二进制文件。 1 创建一个二进制文件。 2 向文件中写入数据(数据行数不小于10条)。 3 从文件中读取数据,并显示读取结果。-read and write text files. 1 Create a text file. Two documents to write data (data not less than a few line 10). Three r
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:118060
    • 提供者:钱彦江
  1. STGSTORE

    0下载:
  2. 一个结构化存储的文件通常也称之为OLE复合文档。 复合文档具有很多特性,比如: (1)可以加载和保存局部文档,这可以避免为了读取一小段数据而载入整个文件。 (2)Windows本身在内部就提供了对复合文档的支持。举个例子,即便系统中没有安装Word,我们在资源管理器中察看Word文档的属性时,也可以显示它的大量信息,比如摘要、统计、作者、字数等。因为这些信息就是从Word的复合文档中读取的。 微软公司声称结构化存储将是未来Windows的缺省文件格式。MS-Office就已经大量的使用了结构化存
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:21284
    • 提供者:yhb
  1. Jxltest

    0下载:
  2. 用jexcelapi中的jxl.jar来实现java操作EXCEL功能,使系统能够直接读出EXCEL中数据-jexcelapi use of java jxl.jar to achieve operating Excel functions, allowing the system to directly read Excel data
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1128
    • 提供者:张金
  1. wwAppConfiguration

    0下载:
  2. 读写web.config文件(.net的web应用程序中的配置文件): 1.向web.config文件写入配置数据 2.从web.config文件中读取配置数据-literacy Web.Config files (. Net web application of the configuration file) : 1. Sed to write configuration data file 2. Sed from the document read configuration data
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:20896
    • 提供者:宋宋
  1. 可以新建excel,打开已存在excel

    2下载:
  2. 可以新建excel,打开已存在excel,向excel读写数据,关闭、保存excel.-Can create a new excel, open an existing excel, read and write data to excel, close, save excel.
  3. 所属分类:文件操作

    • 发布日期:2012-11-19
    • 文件大小:2015
    • 提供者:liuliru
  1. FileChunk.实现文件分块读取、加密、还原等功能

    0下载:
  2. 实现文件分块读取、加密、还原等功能,删除冗余数据,提高存储效率,Block read files, encryption, restore and other functions, to delete redundant data, improve storage efficiency
  3. 所属分类:文件操作

    • 发布日期:2016-01-25
    • 文件大小:4906
    • 提供者:linhj07
  1. shpconvert51.zip

    0下载:
  2. shapefile数据读取的一套代码,用于读取shapefile文件的读写操作。,shapefile data set of code to read for the document reader to read and write operations shapefile.
  3. 所属分类:File Operate

    • 发布日期:2017-05-29
    • 文件大小:11371089
    • 提供者:泛函
  1. dbf.rar

    0下载:
  2. c 读取dbf格式文件,然后修改数据体,再写入原数据库,c read dbf format and then amend the data volume, and then written into the original database
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:3230
    • 提供者:邓瑞
  1. excel-ado

    2下载:
  2. 使用ado读取excel表格数据 可以读写所有sheet的表格数据.-read excel data by ado
  3. 所属分类:文件操作

    • 发布日期:2012-11-14
    • 文件大小:7283
    • 提供者:alongxiao
  1. freadFloat

    0下载:
  2. 读取txt文件中的浮点数据,涉及fread函数,及fseek函数的使用。-Txt file to read floating point data, involving fread function, and the use of fseek function.
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:655
    • 提供者:liwenwen
  1. RdWrtHgFile

    2下载:
  2. VC++读写大文件资料(二进制),VC6编译通过,平时我们用词本打开大量文本的时候,会发觉电脑很慢甚至死机,不是因为文件太大,而是因为记事本的简单而未进行大文件打开处理,才会出现这种情况,希望这个VC小实例能启发你一些灵感。 -VC++ to read and write large file data (binary), VC6 compiler, usually we have to open a lot of words when the text will find that the
  3. 所属分类:File Operate

    • 发布日期:2016-07-06
    • 文件大小:20480
    • 提供者:madud00064
  1. ReadBinaryFile

    0下载:
  2. 自己写的一个二进制文件读取和分析的小工具,主要特色是支持十六进制数据到十进制double和float的转换。好东西哦!-Writing itself a binary file to read and analyze a small tool, the main features are support for hexadecimal data to decimal conversion double and float. Oh good stuff!
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:19360
    • 提供者:刘名
  1. ReadBin

    1下载:
  2. vc++6.0下的一个读取二进制文件里面双精度数据的小段代码。-vc++6.0 under a binary file to read the data inside the double-precision small pieces of code.
  3. 所属分类:File Operate

    • 发布日期:2016-07-06
    • 文件大小:25997
    • 提供者:Zh.g
  1. open-excel

    0下载:
  2. 利用 OLE 打开EXcel 和读取 写入 数据-Using OLE to open and read write data EXcel
  3. 所属分类:File Operate

    • 发布日期:2017-04-09
    • 文件大小:1210452
    • 提供者:盖万里
  1. Mfc-to-Excel

    2下载:
  2. 通过MFC功能向excel表格读写数据的小程序吧,自己试了一下,可以用的。-MFC functions to read and write data to excel form applet own try, can be used.
  3. 所属分类:File Operate

    • 发布日期:2016-08-28
    • 文件大小:6545408
    • 提供者:ge
  1. RWTextFile

    0下载:
  2. 实例223——创建文本文件并进行读写数据操作\RWTextFile\RWTextFile.rar,很不错的vc源码,有兴趣的朋友可以看看。-Example 223- Create a text file and read and write data operations \ RWTextFile \ RWTextFile.rar, very good vc source, interested friends can see.
  3. 所属分类:File Operate

    • 发布日期:2017-03-27
    • 文件大小:29337
    • 提供者:张志良
  1. ExcelOper

    0下载:
  2. VC实现的,读取Excel表格中的数据,也可以写数据到Excel表格-VC to achieve, to read Excel data in tabular form, or you can write data to Excel table
  3. 所属分类:File Operate

    • 发布日期:2017-05-12
    • 文件大小:2649246
    • 提供者:高倩
  1. CAD

    0下载:
  2. 此程序实现了VC读取CAD文件DXF文件格式数据的文件,并且能够写入!希望能够帮助大家!-This program to achieve VC read the CAD file DXF file format data files, and be able to write! I hope we can help!
  3. 所属分类:File Operate

    • 发布日期:2016-01-25
    • 文件大小:258048
    • 提供者:左怀军
  1. txt

    0下载:
  2. vs2010开发环境,成功测试,读取文件数据,存入动态数组-vs2010 development environment, successful testing, read the file data, stored in dynamic arrays
  3. 所属分类:File Operate

    • 发布日期:2017-05-10
    • 文件大小:2200292
    • 提供者:pxy
« 1 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com