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

搜索资源列表

  1. sort

    0下载:
  2. 排序算法,改进的冒泡和选择算法-sort
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:657
    • 提供者:zhjd
  1. Sort

    0下载:
  2. 此算法包含了快速排序、堆排序、希尔排序等内容-Algorithm contains quicksort heap sort, Shell sort etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:460690
    • 提供者:于爱华
  1. Sort

    0下载:
  2. 采用冒泡法、插入法、选择法、快速排序法对整型、浮点型数据进行排序-Using bubble method, insertion method, selection method, rapid sequencing method, integer, floating-point type data to sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:46122
    • 提供者:chen
  1. sort

    0下载:
  2. 本程序依次生成10个随即数组,然后分别用归并排序和快速排序 进行排序,统计两种排序所用时间,在屏幕上打印出来。-This procedure in turn generates an array of 10 immediately, and then were used to sort and quick sort merge sort, statistics used in two kinds of sorting time on the screen print.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:7294
    • 提供者:王连
  1. sort

    0下载:
  2. 五种常见排序算法:选择,插入,冒泡,归并,快速。并显示每一步排序结果-Five kinds of common sorting algorithms: selection, insertion, bubble, merge, fast. And displays the results of each step of the sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1025
    • 提供者:王小明
  1. sort

    0下载:
  2. 实现了7种排序算法,快排、堆排序、冒泡、插入、锦标赛排序、归并排序、直接排序-seven sort algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:11982
    • 提供者:zouyu
  1. mpi-code

    0下载:
  2. 并行程序设计源码(转载)包过 FFT Sort -parallel code including FFT Sort and so on
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:839120
    • 提供者:yueming
  1. Quick-Sort

    0下载:
  2. quick sort, the System will automatically make a quick sort for pre defined numbers by the user input
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1034543
    • 提供者:sara
  1. Sort

    0下载:
  2. 折半插入排序,在直接插入排序时,插入位置是通过折半查找法确定的。-Binary insertion sort, in the direct insertion sort, the insertion position is determined by binary search method.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1401
    • 提供者:shizhaoyin
  1. sort

    0下载:
  2. 用STL里面自带的功能来实现排序的功能。-A sort of example use STL
  3. 所属分类:Windows Develop

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

    0下载:
  2. 用C++编写的希尔排序与堆排序源代码,编译通过,可直接编译运行!-Written in C++, Shell sort and heap sort source code, compiles, can be directly translated to run!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:6865
    • 提供者:烟消云散
  1. quicksort.cpp

    0下载:
  2. Quick sort using MPI
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1903
    • 提供者:kiran
  1. mpi_quick_sort

    0下载:
  2. 用并行mpi进行快速排序 用并行mpi进行快速排序-Using parallel mpi quick sort quick sort using parallel mpi
  3. 所属分类:MPI

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

    0下载:
  2. 本人自己写的外排序,可以根据数据类型、文件大小,受限内存大小手动调整,非常适合学习外排序的爱好者下载和学习。-I wrote it myself, outside the sorting may be based on data type, file size, is limited to manually adjust the memory size is very suitable for learning outside the sort of fans to download and s
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3137
    • 提供者:天外沙
  1. tournament

    0下载:
  2. tournament sort algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5006
    • 提供者:robinphilip1989
  1. ArraySort

    0下载:
  2. 排序算法 一、实验目的 掌握各种排序方法的实现思想。 二、实验内容 1、创建排序类。 2、提供操作:选择排序、冒泡排序、插入排序、*基数排序、*快速排序、*归并排序。 3、*能够显示各种排序算法的中间过程-A sorting algorithm, experimental purposes to master a variety of sorting methods to realize a thought. Second, the content of an exper
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:232020
    • 提供者:张效群
  1. Sort

    0下载:
  2. 1、折半插入的排序 2、直接插入排序(两种方法实现) 3、选择排序 4、起泡排序 5、快速排序(两种方法实现)-1, binary insertion sort 2, direct insertion sort (two ways) 3, select the sort 4, 5, bubble sort, quick sort (two ways)
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:1151
    • 提供者:依然
  1. mergesort

    0下载:
  2. 这是使用Java编写的一个mergesort外排序程序。-It is written in Java using an external mergesort to sort programs.
  3. 所属分类:Java Develop

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

    0下载:
  2. 产生十个随机数并组成数组,然后进行快速排序和归并排序-Generate 10 random numbers and form an array, and then a quick sort and merge sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1418
    • 提供者:gao
  1. sort

    0下载:
  2. 数据结构中各种排序算法的实现,分析并比较各种排序算法的效率.-complete the sort algorithmes,Data structures sorting algorithm.Analysis of various sorting algorithms of the functions and advantages and disadvantages.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:895911
    • 提供者:古必力
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com