搜索资源列表
文件分割器.zip
- 可以将文件按指定大小分割成小文件,用于网络传输或者保存到小容量的存储设备里使用。也可以将分割的小文件合并成一个大文件!
file_splitter
- 本程序的功能是将大文件进行分割,便于网络速度慢的情况下进行文件传输。 本程序对一份已有的文件分割软件进行了改进,修正了上面的一系列BUG -this procedure is the function of the documents will be divided to facilitate slow speed network for the conduct of file transfer. The program has been a division of documents
CutFile
- 切割文件,在大文件传输不便的情况下,进行切割,在xpsp2+vc6.0环境下测试通过
spliter5
- 程序名:文件分割器(最终版) 用途:分割大容量文件,方便网络传输并提供合并功能 特色:自动识别TXT文件,利用换行符防止电子书中乱码的出现 版本:V5.0 语言:Win32汇编语言
20104313549740
- 将大的文件,切割成小文件,方便网络上传输。 这是本人学习时候写的,水平有限请多指教. -A large file, cut into small files for easy transmission on the network. This is when I learn to write and limited Pleased to meet you.
Windowsfilesend
- 本程序实现Windows环境下的文件传输,此程序为发送端,可实现大文件传输,已经过测试。-The file transfer program under Windows environment, this program is the sending end, enabling large file transfers, has been tested.
FastFile_sys
- 读取与写入文件的三种基本存储方式,一种是普通无缓存存储方式,一种是高速缓存,另一种是异步传输。 文件高速缓存被设置在内存中,从而解决CPU与硬盘访问速度差异太大的问题。高速缓存即在读文件时预读,从而加速访问。异步传输改变内存访问的指令顺序,从而提高了代码执行效率。 本程序通过对三种文件读写操作的时间对比来对比三种方式在效率上的不同。 -Three basic storage read and write files, one is ordinary no-cache storag
src
- 文件同步器 1000 大文件传输 网络通信-File synchronizer 1000 large file transfer network communication
HandleFile
- 对于较大的文件进行分割,在完成传输等操作之后可以对文件进行合并还原(For larger files, the files can be merged and restored after the transmission is completed.)