CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 快速排序

搜索资源列表

  1. mypros2

    0下载:
  2. 快排。使用快速排序(划分排序)对一组数据进行排序,将得到的结果输出。-Fast scheduling. The use of quick sort ( sort of division ) of a set of data to sort, will be the result of output.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6325
    • 提供者:张雨阳
  1. qsort_main

    0下载:
  2. 采用递归的方法实现快速排序,在MATLAB的环境-fastsort in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:642
    • 提供者:zhoumin
  1. Sort

    0下载:
  2. 各种排序的源代码,包含快速排序,单向起泡排序,双向起泡排序-source file !!!
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:869462
    • 提供者:杨洋
  1. the-relativity-of-sorting-algorithm

    0下载:
  2. 各种排序算法的比较,具体有直接插入排序、希尔排序,冒泡排序、快速排序、选择排序、堆排序,归并排序,基数排序八种,通过时间复杂度的比较,取平均值判断-Comparison of various sorting algorithms, specifically the direct insertion sort, shell sort, bubble sort, quick sort, selection sort, heap sort, go side by side Sequence, Ra
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1731010
    • 提供者:Alan
  1. paixu

    0下载:
  2. 程序主要是排序的功能,其中包括冒泡排序,快速排序,希尔排序,堆排序,以及其算法时间复杂度的比较。-A file that can help you count numbers.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1635
    • 提供者:`木车
  1. recursion

    0下载:
  2. 快速排序,汉诺塔以及汉诺塔的演示,内码转换-the exchange of the ISN,Hanoi_show
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4035
    • 提供者:周阳
  1. sort

    0下载:
  2. 一些排序的方法,以及比较,快速排序,选择排序,排序的快慢比较-the kinds of the sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:10735
    • 提供者:周阳
  1. paixu

    0下载:
  2. 冒泡排序和快速排序,以及各自移动数据的次数。-bubble sort and quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:596
    • 提供者:anglezhang
  1. tu

    0下载:
  2. 定义静态查找表的顺序存储结构 2.基本操作 创建静态查找表, 对静态查找表排序(非降序排列)(分别使用插入法,冒泡法,快速排序) 销毁表, 折半查找法查找关键字等于某个key的数据元素。 -Sort, and find
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:59164
    • 提供者:孙志雄
  1. insert

    0下载:
  2. 随机生成10000个数使用快速排序,插入排序,和归并排序并保存文件,并且输出各自的运算时间-Input: A sequence of n numbers <a1, a2, . . .,an>. Output: A permutation (reordering) <a1’, a2’, . . .,an’> of the input sequence such that a1’ a2’  . . .  an’
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2544449
    • 提供者:王文超
  1. merge

    0下载:
  2. 分治法排序,给定长度为n的一个序列,对其进行快速排序和求第i小数-(1) Input: A sequence of n numbers <a1, a2, . . .,an>. Output: A permutation (reordering) <a1’, a2’, . . .,an’> of the input sequence such that a1’ a2’  . . .  an’ (2) Input:
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2544140
    • 提供者:王文超
  1. sorting

    0下载:
  2. 该程序是用C语言实现的,在程序中随机生成N个数据,对这些数进行多种方法的排序,所用的这些排序方法都是在数据结构课中学习过的比如:插入排序、快速排序、冒泡排序等,而且还要对各个排序做出相应的比较。-The program is written in C language, in the process of N randomly generated data, the number of these for a variety of methods of sorting, sorting met
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2333
    • 提供者:wenlong
  1. chengrui

    0下载:
  2. 算法设计与分析实验报告,包括排序查找,快速排序,货郎担问题以及最大利润问题。该文档包括源程序和实验运行结果截图。-Algorithm design and analysis experiment report, including the sort to search, quick sort, HuoLangDan problems and the biggest profits. The document, including the source program and the experi
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:187887
    • 提供者:雅典娜
  1. Sorting-algorithm

    0下载:
  2. 内部排序算法比较。有冒泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序。-Internal sorting algorithm comparison. A bubble sort, insertion sort direct, simple selection sort, quick sort, shell sort, heap sort.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:64356
    • 提供者:潘小明
  1. Sort

    0下载:
  2. 数据结构精品课程查找讲解(快速排序、希尔排序、堆排序、归并排序、插入排序等)-Find quality courses to explain the data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:289809
    • 提供者:adrian
  1. QUICKSORT

    0下载:
  2. 本程序通过使用快速排序算法对数组进行排序。-The procedure for using quick sort algorithm to sort the array.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:792
    • 提供者:chen
  1. Sort

    0下载:
  2. 算法设计,给出快速排序和归并排序的C++实现代码,并利用产生大量随机数方式比较运行时间。-Algorithm design, given the quick sort and merge sort in C++ code, and using a large number of random number generation means compare running time.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1202
    • 提供者:WangXiaolei
  1. fzfksfl

    0下载:
  2. 分治法快速排序的c++代码,实现平台为visual studio 2008-Divide and conquer quicksort c++ code, the platform for Visual Studio 2008
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:704
    • 提供者:Lc
  1. sort

    0下载:
  2. 插入排序、折半插入排序、希尔排序、冒泡排序 、快速排序 、选择排序、堆排序、归并排序 (递归、非递归实现) 掩饰程序-Insertion sort, binary insertion sort, hill sorting, bubble sort, quick sort, selection, sort and heap sort, merge sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2883
    • 提供者:public_user
  1. 4-3-QuickSort

    0下载:
  2. 一个实现快速排序的源码,主要用来实现快速排序-code of quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:627
    • 提供者:ht
« 1 2 ... 27 28 29 30 31 3233 34 35 36 37 ... 50 »
搜珍网 www.dssz.com