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

搜索资源列表

  1. QuickSort

    0下载:
  2. 任取待排序记录序列中的某个记录(例如取第一个记录)作为基准(枢),按照该记录的关键字大小,将整个记录序列划分为左右两个子序列: 左侧子序列中所有记录的关键字都小于或等于基准记录的关键字 右侧子序列中所有记录的关键字都大于基准记录的关键字 -Take any sequence of records to be sorted in a record (for example, take the first record) as a reference (pivot), in accor
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1232
    • 提供者:郑白
  1. quicksort

    0下载:
  2. Allocate uninitialized, to avoid default constructor.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1900
    • 提供者:pxkangty
  1. balanced_quicksort

    0下载:
  2. @file parallel balanced_quicksort.h @brief Implementation of a dynamically load-balanced parallel quicksort.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4458
    • 提供者:vfrrnou
  1. quicksort

    0下载:
  2. 快排算法的改进,当子问题规模小于k时使用简单插入排序算法,可以减小快排的运行时间-Fast row improved algorithm, when the scale of the problem child of less than k using a simple insertion sort algorithm can reduce the running time of fast row
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1760
    • 提供者:宋frost
  1. QuickSort

    0下载:
  2. 用C++实现的一种快速排序的思路,简单明了,易于理解。-With a quick sort of ideas implemented in C++, simple, easy to understand.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5065814
    • 提供者:jack young
  1. QuickSort

    0下载:
  2. C++实现的一种快速排序算法,初学者可以-C++ implementation of a quick sort algorithm, beginners can see
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:860786
    • 提供者:zlm
  1. quick

    0下载:
  2. Sorting method QUICKSORT
  3. 所属分类:Button control

    • 发布日期:2017-04-14
    • 文件大小:3138
    • 提供者:pati
  1. QuickSort

    0下载:
  2. 用C++11g描述的快速排序算法,给出了每一步操作实现的步骤和结果,适合初学者使用。-Fast sorting algorithm uses C++11g described steps and results are given for each step of the operation to achieve, for beginners.
  3. 所属分类:Console

    • 发布日期:2017-05-21
    • 文件大小:5658746
    • 提供者:沈桂江
  1. QuickSort

    0下载:
  2. 使用java语言写的快速排序,在eclipse下可以直接运行-Using java language to write quick sort, can be run directly in the eclipse
  3. 所属分类:Applet

    • 发布日期:2017-04-14
    • 文件大小:3124
    • 提供者:qiqngdi
  1. quickSort

    0下载:
  2. 基于分治法的快速排序方法,C语言实现方法。-Quick sort
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2695868
    • 提供者:Jessy
  1. QuickSort

    0下载:
  2. 快速排序是对冒泡排序的一种改进,整个排序的过程以递归的方式进行,是一种非常有效的排序方式。-Quick Sort Bubble Sort is an improvement, the entire sorting process in a recursive manner, is a very effective sort.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3130776
    • 提供者:陶领
  1. paixu104

    0下载:
  2. 归并排序C++程序,快速排序C++程序,可在C++环境中实现的源代码-Merging Sort C++ Procedure quicksort C++ Procedures may C++ Environment source code
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1151
    • 提供者:sai78i861
  1. QuickSort

    1下载:
  2. c++代码,实现快速排序,代码中有数组和向量两种代码实现-c++ code, quick sort, using vector arrays and two ways
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2086896
    • 提供者:yangyang
  1. quickSort

    0下载:
  2. Quick sort algo. which use pivot to sort a list of elements in efficient manner
  3. 所属分类:Other systems

  1. quicksort

    0下载:
  2. 快速排序源码,利用迭代的方法,是一个很基础的程序,望大家指正-Quick sort source code, the iterative method is a very basic program, we hope to correct me
  3. 所属分类:assembly language

    • 发布日期:2017-05-09
    • 文件大小:1721808
    • 提供者:
  1. hw3

    0下载:
  2. Binary quicksort (Radix-exchange sort)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:804
    • 提供者:daniel yang
  1. array

    0下载:
  2. 快速排序是采用了递归的思想,首先找一个基准点(一般为第一个数),通过一次递归将要排序的数据分成两部分,其中一部分的所有数据比基准点小,另外一部分的所有数据都比基准点大,然后分别对两部分数据进行相同的处理,最后得到一个有序的数列。-Quicksort is recursive to the idea, first of all to find a reference point (usually the first number), by the recursive data to be sort
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:989
    • 提供者:wangjiao
  1. QuickSort

    0下载:
  2. 这是一个Java实现的快速排序的源码,可以高效地对数组进行排序。-This is the code that implements quick sort function,
  3. 所属分类:STL

    • 发布日期:2017-04-12
    • 文件大小:537
    • 提供者:王枫
  1. Quicksort

    0下载:
  2. java语言实现的快速排序算法源码实现,可以直接运行;-Java language to realize the quick sort algorithm source code, can be run directly
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1241
    • 提供者:林伟
  1. kspxdfcz

    0下载:
  2. 数据结构,快速排序算法,快速排序并对分查找-Fast sorting algorithm Quicksort and binary search
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3349135
    • 提供者:浦健
« 1 2 ... 23 24 25 26 27 2829 30 »
搜珍网 www.dssz.com