登录
首页 » 文件处理 » 现在,我将文件分割为操作简单,如下:1、O。

现在,我将文件分割为操作简单,如下:1、O。

于 2022-07-26 发布 文件大小:28.80 kB
0 128
下载积分: 2 下载次数: 1

代码说明:

下面我将这个文件分割器的运行流程简单列出如下: 1、 选择要分割原文件,用OpenFileDialog控件实现,变量SplitSourceFileName 记录文件路径。 2、 选择分割后文件的保存地址,用FolderBrouserDialog控件实现,变量SplTargetFolder记录保存路径。 3、 用户输入分块大小,可选择以KB或以MB为单位,变量ItemSize记录。 4、 点击“开始分割”按键,若个参数合法,则开始执行分割过程,进度条显示执行进度,否则提示错误。 5、 合并过程与分割过程类似,只是多了对可选择的合并文件的限制。 -Now, I will split the document for the operation is simple, is as follows : 1, opted to split the original document, with OpenFileDialog control achieved record variable SplitSourceFileName paper trails. 2, the choice of segmentation document addresses the preservation, use FolderBrouserDialog Controls, variable SplTargetFolder record keeping path. 3, user input block size, the option to KB or MB units, a variable ItemSize record. 4, clicking on the "Start split." Button, if parameter is lawful, the division started the process, the progress of the show progress in implementation, suggest otherwise wrong. 5, the merger process and segmentation process similar, but more on the choice of the merg

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VC++6.0写的关于用API函数判断是否存在的测试程序,欢迎大家下载...
    VC++6.0写的关于用API函数判断文件是否存在的测试程序,欢迎大家下载-VC++ 6.0 write on paper with API function to determine the existence of the test procedure, welcome everyone to download
    2022-08-20 18:49:12下载
    积分:1
  • 二进制,所有字节的高四位与低四位调换。
    二进制文件,所有字节的高四位与低四位调换。-Binary file, all four bytes of high and low four swap.
    2022-03-18 09:48:45下载
    积分:1
  • 原始数据划分为train.dat和test.dat
    应用背景开始是做movielense的数据,可以把原始数据任意划分为train.dat和test.dat,主要是为了做验证实验。非常简单明了,适合初学者看看,如果不喜欢,请轻喷。关键技术# -*- coding: cp936 -*- from sklearn import cross_validation c = [] filename = r"Raw.data" #原始数据 out_train = open(r"train.txt","w") #训练集 out_test = open(r"test.txt","w") #测试集 for line in open(filename):     items = line.strip().split(",")      c.append(items)   c_train,c_test = cross_validation.train_test_split(c,test_size=0.1)#size =你需要的比例 for i in c_train:     out_train.write(",".join(i)+" ") for i in c_test:     out_test.write(",".join(i)+" ")
    2022-01-25 21:21:56下载
    积分:1
  • 具有时间同步和协议的无线传感器网络应用
    应用背景应用无线传感器网络数据收集TelosB节点。该程序实现了时间同步后固定时间与中央节点进行通信的TDD协议。簇头也随时间使功耗在每个微尘等。关键技术该代码是在TinyOS平台和所有必需的文件附件。文件和文件是最重要的。。数控和app.nc文件具有应用程序的主要代码文件。
    2022-06-28 07:19:39下载
    积分:1
  • VC++6.0写的关于用API函数查找的测试程序,欢迎大家下载
    VC++6.0写的关于用API函数查找文件的测试程序,欢迎大家下载-VC++ 6.0 written on the document search using API function testing procedures are welcome to download the U.S.
    2022-08-19 12:12:54下载
    积分:1
  • doc2pdf C++源码示例
    doc2pdf c++ source sample
    2022-06-20 02:52:38下载
    积分:1
  • 用VC读取excel 能够很好的将常用的数据格式中的数据读取出来...
    用VC读取excel 能够很好的将常用的数据格式中的数据读取出来-Read excel with VC can be a very good data format commonly used to read out the data in the
    2022-02-04 16:04:02下载
    积分:1
  • / / /只有WinXP及以上系统的支持shopenfolderandselectitems()API / / /…
    /// 只有WinXp及以上及系统才支持SHOpenFolderAndSelectItems() API /// 那其它系统该怎么实现这个功能呢?只能采用其它的方法来处理 /// 首先用XP跟踪到SHOpenFolderAndSelectItems()API中,看它是如何处理的,再用同样的方法去实现 /// 其它系统的这个功能使用工具 VC6 .net 2003 MSDN Ollydbg v1.10中文版-/// Only Winxp and above and system support SHOpenFolderAndSelectItems () API///that other systems how to realize this function? But to use other methods to deal with///First of all, to use XP tracking SHOpenFolderAndSelectItems () API, the look is how to deal with it, and re-use the same method to realize///other systems to use this feature tools VC6. Net 2003 Chinese version of MSDN Ollydbg v1.10
    2023-02-11 13:50:03下载
    积分:1
  • 版本比较类 版本比较类
    文件版本比较类 文件版本比较类-documents more types of documents earlier versions category
    2023-07-28 17:55:03下载
    积分:1
  • helloWork h object-oriented programming in PHP took place about six years
    2022-01-26 07:00:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载