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

搜索资源列表

  1. Sort

    0下载:
  2. 1. 直接插入排序 2. 折半插入排序 3. 希尔排序 4. 起泡排序 5. 快速排序 6. 选择排序 7. 堆排序-1. Direct insertion sort 2. Binary insertion sort 3. Shell sort 4. Bubble sort 5. Quicksort 6. Sorted by 7. Heap Sort
  3. 所属分类:Software Testing

    • 发布日期:2017-03-30
    • 文件大小:2732
    • 提供者:sunnylaisy
  1. mpi_bubble

    1下载:
  2. 冒泡算法,在mpi平台下编写,适合初学者学习的。-Bubble Sort algorithm, written in the mpi platform, suitable for beginners to learn.
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:1133
    • 提供者:马启超
  1. Sort

    0下载:
  2. VC实现。各种排序算法,插入排序,选择排序,交换排序,快速排序,希尔排序,归并排序等。-VC implementation. Various sorting algorithms, insertion sort, selection sort, exchange sort, quick sort, Hill sort, merge sort and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:2455465
    • 提供者:凌潇然
  1. Sort

    1下载:
  2. 用C#自动演示了冒泡排序法(原创),帮助初学者理解冒泡排序法,开发者学习C#-C# automatically used to demonstrate bubble sort method (original), to help beginners understand the Bubble Sort method, developers learn C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:49827
    • 提供者:周贤军
  1. bucket-sort

    0下载:
  2. 实现桶排的算法,结合数据结构课本编写的测试程序-bucket sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:262715
    • 提供者:乔建国
  1. bubble_sort

    0下载:
  2. 冒泡排序的串行算法和并行算法的比较,对于运行时间的显示-Bubble Sort Algorithm serial and parallel algorithm for the run-time display
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:16922
    • 提供者:郭春付
  1. pointer-bubble-sort

    0下载:
  2. 冒泡排序,运用指针方法实现了冒泡排序Bubble sort using the method of realization of the pointer bubble sort -Bubble sort using the method of realization of the pointer bubble sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1056
    • 提供者:朱康宁
  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
    • 文件大小:25317
    • 提供者:lhguo
  1. fastsort

    0下载:
  2. 快速排序程序-Quick sort program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-24
    • 文件大小:2030
    • 提供者:站长
  1. ArraySort

    0下载:
  2. 数组排序,含bubble,quick,insertion,selection四种方法-Array sort,it includes four sort methods as follows: bubble sort ,quick sort,insertion sort and selection sort.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-09
    • 文件大小:25009
    • 提供者:站长
  1. sort3

    0下载:
  2. bubble,insertion, selection排序-bubble sort,insertion sort, selection sort
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-19
    • 文件大小:2491
    • 提供者:站长
  1. bubble2

    0下载:
  2. 冒泡排序-bubble sort
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-27
    • 文件大小:1888
    • 提供者:站长
  1. insertionsort2

    0下载:
  2. insertion排序-Insertion sort
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-05
    • 文件大小:1379
    • 提供者:站长
  1. vectorsort

    0下载:
  2. 矢量的快速排序-Quick sort of vector
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-05
    • 文件大小:1501
    • 提供者:站长
  1. hugesort

    0下载:
  2. 巨指针类型数据的快速排序法-Quick sort for the large pointer type data
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-02
    • 文件大小:1908
    • 提供者:站长
  1. MultiSort

    0下载:
  2. Merge, Insertion, Radix, Heap, Bucket, Quick, Counting排序算法-Sort Algorithm about Merge, Insertion, Radix, Heap, Bucket, Quick, Counting
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-22
    • 文件大小:5080
    • 提供者:站长
  1. MultiSort2

    0下载:
  2. Bubble, BiDirectional Bubble, Bitonic排序算法-Sort Algorithm of Bubble, BiDirectional Bubble, Bitonic sorting
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-19
    • 文件大小:3564
    • 提供者:站长
  1. javasort

    0下载:
  2. 演示各种排序方法的Java小程序-Demonstration of a variety of methods to sort of Java applet
  3. 所属分类:Java Develop

    • 发布日期:2017-11-09
    • 文件大小:11064
    • 提供者:站长
  1. 一个通用的排序程序

    0下载:
  2. 此程序还不能对字符串排序,望能予以改进-A general soring program.*It can t sort string, and need to be improved.
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:722
    • 提供者:
  1. stringsort

    0下载:
  2. 一个可以对字符串进行选择排序和冒泡排序的小程序-A string can choose to sort and bubble sort of small programs
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:1139
    • 提供者:wangweipeng
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com