搜索资源列表
分割文件
- 这个是用vb.net编写的文件分割器,可以将一个文件分割成多个文件,还可以将分割后的文件组合成原来的文件。-vb.net this is the document prepared by the division that can be separated into a number of paper documents, but also can be divided after the original document into
小小文件分割器
- 自编的一个分割文件的小软件,用着还可以,比较方便-writing a separate document of a small software used to be, more convenient
分割文件程序
- 一个文件分割程序-a document separate procedures
文件的~1
- 文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容
水平集图像分割法
- 该文件是关于用水平集的方法对2维图像进行分割的源代码。
.NET 实现文件管理,上传文件
- 1、以“TreeView”形式浏览用户目录下的文件夹(可展开)和文件; 2、剪切、复制、粘贴、删除、重命名文件或文件夹,新建文件夹; 3、可上传压缩文件(*.zip,*.rar),然后利用winrar软件,在用户主目录解圧,也可对文件(夹)进行压缩; 4、可下载文件、对于文件夹或是多个文件则进行压缩打包成(DownLoad.zip)下载; 5、分割文件(为减轻服务器负担,设定为2~5个部分)以及提供文件的合并; 6、提供一回收
DFile
- 分割文件的程序-Partition documents
文件分割器(VC源码)
- 文件分割器(VC源码)- Document division (VC source code)
袖珍文件分割器源代码
- VC写的文件分割器-VC write in the paper dividers
programs
- 一个可以将大文件分割的小程序。注意写路径得时候最后一个文件夹一定要加上\,文件编号从0开始-a large file can be divided in small programs. Path to write the final time in a folder must add \, document number, starting from 0
文件分割ASMCUT
- 汇编实现文件分割和合并的ASM代码-compiled files segmentation and merger of the ASM code
文件分割器源代码
- 用vc写的文件分割器。-vc used to write the paper dividers.
文件分割器
- 可对文件进行分割与和并-the documents can be divided and with and
分割文件程序
- 一个文件分割程序-a document separate procedures
java_spliter
- java写的一个分割文件的小程序,对于学习java的I/O有帮助。-write a separate document small program for learning Java I/O help.
文件的~1
- 文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容
分割文件
- 这个是用vb.net编写的文件分割器,可以将一个文件分割成多个文件,还可以将分割后的文件组合成原来的文件。-vb.net this is the document prepared by the division that can be separated into a number of paper documents, but also can be divided after the original document into
小小文件分割器
- 自编的一个分割文件的小软件,用着还可以,比较方便-writing a separate document of a small software used to be, more convenient
WindowAdapter
- 文件分割器,用图形界面运行,比较简易 可以实行对文件的分割,也可以实行对已分割文件的合并-paper division for use graphical interface running relatively simple to implement document segmentation, also have a right has divided the merger documents
java文件分割合并
- java文件分割合并 分割文件成多个小文件(Java file split merge)