搜索资源列表
avifiliter
- 用vc开发,将AVI文件中的 视频数据进行分割,得到视频数据,这对数据解压非常有用-it can split avi file data to many blocks,it s useful to compression.
dotnet写的文件分割器
- 下面我将这个文件分割器的运行流程简单列出如下: 1、 选择要分割原文件,用OpenFileDialog控件实现,变量SplitSourceFileName 记录文件路径。 2、 选择分割后文件的保存地址,用FolderBrouserDialog控件实现,变量SplTargetFolder记录保存路径。 3、 用户输入分块大小,可选择以KB或以MB为单位,变量ItemSize记录。 4、 点击“开始分割”按键,若个参数合法,则开始执行分割过程,进度条显示执行进度,否则提示错误。
018
- 编写一个文件切分程序split,根据命令行传进的分割尺寸和文件名分割文件。如: split 100 c:\\test.dat 为按每个小文件100字节大小对test.dat文件进行切分。切分后的文件名为 test01.dat test02.dat …… test nnn.dat-prepared a document segmentation procedures split, according to the command line transmitted to the division o
share_combont
- 如何在VisualBasic中分割一个文件并组装恢复它.-how to split a document assembly and restore it.
wenjianfengeqi
- 文件分割也合并软件,此软件用与进行大文件的分割以及将分割后的文件合并。-document fragmentation has combined software, software for use with large documents and the division will split after the merger documents.
文件切割器 1.0 S_CXV
- 文件切割器 ,分割成小文件-paper cutter, split into small paper
7split
- Split (and unsplit) one big file into multiple small ones This an invisible component with a simple task to split a file into multiple files of certain size. The most common need for this is when you want to put your (big) file on floppy disks, for b
FileSlider
- 文件分割器的实现 1.用CFileDialog类让用户选择需要进行分割或合并的文件(根据用户选择的操作) 2.在这里我们在切分文件之后,对分割后的文件名进行一个处理,原则是文件名(不含扩展名)+pti (i为本分文件的序号)+.sld。自己定义了一种扩展名,因为如果别人切分一个exe文件,你分割以 后全部是exe文件,别人一执行,很可能会出现异常的。 3.根据用户填写的分数,计算每一份的大小,除不尽的加进最后一份。每份文件的最后写入一些附加 信息,如文件的扩展名,分数-separate docu
文件分割与合并
- 本程序可实现文件自动分割与合并,特别适合于邮件应用中对大文件进行分割后发送,并在接收端合并。-The program can automatically split files and merge, particularly suited to e-mail application to split large files after sending and the receiving end merger.
FileSplitter
- 把大文件分割成较小的文件利于转移,存储,又可以还原成原来的文件功能不变,超好用的文件分割程序-To split large files into smaller files conducive to the transfer, storage, can be restored to the original file functionality remains unchanged, the procedure for the carving超好用documents
CutJoinFile
- 分割大文件为一定数量的小文件 对文件进行分割与合并的工具-Split large files for a certain number of small files Partition of the document and merge tools
SPLIT
- Split a file in vc++ with source
split
- 用VBA宏实现 Excel表格中单元格的自动拆分代码-VBA Excel table automatically split the macro code
file
- 文件分割与合并,分割文件、合并文件文件分割与合并,分割文件、合并文件-Split and merge files
Split
- 能将大的文件分割成小文件,且可将分割后的小文件在还原成大文件-Can split large files into smaller files, and can be divided into big small file restore file
split
- procedure split file
split
- 一个用VC++编写的文件分割示例代码,非常值得学习。-The a file with VC++ write split sample code, very worth learning.
split
- 分解一个字符串为数组 相当于VB中的split函数-The decomposition a string to an array
Application-of-split
- 根据相应的名称(探井名)把相同名称的拆分并综合成一个文件-According to the corresponding name (exploratory name) to split the same name and consolidated into a single document
splitTxtFile
- 把一个大的文本文件分成N个小的文件 。以防止文件太大,用记事本无法正常打开。(split a big text file into some small size files.)