搜索资源列表
dotnet写的文件分割器
- 下面我将这个文件分割器的运行流程简单列出如下: 1、 选择要分割原文件,用OpenFileDialog控件实现,变量SplitSourceFileName 记录文件路径。 2、 选择分割后文件的保存地址,用FolderBrouserDialog控件实现,变量SplTargetFolder记录保存路径。 3、 用户输入分块大小,可选择以KB或以MB为单位,变量ItemSize记录。 4、 点击“开始分割”按键,若个参数合法,则开始执行分割过程,进度条显示执行进度,否则提示错误。
findfiles
- 程序为MFC编写,实现VC下的单线程文件搜索,同时有进度控制功能,实现继续扫描功能,配合事件对象的使用-Procedures for the preparation of MFC to achieve VC file search under the single-threaded, while the progress of control functions, to achieve continued scanning feature, coupled with the use of eve
