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

搜索资源列表

  1. 20050305182157_quicksort

    0下载:
  2. 快速排序算法。生成10个随机数,显示在编辑框中,调用快速排序函数,对前10 个编辑框中的数字进行排序。-quicksort algorithm. Generate 10 random numbers show that, in the edit box, called Quick Sort function, right before the 10 box editing the figures for the ranking.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:141116
    • 提供者:song
  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. quicksort

    0下载:
  2. quicksort quicksort
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:34930
    • 提供者:Michael
  1. quicksort

    0下载:
  2. A quick sort source code using Naim & Sabbir s method.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-11
    • 文件大小:538
    • 提供者:naim
  1. sorting_algorithms

    0下载:
  2. some sorting algorithms, Quicksort, heapsort, etc
  3. 所属分类:Development Research

    • 发布日期:2017-04-04
    • 文件大小:10302
    • 提供者:zman
  1. quicksort

    0下载:
  2. 快速排序,实现输入序列的快速排序,简单易学,适合初学者-Quick sort, quick sort the input sequence, easy to learn for beginners
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:37769
    • 提供者:杨小林
  1. sorting-algorithm

    0下载:
  2. Sorting algorithms: Heapsort, Mergesort and Quicksort.
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:1840
    • 提供者:Gilipter
  1. 38-quicksort

    0下载:
  2. Quick sort presentation
  3. 所属分类:software engineering

  1. kuaisupaixu

    0下载:
  2. 快速排序问题的代码,考试必考的内容,也是计算机领域很经典的一个问题-Quicksort code, examination and tests of the contents, but also a classic computer field
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:2781
    • 提供者:PJ
  1. sortmain

    0下载:
  2. 直接顺序排序、希尔排序、起泡排序、快速排序一次划分、快速排序、简单选择排序等-Direct sequence sort, shell sort, bubble sort, quicksort divided quicksort simple selection sort
  3. 所属分类:Communication

    • 发布日期:2017-12-07
    • 文件大小:962
    • 提供者:宿琦
  1. nlogn_sorts

    0下载:
  2. This file contains nlogn sorts quicksort and mergesort implemented in python. Very useful for students and those who want to better understand real examples of these nlogn sorts.
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:635
    • 提供者:jimmymyman
  1. inplace_sorts

    0下载:
  2. This file contains flagsort and a recursive quicksort implemented in python. Very useful for those who cannot find actual code outside of pseudocode.
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:652
    • 提供者:jimmymyman
  1. quicksort

    0下载:
  2. 基数排序,快速排序函数代码,内含有详细介绍-Radix sort, quick sort function code, which contains a detailed descr iption
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1243
    • 提供者:sue
  1. quicksort

    0下载:
  2.  
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:12818
    • 提供者:baifuk
  1. QuickSort

    0下载:
  2. 快速排序之所比较快,因为相比冒泡排序,每次交换是跳跃式的。每次排序的时候设置一个基准点,将小于等于基准点的数全部放到基准点的左边,将大于等于基准点的数全部放到基准点的右边。这样在每次交换的时候就不会像冒泡排序一样每次只能在相邻的数之间进行交换,交换的距离就大的多了。因此总的比较和交换次数就少了,速度自然就提高了。-Quick sort of the relatively fast, as compared to bubble sort, each exchange is leaps and bo
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:99182
    • 提供者:单米马
  1. Quicksort

    0下载:
  2. QuickSort 快速排序算法 重要的排序算法之一-QuickSort important sort idea in cs
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1060773
    • 提供者:msfiona
  1. HQSort

    0下载:
  2. QuickSort with MPI and not open mp file . it has document.
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:238990
    • 提供者:mohsen
  1. Quicksort-and-binary-search

    0下载:
  2. 实现了快速排序和二分查找算法,经典简单,并有测试截图-Quicksort and binary search algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:33396
    • 提供者:高超仪
  1. ParallelQuickSort

    0下载:
  2. parallel quicksort algorithm and implimentation
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:61182
    • 提供者:eco40
  1. QuickSort

    0下载:
  2. 这个文件是一个基于java的quicksort(QuickSort based on java)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:咪啪的喵
搜珍网 www.dssz.com