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

搜索资源列表

  1. QuickAndStraightSelectSort

    0下载:
  2. 快速排序与直接选择排序相结合的排序算法。对输入的序列,用Partition过程分割成每10个一组的子序列,然后再对子序列实施直接选择排序-Quicksort sorting combined with the direct selection of the sorting algorithm. The input sequence, using Partition process is divided into a group of 10 sub-sequence, then the imple
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:28643
    • 提供者:王佳佳
  1. quicksort.c

    0下载:
  2. quick sort in parallel version with MPI
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:1043
    • 提供者:Shahir Salman M
  1. Quicksort

    0下载:
  2. 数据结构中的快速排序,对上数据结构的同学有很大帮助-Quick sort the data structure of the data structure of great help to students
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:109464
    • 提供者:tamggamg
  1. BCC_T2B_G3B_psrs

    0下载:
  2. This code sorts a integer vector using QuickSort with p-threads.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:3097
    • 提供者:Schezar
  1. QuickSort

    0下载:
  2. 快速排序法,使用C++语言编写的用与实现数据结构的快速排序法-Quick Sort, use the C++ language for use and implementation of data structures Quick Sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:608
    • 提供者:lj
  1. QuickSort

    0下载:
  2. 快速排序法,本人收集,绝版啊,很不错的啊-Quick Sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:848
    • 提供者:tom
  1. eight-sorting-algorithm

    0下载:
  2. C++八种排序算法源码包括:BubbleSort InsertionSort QuickSort RadixExch radixLSD SelectionSort ShakerSort ShellSort-C++ source code, including eight sorting algorithm: BubbleSort InsertionSort QuickSort RadixExch radixLSD SelectionSort ShakerSort ShellSort
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:139013
    • 提供者:lite
  1. main

    0下载:
  2. QuickSort algorithm for doubles C code is available thank you
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:969
    • 提供者:admax
  1. main2

    0下载:
  2. quicksort algorithm, very fast and efficient written in c source code enjoy it
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:985
    • 提供者:admax
  1. paixu

    0下载:
  2. 算法 用c++实现冒泡排序 ,选择排序 ,插入排序 ,归并排序, 快速排序五种排序算法并比较速度(在VS2008平台上)-Algorithm implementation using c++ bubble sort, selection sort, insertion sort, merge sort, quicksort sorting algorithm and compare the rate of five (in VS2008 platform)
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:62879
    • 提供者:yan
  1. Mutex_Critical

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

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

    0下载:
  2. 编写程序实现快速排序算法与二分查找算法的-dfhjdhfdj jdhf ddfdf dfdfgfgrtrretg
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:846
    • 提供者:Xxy
  1. QuickSort

    0下载:
  2. 快速排序,在1024*1024时速度是非常快的,-Quick Sort, in the 1024* 1024 when the speed is very fast,
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:832
    • 提供者:文月如
  1. QuickSort

    0下载:
  2. 快速排序与二分搜索的C++实现,适合初学者作参考-Quick sort and binary search for C++ implementation as a reference for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:914534
    • 提供者:小小人
  1. quicksort

    0下载:
  2. 这是快速排序的源代码,大家看看,c++写的。-This is a quick sort of source code, we see, c++ to write.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:636
    • 提供者:xiaocao
  1. so

    0下载:
  2. 用于对长串数据进行的排序,而且是快速排序,是用的简单的c++实现,c++课程习题解答。建议数据结构和算法课程上课时使用。只是可能太简单了。-Long strings of data used for sorting, but quicksort is used to achieve a simple c++, c++ programs exercises answer. Proposed data structures and algorithms used in class course. J
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:772
    • 提供者:讲个
  1. quicksort

    0下载:
  2. 利用C实现的快速排序,先选出一个初值,然后分别从两端开始排序,一直到低端和高端的指针相等即可。-quick sort with C
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:9988
    • 提供者:yuxia
  1. QuicksSort

    0下载:
  2. 《算法导论》用visual studio 实现的 通过的快速排序算法-quicksort
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:619142
    • 提供者:杨采凤
  1. quicksort

    0下载:
  2. 快速排序vb图示化,快速排序过程演示,快速排序过程演示-quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:97301
    • 提供者:ella
  1. quicksotr__binarysearchtree

    0下载:
  2. quicksort and binarysearchtr-quicksort and binarysearchtree
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1393
    • 提供者:小树
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 30 »
搜珍网 www.dssz.com