-
文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文...
文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容,写到磁盘上即可。具体的编程见以下例子: //以下为文件合并与分解函数,合并文件后的文件中各子文件顺序存放-document merging algorithm to the original document as a unified binary files were read, followed by the introduction of a new binary file, so it completed the merger operation; Contrarians can separate document ... their first definition of a common document, for instance, the following format : Name length (4 bytes), file name, file size (4 bytes), the contents of the file. Then a new document, you will be included in the document were included (as binary files). As for the reduction yet, dialer after the merger documents, to be followed by the following process Reduction Document : Reading into the file name length, according to the length of availability of documents, and read into the length of documents, accord
- 2022-09-07 18:55:02下载
- 积分:1
-
读写配置文件ini的类.很方便使用
读写配置文件ini的类.很方便使用-read and write configuration files ini class. Easy to use
- 2023-08-15 15:20:02下载
- 积分:1
-
File类应用实例,文件的打开、新建、移动、复制、删除
File类应用实例,文件的打开、新建、移动、复制、删除-File type application examples, documents opened, new, move, copy, delete
- 2022-03-31 16:07:17下载
- 积分:1
-
achieve WINDOWS tablet. Achieving a lot of functions. Extracting Password : www....
实现WINDOWS写字板。实现了很多功能。 解压密码:www.programsalon.com-achieve WINDOWS tablet. Achieving a lot of functions. Extracting Password : www.programsalon.com
- 2022-06-29 12:43:09下载
- 积分:1
-
练手写的一个程序,功能就是给EXE文件加密,使被加密的文件运行后需要输入密码。...
练手写的一个程序,功能就是给EXE文件加密,使被加密的文件运行后需要输入密码。-a handwritten training procedures, functions is to the EXE file encryption, encrypted documents needed after running a password.
- 2022-01-25 17:46:56下载
- 积分:1
-
将RGB565格式的位图转换为C语言的代码
将RGB565格式的位图转换为C语言的代码-to RGB565 format bitmap conversion to the C language code
- 2023-06-06 02:00:04下载
- 积分:1
-
一个vc下的汉字转十六进制的小程序,希望对大家有帮助
一个vc下的汉字转十六进制的小程序,希望对大家有帮助-A vc transfer hexadecimal characters under a small program, we want to help
- 2023-01-31 00:20:04下载
- 积分:1
-
能读取经特殊格式处理过的文件内容,适合做二次开发的程序员,同时也是一个ActiveX控件,有兴趣的可以看一下....
能读取经特殊格式处理过的文件内容,适合做二次开发的程序员,同时也是一个ActiveX控件,有兴趣的可以看一下.-can read by special format dealt with the contents of the paper, suitable for secondary development programmers, but also an ActiveX control that are interested can look at.
- 2022-07-27 13:16:53下载
- 积分:1
-
stopwat.zip
stopwat.zip
- 2022-11-02 23:45:03下载
- 积分:1
-
This is a tool to find key word in Office Word Document.
使用C#编写的一款Office Word文档的关键字查询工具-This is a tool to find key word in Office Word Document.
- 2023-07-17 03:40:03下载
- 积分:1