-
文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文...
文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(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
-
This procedure demonstrates how to obtain a file size, creation time, modify tim...
本程序演示了如何获得一个文件的大小,创建时间,修改时间等文件属性。-This procedure demonstrates how to obtain a file size, creation time, modify time of file attributes.
- 2023-04-24 08:55:03下载
- 积分:1
-
文件拖动粉碎机
文件粉碎机。主要功能是粉碎文件,保障删除文件后的安全性,使得被一般的软件也不能恢复到原来的文件。主要是填充,替换掉原来的数据内容,然后删除, 支持多文件鼠标拖动,带简单进度条.
- 2022-07-11 16:55:04下载
- 积分:1
-
VC++ Document batch class, you can access a volume directory file name format, s...
VC++的文件批处理的类,可以批量的获得某目录下的文件的名字大小类型格式等操作.-VC++ Document batch class, you can access a volume directory file name format, such as the size of the type of operation.
- 2022-08-15 07:38:16下载
- 积分:1
-
XBridge是一个通用的间谍,在WINCE驱动程序和它的客户之间的,这…
XBridge is a generic spy that sits between a WinCE driver and its client, which
can help you debug or reverse stuff.
- 2022-10-04 22:00:03下载
- 积分:1
-
WINAPI所操作的INI文件的封装类,可以实现写数字字符串文件创建等功能....
WINAPI所操作的INI文件的封装类,可以实现写数字字符串文件创建等功能.-WINAPI operated package INI file type, you can write numbers and strings to achieve the functions of file creation.
- 2022-01-25 15:44:01下载
- 积分:1
-
通过读取CAPP系统产生的XML文件获取工艺信息
通过读取CAPP系统产生的XML文件获取工艺信息-CAPP system by reading the XML documents obtained Process Information
- 2023-08-25 09:05:09下载
- 积分: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
-
Latex essay template
资源描述用于LaTeX的论文撰写,使用Tex语言编写的,内部带有说明,在Latex中进行编译即可通过,生成pdf可供修改和查看。但是不包含中文字符包,如需使用中文字符包,需要在开头添加
- 2023-02-26 12:00:03下载
- 积分:1
-
编辑处理Unicode和多字节文本文件。
编辑处理Unicode和多字节文本文件。-Editing processing and multi-byte Unicode text file.
- 2022-05-28 20:37:17下载
- 积分:1