搜索资源列表
二进制写Excel Lib
- 用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.
VC_Log_Test
- 一个打包好的写日志类,很方便的实现SACII,二进制日志文件的读写,用VC开发-a good package written log type, very easy to achieve SACII, binary log file read and write, using VC
File
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。
Random1
- 二进制文件的随机存取,可以通过输入的编号对文件中的记录读写
2D.binary.file
- 一个用Labview编写的读写二维数组二进制文件,演示程序为读写一个多通道波形数据,速度很快
文件的~1
- 文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容,写到磁盘上即可。具体的编程见以下例子: //以下为文件合并
VC读写txt文件的程序
- VC读写txt文件的程序,数据由空格,逗号或回车分隔开,还包括读取图位文件和二进制文件!,VC literacy txt documents, data from space, or comma separated from the transport, including map-reading documents and binary files!
C# 读写二进制文件的一个示例
- C# 读写二进制文件的一个示例,初学者看一下有收获。-C# an example of reading and writing binary files, beginners look at the harvest.
ReadBinaryFile
- 自己写的一个二进制文件读取和分析的小工具,主要特色是支持十六进制数据到十进制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!
File
- VC++编写的文本文件和二进制文件读写实例,并可以打开文件绘制波形图-VC++ written in text files and binary files read and write instance, and can open the file draw waveform
readwrite
- 详细介绍了文本文件和二进制文件的读写方法,方法巧妙、全面-Details of the text files and binary files read and write methods by ingenious, comprehensive
MyOKFile
- 本程序演示const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点
Prepare
- 二进制文件的读、写、修改 文件操作的对象是:Operator.sys-Binary file read, write, modify the file operations is targeted at: Operator.sys
SampleCode-Native-Coding-CFile
- MFC CFile类的应用 二进制、文本文件的读写-MFC CFile class application binary, to read and write text files
DWORD-Data
- 一个对二进制文件进行读写的类的例子。简单修改后可作为一个二进制文件输入输出接口。-One pair of binary file reading and writing class example. Simple modification can be used as a binary file input and output interfaces.
Reading-and-writing-binary-files
- 使用VC.net开发的二进制文件的读写小程序-VC.net developed using binary read and write small programs
vcreadandwritefile
- 本程序源代码能够完成文本文件,二进制文件的读写操作以及相互之间的转换。-Able to complete the Program' s source code text files, binary files read and write operations and between the conversion.
read-wirte--binary
- 超过64M以上的二进制文件分段读写方式,最新的读写算法和压缩算法-64M or more than reading and writing binary files section, read the latest algorithms and compression algorithm
CPPfiles
- C++详细的文件操作,二进制文件的操作,文件的读写-C++ detailed file operations, binary file operations, file read and write
BIN文件清0工具
- 实现对二进制文件的操作,全部写为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