CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Sort

搜索资源列表

  1. ClosetPairs

    0下载:
  2. 本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the probl
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:24.72kb
    • 提供者:lhguo
  1. sort

    0下载:
  2. 能够实现起泡法,二分法,堆排序,插入排序,选择排序,快速排序六种方法对100个数进行排序的时间空间复杂度进行比较-To achieve foaming method, dichotomy, Heap Sort, Insertion Sort, Selection Sort, Quick Sort six methods on 100 the number of sort of time and space complexity comparison
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:7.07kb
    • 提供者:小海
  1. sort

    0下载:
  2. 通过一组相同的数据,对六种不同排序方法(冒泡排序、快速排序、直接插入排序、希尔排序、简单选择排序、堆排序、二路归并排序)的数据元素的比较和移动的次数做一个比较,并对结果作出简单分析-Through a group of the same data, sort of six different methods (bubble sort, quick sort, direct insertion sort, Hill sort, simple selection sort HEAPSORT, Roa
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:2.05kb
    • 提供者:吕璐
  1. sortVC

    1下载:
  2. vc++6.0写的排序软件,实现了对字符、字符串的排序,对文件夹中的文件按文件名、文件大小以及最近修改时间的排序。用户可以根据自己的需求在软件的首界面选择要排序的方式。-vc++ 6.0 to write the sort of software to realize the characters, the sort string for files in that folder by file name, file size and modification time of the sort
  3. 所属分类:Other windows programs

    • 发布日期:2014-04-10
    • 文件大小:981.27kb
    • 提供者:凌涵
  1. bucketSort

    0下载:
  2. (吊桶排序法)吊桶排序法源于一维正整数数组的排序问题,它使用了一个行从下标从0-9,列下标从0-n-1(n是一维数组中的元素数目)的二维整数数组,二维数组的每一行叫做一个吊桶(bucket)。-(Bucket sorting method) bucket sort method from the one-dimensional array of positive integer scheduling problem, it uses a line from the subscr ipt from
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:855byte
    • 提供者:zzd
  1. sort

    0下载:
  2. 各种排序功能的实现和时间比较,同时用户可以自定义数据实现排序功能.-The realization of the various sort functions and time, while users can customize the data to achieve sorting function.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:224.19kb
    • 提供者:wangyang
  1. Sort

    0下载:
  2. 快速排序问题,利用快速排序的原理给输入的一组数据进行排序-Express scheduling problem, using the principle of quick sort to enter one set of data to sort
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:769byte
    • 提供者:李加佳
  1. Sort

    0下载:
  2. 几种排序和评价,快速排序等,有具体的时间比较!-And evaluation of some sort, quick sort and so on, have a specific time!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:2.5kb
    • 提供者:xuxu
  1. sort

    0下载:
  2. 设计一个Visual C++程序实现几种排序方法,要求输入一组数组之后,可以算出其几种排序的结果,即,依次为:直接插入排序,希尔排序,冒泡排序,快速排序,简单选择排序,堆排序,归并排序。 -To design a Visual C++ procedures for implementation of several sorting methods, for the importation of a group of the array, you can calculate the n
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6.89kb
    • 提供者:韩小寒
  1. sort

    0下载:
  2. 各种排序方法源码,快速、归并、基数、希尔等排序-sort source codes
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:136.37kb
    • 提供者:muyi
  1. united1

    0下载:
  2. openmp sort, parallel bubble sort for example
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.32kb
    • 提供者:yura
  1. sort

    0下载:
  2. 奇偶交换排序,实现排序的方法之一,根据其中的奇数偶数来定-Sort parity exchange, one of the ways to achieve the sort, according to which even the odd set
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:857byte
    • 提供者:wxb
  1. sort

    0下载:
  2. Idon tkonow,you know-sort
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:250.53kb
    • 提供者:yourname
  1. Sort

    0下载:
  2. 对一组数据实现排序,采用冒泡法,选择法,双向冒泡法等-The realization of a set of data to sort using bubble law, choice of law, such as bi-directional Bubble Act
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:25.2kb
    • 提供者:lang
  1. sort

    0下载:
  2. 冒泡,快速,插入,选择等排序的性能比较。。可以在随机生成1到10000个数做为排序源。。然后执行5种排序。得到移动次数和比较次数-Bubble, quick, insert, select, such as sort of performance comparison. . Can be randomly generated number 1-10000 sort as the source. . And then the implementation of five kinds of sort
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:970.21kb
    • 提供者:王志宏
  1. Map22

    0下载:
  2. 有向无环图是描述一项工程进行过程的有效工具,主要进行拓扑排序和关键路径的操作。构建了有向无环图的一系列操作的实现.-Directed acyclic graph to describe the process of a project carried out an effective tool, mainly for topological sort and the operation of the critical path. Construction of a directed acycli
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:27.33kb
    • 提供者:wang
  1. sort

    0下载:
  2. 实现了各种方法排序,如插入,希尔,快排,选择,和归并,以及这几种排序时间统计及比较-Order to achieve a variety of methods, such as insert, Hill, fast scheduling, selection, and merging, as well as time to sort these types of statistics and comparison
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1.21mb
    • 提供者:荣承势
  1. sort

    0下载:
  2. 实现“选择、插入、归并、合并 && 快速”五种排序-The realization of " select, insert, merging, merger & & fast" sort of five
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1.71kb
    • 提供者:erene
  1. QuickSort_20090320

    0下载:
  2. quick sort 快速排序 quick sorting a number-quick sort , quick sorting a number
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:841.72kb
    • 提供者:sumiaoqiang
  1. 2D-array-sort

    0下载:
  2. 对2维数组中,指定的列进行排序。 可以对数值、字符进行排序。可以控制正序或倒序排序。 Labview v2010-On 2-dimensional array, specify the sort column. Can values, characters are sorted. Can control the positive sequence or reverse order. Labview v2010
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:27.53kb
    • 提供者:zhw63
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com