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

搜索资源列表

  1. 二进制写Excel Lib

    2下载:
  2. 用vb.net编写。不用.NET提供的Excel类,直接用二进制的方法读写EXCEL文件。-prepared using vb.net. No need.NET Excel categories, the direct use of the binary method to read and write Excel document.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:101.64kb
    • 提供者:程崇刚
  1. VC_Log_Test

    1下载:
  2. 一个打包好的写日志类,很方便的实现SACII,二进制日志文件的读写,用VC开发-a good package written log type, very easy to achieve SACII, binary log file read and write, using VC
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:34.29kb
    • 提供者:zj
  1. swfile

    0下载:
  2. 比用fread/fwrite的方式速度快了不少的读写文件方式。其中包括了读写文本文件和二进制文件的函数。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1.12kb
    • 提供者:song_wing
  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
    • 文件大小:115.29kb
    • 提供者:钱彦江
  1. 文件的~1

    0下载:
  2. 文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容,写到磁盘上即可。具体的编程见以下例子: //以下为文件合并
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1.98kb
    • 提供者:aa
  1. 结构体序列化读写二进制文件类

    2下载:
  2. 结构体序列化读写二进制文件类
  3. 所属分类:文件操作

    • 发布日期:2009-07-09
    • 文件大小:1.85kb
    • 提供者:lxy8012
  1. VC读写txt文件的程序

    0下载:
  2. VC读写txt文件的程序,数据由空格,逗号或回车分隔开,还包括读取图位文件和二进制文件!,VC literacy txt documents, data from space, or comma separated from the transport, including map-reading documents and binary files!
  3. 所属分类:文件操作

    • 发布日期:2016-01-27
    • 文件大小:43.87kb
    • 提供者:wangzhengpei
  1. C# 读写二进制文件的一个示例

    0下载:
  2. C# 读写二进制文件的一个示例,初学者看一下有收获。-C# an example of reading and writing binary files, beginners look at the harvest.
  3. 所属分类:文件操作

    • 发布日期:2017-03-23
    • 文件大小:17.02kb
    • 提供者:qinjun
  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
    • 文件大小:20kb
    • 提供者: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
    • 文件大小:18.91kb
    • 提供者:刘名
  1. File

    1下载:
  2. VC++编写的文本文件和二进制文件读写实例,并可以打开文件绘制波形图-VC++ written in text files and binary files read and write instance, and can open the file draw waveform
  3. 所属分类:File Operate

    • 发布日期:2016-06-04
    • 文件大小:1.8mb
    • 提供者:nanali
  1. readwrite

    0下载:
  2. 详细介绍了文本文件和二进制文件的读写方法,方法巧妙、全面-Details of the text files and binary files read and write methods by ingenious, comprehensive
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:2.24kb
    • 提供者:陈忠宁
  1. MyOKFile

    0下载:
  2. 本程序演示const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点
  3. 所属分类:File Operate

    • 发布日期:2017-11-14
    • 文件大小:37.9kb
    • 提供者:qiyunping
  1. BinaryIO

    0下载:
  2. C# 读写二进制文件的一个示例,演示如何以二进制方式写入文件,以二进制方式读出文件-C# binary files read and write an example that demonstrates how to write files in binary mode, read files in binary mode
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:15.46kb
    • 提供者:wei
  1. WriteAndReadFile

    0下载:
  2. 读写二进制文件,去掉后面皆为符号,把TCHAR 字符串转化成 CHAR 字符。-read and write binary file.
  3. 所属分类:File Operate

    • 发布日期:2017-04-17
    • 文件大小:43.41kb
    • 提供者:ci
  1. DWORD-Data

    0下载:
  2. 一个对二进制文件进行读写的类的例子。简单修改后可作为一个二进制文件输入输出接口。-One pair of binary file reading and writing class example. Simple modification can be used as a binary file input and output interfaces.
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:8.72kb
    • 提供者:永远
  1. FileTest2

    0下载:
  2. 列出了CFile、ifstream/ofstream、文件操作函数与FILE结构体读写文件的示例与注解,包括读写文本文件与二进制文件。-Listed in the CFile, the ifstream/an ofstream, file manipulation functions, with the FILE structure to read and write file example with annotations, including reading and writing tex
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:29.86kb
    • 提供者:HeLeiXing
  1. FlashBinPack

    0下载:
  2. 将几个文件以文件读写二进制模式打包成一个文件。-pack serveral files to one file by binary mode.
  3. 所属分类:File Operate

    • 发布日期:2017-06-09
    • 文件大小:15.3mb
    • 提供者:郭光兵
  1. BinaryWRDemo

    0下载:
  2. 读写二进制文件,在UI上显示转为ASCII码形式。-Read and write the binary file,and show it in ascii
  3. 所属分类:File Operate

    • 发布日期:2017-05-23
    • 文件大小:6.44mb
    • 提供者:jamT
  1. BIN文件清0工具

    0下载:
  2. 实现对二进制文件的操作,全部写为0 ;是VC++操作文件读写的一个简单例子; 本例子中的功能是将一个bin文件内容全写为0;(To achieve the operation of binary files, all written as 0; is a simple example of VC++ operation file read and write; The function of this example is to write the contents of a bin fil
  3. 所属分类:文件操作

    • 发布日期:2018-05-07
    • 文件大小:4.31mb
    • 提供者:dashu
« 12 3 »
搜珍网 www.dssz.com