CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 文件合并

搜索资源列表

  1. file-segment-and-merge-

    0下载:
  2. C#写的winfrom的简单的文件分割和合并小程序,(后来又加入了压缩解压功能,但是压缩解压功能有一些问题,无法正常使用。)-C# write winfrom simple file segmentation and merging of small procedures, (and later joined the compression decompression, but compression decompression function has some problems, can t
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:71298
    • 提供者:高华
  1. c

    0下载:
  2. 本次试验的主要要点是哈夫曼树的建立过程,这种算法的思路是: 1)依据给定的n个权值{W0,W1,……,Wn-1}构造n棵只有一个根结点的二叉树,这些二叉树组成一个森林F={T0,T1,……,Tn-1}。 2)在森林F中选取两棵根结点的权值最小的二叉树作为左、右子树合并成一棵新的二叉树,这棵新的二叉树的根结点的权值等于其左、右子树根结点的权值之和。这样一来,森林中就减少了一棵树。 3)重复上一步,直到森林F中只有一棵二叉树为止,这棵二叉树便是要得到的哈夫曼树 二叉树建立好之后,通过
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2572
    • 提供者:张学阳巨蟹
  1. ISoft_Source-master

    0下载:
  2. ISoft主要功能:分为六大模块:首页、U盘防护、系统优化、硬件检测、进程管理、高级功能。 ① 首页:主要是对当前操作系统、U盘防御转台进行检测,并列出主要的推荐功能。 ② U盘防护:可以对U盘病毒进行扫描,清除U盘潜在的危险病毒文件。可以禁止U盘自动运行,可以恢复被恶意隐藏的文件。 ③ 系统优化:对操作系统常见的项目进行优化,比如对开机关机速度进行优化、加快系统预读能力、禁止远程修改注册表等。 ④ 进程管理:主要是对系统任务管理器进行模拟,采用多线程对当前执行的程度进程进行刷
  3. 所属分类:CSharp

    • 发布日期:2017-05-20
    • 文件大小:5716730
    • 提供者:夏子睿
  1. 1204

    1下载:
  2. Descr iption 将两个线性表合并成为一个线性表。 Input Format 输入文件包括四行。 第一行包括一个字符串,有三种情况:int、char、double,代表线性表的类型。 第二行包括两个正整数n,m. (1<=n,m<=10000) 第三行包括n个用空格分开的数据,内容可能是整形,浮点或者字符,由第一行的内容决定,代表第一个线性表的元素。 第四行包括m个用空格分开的数据,内容可能是整形,浮点或者字符,由第一
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:401417
    • 提供者:zan
  1. wenben

    0下载:
  2. 创建一窗口框架; l 输入三个文本文件名(可用FileDialog对象进行文件选择); l 分别打开前面两个文件,将其内容合并到第三个文件上,也就是file3 = file1 + file2。 l 然后再将file3的内容显示在窗口上。-Design a text file merge program, according to the following steps to achieve:
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:1128
    • 提供者:王东
  1. Csharp_FileManage

    0下载:
  2. 本程序主要实现了批量复制、剪切文件及文件夹、批量重命名文件、批量删除文件及文件夹、搜索文件及文件夹、批量压缩及解压文件、分割及合并文件。-The program achieved a major bulk copy, cut files and folders, batch rename files, batch delete files and folders, search for files and folders, batch file compression and decompres
  3. 所属分类:File Operate

    • 发布日期:2017-03-22
    • 文件大小:795257
    • 提供者:asuka
  1. ImgCombin

    0下载:
  2. 将两个或多个图片合并一起为一个文件,VC++6.0 源代码-Multiple image merging program, to generate an image
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16770326
    • 提供者:fanli
  1. FTP--HTTP-multithreaded-HTTP

    0下载:
  2. 多线程下载的原理并不复杂,主要的两项技术就是多线程和断点下载。程序中开启多个线程,每个线程利用断点下载,分别下载文件的不同部分,下载完后合并,就可以了。多线程编程很多书已有介绍,这里不再重复,关于断点下载,MFC中提供的CInternetFile类可实现HTTP的断点下载,但无法实现FTP的断点下载。-Multi-threaded download principle is not complicated, the two main technology is multi-threaded an
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-29
    • 文件大小:69663
    • 提供者:张雨
  1. FILEMANAGE

    0下载:
  2. 本程序主要实现了批量复制、剪切文件及文件夹、批量重命名文件、批量删除文件及文件夹、搜索文件及文件夹、批量压缩及解压文件、分割及合并文件。-This program is mainly realized the bulk copy, shear files and folders, batch rename files, batch delete files and folders, search for files and folders, batch compression and decom
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:769166
    • 提供者:
  1. FileStreamWrite

    0下载:
  2. 拆分和合并任意文件,包含可执行文件。VS2010代码,内有原先的对文件文件拆分的代码-split and merge any file,include file.
  3. 所属分类:.net

    • 发布日期:2017-04-29
    • 文件大小:27085
    • 提供者:cookidog
  1. kaoqin

    0下载:
  2. 合并多个考勤Excel文件,利用身份证号进行匹配-Attendance merge multiple Excel files, use the ID number to match
  3. 所属分类:File Operate

    • 发布日期:2017-04-11
    • 文件大小:978
    • 提供者:车恩生
  1. newreport

    0下载:
  2. C++编写的报表程序,根据Excel模板生成录入界面,能直接录入数据,或者合并多个相同模板的Excel文件-Reports written in C++ programs, according to an Excel template to generate input interface, can directly input data, or merge multiple identical template Excel file
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:852601
    • 提供者:xsf
  1. Excel-HeBin2015

    0下载:
  2. 对Excel文件进行合并以及分解! 1、可自定义分解后的文件名前缀。 2、合并可以自定义名称。 这个是对Excel办公类做,简单易用。-The Excel file merging and decomposition! 1, can be customized after decomposition of the file name prefix. 2, the merger can customize the name. This is the Excel office
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-17
    • 文件大小:36919
    • 提供者:JasonD
  1. Csharp_Excel

    0下载:
  2. 用C#打开一个EXCEL表格,并进行读取。EXCEL表格中包含较复杂的内容,包括合并单元格等。并且根据单元格之间的关系,设定XML中母节点与子节点的值,最后将XML文件保存到本地。方法简单。-Open an EXCEL spreadsheet with C#, and reading. EXCEL table contains more complex content, including merged cells and so on. And the relation between cell
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:32556
    • 提供者:lily
  1. FileCutter

    0下载:
  2. 用java编写的文件分割合并小工具(分隔的文件不要超过100M)界面友好,方便使用-File using java split merge gadgets (delimited file should not exceed 100M) friendly interface, easy to use
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:22026
    • 提供者:李功
  1. wenjian-hebing

    0下载:
  2. 自己建立两个文件,使用汇编语言将两个TXT文件中的内容进行合并为一个文件,进行输出-Establish their own two files, the use of assembly language to two TXT files to merge the contents of a document output
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:5132
    • 提供者:xuyangsui
  1. Utility-to-split

    0下载:
  2. 很小的文件分割合并器,文件很小,便于携带,运行速度很快-Utility to split and rejoin files.
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:25894
    • 提供者:9299298
  1. MergeFile

    0下载:
  2. 将切割好的文件进行合并,与刚刚的切割代码并用,合并好的文件又可以继续使用。-Will cut a good document to merge, and just cut the code and use, merge files and can continue to use good.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:969
    • 提供者:郝赞
  1. test2

    0下载:
  2. 打开两个文件,读取文件的内容,合并文件内容,对文件内容进行排序,写入到第三个文件-Open two files, read the contents of the file, merge file contents, the contents of the file are sorted, written to a third file
  3. 所属分类:File Operate

    • 发布日期:2017-04-11
    • 文件大小:516
    • 提供者:曹玉秀
  1. DirReadme

    0下载:
  2. 把各个目录下的所有readme.txt 文件合成一个DirReadme.txt文件。主要用于代码说明文档合并-no english
  3. 所属分类:File Operate

    • 发布日期:2017-04-15
    • 文件大小:4833
    • 提供者:fengwenxue
« 1 2 ... 34 35 36 37 38 3940 41 42 43 »
搜珍网 www.dssz.com