-
文件分割器的实现 1.用CFileDialog类让用户选择需要进行分割或合并的文件(根据用户选择的操作) 2.在这里我们在切分文件之后,对分割后的文件名进行一个...
文件分割器的实现 1.用CFileDialog类让用户选择需要进行分割或合并的文件(根据用户选择的操作) 2.在这里我们在切分文件之后,对分割后的文件名进行一个处理,原则是文件名(不含扩展名)+pti (i为本分文件的序号)+.sld。自己定义了一种扩展名,因为如果别人切分一个exe文件,你分割以 后全部是exe文件,别人一执行,很可能会出现异常的。 3.根据用户填写的分数,计算每一份的大小,除不尽的加进最后一份。每份文件的最后写入一些附加 信息,如文件的扩展名,分数-separate document for the realization of one. With CFileDialog class allows users to choose the need for separate or combined document (user selectable operation) 2. Here we segmentation document, right after the split for a file name, the principle is that the paper (not including extensions) PTI ( i document as part of the serial number). ARX. His definition of an extension, because if someone splitting an exe file, you split after all exe file, and people, it is likely to be abnormal. 3. Users fill in the scores for each of a size, with the exception of the one into the last one. Each of the final document included some additional information, such as the file name extension, scores, etc.
- 2022-05-21 14:49:59下载
- 积分:1
-
可以对文件的最后时间进行批量修改,并且可以批量修改名称。很实用...
可以对文件的最后时间进行批量修改,并且可以批量修改名称。很实用-document can be time for the final volume changes and volume changes can name. Practical
- 2022-06-16 03:41:49下载
- 积分:1
-
the program in CFileDialog, a selected number of documents, document processing...
该程序实现了在CFileDialog中,一次选中多个文件时,文件路径的处理-the program in CFileDialog, a selected number of documents, document processing path
- 2022-02-03 03:03:59下载
- 积分:1
-
自己写的一个md5实用工具,可以完成整个目录(包括子目录…
自已写的一个md5实用工具,能完成整个目录(包括子目录)下的所有文件的md5生成和校验.-own md5 write a practical tool, can complete the entire catalog (including subdirectories) of all documents generated and the md5 checksum.
- 2022-02-01 13:59:40下载
- 积分:1
-
对execel单元格的读写ReadCell,AddCell的应用
对execel单元格的读写ReadCell,AddCell的应用-To read and write execel cell ReadCell, AddCell Application
- 2022-03-22 22:05:28下载
- 积分:1
-
一个makefile自动编译的模版
学习socket通信 ,熟悉 makefile 编写的例子。
自动生成依赖关系。
- 2022-03-20 11:12:17下载
- 积分:1
-
a platform based on the source document segmentation procedures can set separate...
一个基于c++平台的 文件分割程序源码 可以设置文件分割大小等-a platform based on the source document segmentation procedures can set separate document size
- 2022-03-23 21:53:55下载
- 积分:1
-
a simple breakdown of documentation procedures, will be designated as a text fil...
一个简单的分文件程序,将指定的文本文件内容,一行用作一个文件名,也用作该文件的内容,建立文件-a simple breakdown of documentation procedures, will be designated as a text file, and his party for a name, also for the contents of the document, document
- 2022-08-13 21:54:33下载
- 积分:1
-
二进制搜索 C 源代码
它是一个清洁和测试的代码,使用 c 编程语言的二进制搜索程序。用于功能,更好地理解和可用性。
- 2022-03-12 12:13:23下载
- 积分:1
-
是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在M...
是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件.
一共提供了5个对外接口:
-Is a data compression algorithm based on LZARI class. Haruhiko Okumura 1989 July 4 daily c language to write algorithms to achieve this. But to use some of the above global or static variables, in the MFC under inconvenient to use them. I rewriting it into a c++ classes, so that it can easily compress and decompress, but more importantly, I added two new interfaces, this class can compress/decompress a memory buffer, rather than the file. a total of provides a five external interface:
- 2022-07-11 01:47:09下载
- 积分:1