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

搜索资源列表

  1. File

    0下载:
  2. 分解文件 合并文件 分解文件 合并文件 分解文件 合并文件-Decomposition of paper files merge files merge files decomposition decomposition decomposition of the consolidated document files file merge file
  3. 所属分类:File Operate

    • 发布日期:2017-06-19
    • 文件大小:29352384
    • 提供者:李新
  1. Range

    0下载:
  2. 集合运算,提供[a,b][c,d]的自动合并-Set operations, to provide [a, b] [c, d] automatic merge
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1975
    • 提供者:hzwm
  1. MPF_Util

    0下载:
  2. 本程序的功能是对MPF文件的处理,包括分割、合并、删除等,为训练分类器做准备-The function of this program is to MPF file processing, including the split, merge, delete, etc. in preparation for training classifier
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:194582
    • 提供者:abcd
  1. fabianyi

    0下载:
  2. 未优化模式就是原生代码,其调式期间可以和源代码一 一对应,maxspeed模式则尽可能将操作放在寄存器内完成,并且有一定的算法优化;而最小代码模式则通过合并部分代码,尽可能的通过EBP比例变址寻址,完成对二维数组的访问。 -Model is not optimized native code, and its modal period of the source code can be one correspondence, maxspeed model is designed to opera
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:3359
    • 提供者:Tracy
  1. mytiff

    0下载:
  2. 一个合并和分解tiff文件的例子程序,对学习tiff文件格式比较有帮助-An example program that split and merge tiff files.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-12
    • 文件大小:2631623
    • 提供者:王聪
  1. Linker

    0下载:
  2. linker.exe 是一个文件链接器。 1.通过“添加文件”来添加要合并的文件。 2.可以选择是否在每个数据文件间插入分隔符号。 3.文件格式最好是文本格式的数据,后缀名无所谓是什么。 4.这个版本增加了文件列表的次序编辑功能:) 5.本人原创,免费使用^_^ -linker.exe is a file linker. 1. Through " Add File" to add the file to be merged. 2. Can choose wh
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:103055
    • 提供者:hxysk
  1. paixu

    0下载:
  2. 运用了Thread, event等技术,排序方法用到了 简单排序,冒泡排序,插入排序,快速排序,双向冒泡排序,合并排序。有良好界面演示.. -The use of the Thread, event and other technologies used in a simple sorting method to sort, bubble sort, insertion sort, quick sort, bidirectional bubble sort, merge sort. Have
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:80564
    • 提供者:麦志成
  1. 321

    0下载:
  2. 归并排序是多次将两个或两个以上的有序表合并成一个新的有序表。最简单的归并是直接将两个有序的子表合并成一个有序的表。-Merge sort is repeatedly ordered two or more tables into a new ordered list. The simplest is to directly merge the two sorted sub-list be merged into an orderly table.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:76623
    • 提供者:ERIC
  1. Proj_2

    0下载:
  2. 此程序可以用选择排序,冒泡排序,快速排序,合并排序,堆排序来对数列进行排序,而且可以算出它的比较次数-yeah,it is really good!!!
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:292459
    • 提供者:梁光
  1. test

    0下载:
  2. 将多个.y .u .v的子序列合并成一个.YUV用于序列播放-Multiple. Y. U. V sub-sequence of merged into one. YUV for the sequence Play
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:411133
    • 提供者:yangsong
  1. fushusizeyunsuan

    0下载:
  2. 集合的并交差,集合合并,删除,判断子集,求补集-Collection and the cross, a collection of merge, delete, to determine a subset of Complement Set
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:2822
    • 提供者:蒲黄榆
  1. fushuyunsuan

    0下载:
  2. 集合的并交差,集合合并,删除,判断子集,求补集-Collection and the cross, a collection of merge, delete, to determine a subset of Complement Set
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:5363
    • 提供者:蒲黄榆
  1. FileSegmentation

    0下载:
  2. 1.本程序是工作之余写的一个文件分割和合并小程序,希望在你不能上传大文件的时候能分成多份上传,到时再可以一起合并。 2.本程序有全部原码,希望对需要学习的你也有帮忙-FileSegmentation
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:35886
    • 提供者:
  1. PerformanceTuningExample

    0下载:
  2. 关于OpenMP性能调优的资料,更深一步学习如何提高程序性能。主要掌握了循环互换,循环展开和循环合并等方法,和缓存的一致性来解决共享变量带来的负荷,了解了线性递推(Linear Recurrence)和如何用分块提高矩阵的更新效率。 -On the OpenMP performance tuning information, deeper to learn how to improve program performance. Main mastered the loop interchan
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1274133
    • 提供者:徐鹏
  1. pp

    0下载:
  2. 释放合并函数的介绍,浅析armlinux-Buddy(伙伴)算法-释放合并回收函数__free_pages_ok()-The release of the merger function descr iption Analysis armlinux-Buddy (partner) algorithm- recovery of function, the release of the merger __free_pages_ok ()
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2175
    • 提供者:rain
  1. gdal_merge

    0下载:
  2. 功能强大的图像合并程序,用python实现,底层调用GDAL。-Powerful image merging process, using python implementation, the bottom is called GDAL.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4044
    • 提供者:freespy
  1. hangbianji

    2下载:
  2. 系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分隔符,如果在命令的参数中间出现符号“/”,则用“\/”表示。我们将“\”定义为转义符。 现在,行编辑器具有如下编辑命令: 行插入:i #/串   在指定行号(>0)插入一个新行,新行的内容就是命令中给出的“串”。若插入的行超过了已有的行数,则在最后一行的后面插入一个新行。 文本替换:c 被替换串/替换串  
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:288009
    • 提供者:martinwok
  1. Mylist

    0下载:
  2. 链表小程序,可以合并两个升序的链表。 其他:插入、删除等链表基本功能。-List applets, you can merge two ascending the list. Others: insert, delete and other basic functions of the list.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:55483
    • 提供者:moon walker
  1. polynomial

    0下载:
  2. 本程序实现一元多项式合并。本程序输入方式为按项输入,每输入一个项,会先提示输入项的幂,再提示输入项的系数。-This procedure combined to achieve a dollar polynomial. This procedure according to entry input methods for the input, one for each input item, it will first prompt entry of the power, and then pr
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:54746
    • 提供者:moon walker
  1. tupiandehebingyufenjie

    0下载:
  2. 利用GID+ Bitmap实现了将一张图片分解为多张指定尺寸的图片,以及将多张图片合并为一张。-GID+ Bitmap achieved using a picture that will be decomposed into more than one designated size pictures, as well as multiple pictures into one.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:73657
    • 提供者:欧阳
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com