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

搜索资源列表

  1. Quick_Sort

    0下载:
  2. Quick sort implementaion
  3. 所属分类:Windows Develop

  1. sorting

    0下载:
  2. 数据结构中的三种排序的代码包括堆排序,快速排序,插入排序-In the three kinds of data structures sorting code includes heap sort, quick sort, insertion sort
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:971
    • 提供者:superbank
  1. qsort

    0下载:
  2. 一个可以进行快速排序的程序,用STL中的qsort编写-A quick sort program can use STL in the preparation of qsort
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:77215
    • 提供者:杜方
  1. party

    0下载:
  2. quick sort version 5.0
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:38112
    • 提供者:Ben Tseng
  1. kuaipai

    0下载:
  2. 使用快速排序算法实现对n个元素进行排序。按照从小到大的顺序最后输出到文件:output.txt中!-Using the quick sort algorithm to sort on n elements. In accordance with the order from small to large final output to a file: output.txt in!
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:169182
    • 提供者:异术
  1. cpu_1

    0下载:
  2. mips单周期cpu设计,实现MIPS中的11条指令,在设计的cpu中运行快速排序程序进行验证。-mips one cycle cpu design,run quick sort promgram for test.
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:50628049
    • 提供者:chenzhenhong
  1. quicksort

    0下载:
  2. 快速 排序-Quick Sort
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:941
    • 提供者:谢园普
  1. famousalgorithmcollection

    0下载:
  2. <经典算法合集>其中包括: 最小生成树 MD5加密 LZW压缩 josephus 乘法表 积分 枚举 基数转换 矩阵问题举例 求解质数 圆周率的求法 改进的快速排序法 几种插入排序法 水仙花数 迷宫生成器 生命游戏 递归 回溯 贪心 动态规划 排序算法-" Classical algorithm Collection> These include:
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:4215794
    • 提供者:我很笨
  1. lab-1-hasanat

    0下载:
  2. bubble sort, quick sort, heap sort-bubble sort, quick sort, heap sort...
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:1536
    • 提供者:hasanatrasul
  1. quicksort

    0下载:
  2. quick sort algoritm quick sort algoritm quick sort algoritm-quick sort algoritm quick sort algoritm quick sort algoritm quick sort algoritm
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:557
    • 提供者:morteza2328
  1. quick_sort

    0下载:
  2. 快速排序法,輸入一個數字SEQUCEN能將之 快速排列出來-quick sort
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:602
    • 提供者:QQQQ
  1. Foamingmethod

    0下载:
  2. 是快速排序法的一种,能以较快的速度将目标数据排列整齐。-Is a quick sort method that can target a relatively high speed data in order.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2600
    • 提供者:wanghefei
  1. paixu

    0下载:
  2. 将直接插入、二分法排序、Shell排序、直接选择、冒泡排序、快速排序、堆排序、基数排序合并在程序中,由用户自由选择使用何种排序方式-Will be directly inserted, the dichotomy sort, Shell sort, direct selection, bubble sort, quick sort, heap sort, radix sort merge in the program, by the user the freedom to choose what
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:3330
    • 提供者:quiq
  1. Quicksort

    0下载:
  2. 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. Its b
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:3133
    • 提供者:郑阳
  1. Quicksort

    0下载:
  2. 快速排序算法基本思想 通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。一般设置数组的第一个数为需要比较的值,把整个数组分为小于和大于该数的两部分。 我自己在写这个算法的时候,卡住了好几回,总是边界值出现问题。下面的这个实现加入了注释,希望对你能够有所帮助。-Basic idea of quick sort algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:5548
    • 提供者:郑阳
  1. algorithmforquicksort

    0下载:
  2. 是一个用Visual C++实现的快速排序的改良算法-Improved algorithm for quick sort
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:252856
    • 提供者:wyq
  1. Assignment1

    0下载:
  2. Sorting comparison of Bubble sort,merge sort , insertion sort , quick sort and heap sort based on swapping
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:2183
    • 提供者:jitendra
  1. Assignment2

    0下载:
  2. Sorting comparison of Bubble sort,merge sort , insertion sort , quick sort and heap sort based time of execution
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:2404
    • 提供者:jitendra
  1. Mutex_Critical

    1下载:
  2. 这个例子利用多线程使用不同的排序算法对数据进行排序,每一个线程使用不同的算法。主线程里使用快速排序QuickSort,其他四个算法分别建立四个子线程,在子线程中进行排序。因为每一个线程都要调用函数PrintResult把结果输出到显示器上,所以不同的线程就会争夺着向显示器输出,这样,不同线程的输出就会混合在一起,所以呢必须让线程一个接着一个输出。也就是必须对PrintResult进行互斥控 制。要进行互斥控制,则必须用到Event、Mutex、CrititicalSection、Semaph
  3. 所属分类:Process-Thread

    • 发布日期:2016-04-05
    • 文件大小:856064
    • 提供者:chenzifeng
  1. src5_sort

    0下载:
  2. sort algorithms... bubble, selection, insertion, merge, quick-sort algorithms... bubble, selection, insertion, merge, quick....
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:5817
    • 提供者:Doy
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »
搜珍网 www.dssz.com