CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 快速排序算法

搜索资源列表

  1. KuaiSuPaiXu_CSharp

    0下载:
  2. 快速排序是一种重要的排序算法,在找工作面试时经常考到,本程序就是用C#实现的快速排序程序。-rapid sequencing is an important algorithm, looking for a job interview at the regular examination, the procedure is to use C# rapid sequencing procedures.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6106
    • 提供者:月光沙滩
  1. yes

    0下载:
  2. 完成统计聚点个数的算法步骤 用一维数组记录各个聚点的象素点数 用快速排序方法对数组排序 按计算平均象素点数 在外存中用文件的形式保存所有数据 -complete statistics accumulation of the number of steps algorithm dimensional array with a record of each meeting point of the pixel points rapid sequencing methods u
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3003
    • 提供者:
  1. quanpaixu

    0下载:
  2. 冒泡排序 直接选择排序 Shell排序 快速排序 归并排序 堆排序 直接插入排序基本算法 #include<iostream.h> #include<stdlib.h> #include<time.h> const int n=100000 typedef struct{ int key }RedType typedef struct{ RedType *r //r[n+1
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:720567
    • 提供者:zero
  1. ya

    0下载:
  2. 快速排序的算法和程序以及一些其他-quicksort algorithm and procedures, and some other
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5117
    • 提供者:小林
  1. 快速排序、插入排序和选择排序

    0下载:
  2. 数据结构的快速排序、插入排序和选择排序程序设计算法实现的源代码,请大家多多指教。-rapid data structure, in order of ranking and selection inserted Sorting Algorithm design of the source code, please exhibitions.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1570
    • 提供者:郭菲菲
  1. Quick_Sort

    0下载:
  2. c#实现快速排序算法运用静态函数实现sort算法-c# quick sort algorithm to achieve the use of a static function sort algorithms
  3. 所属分类:CSharp

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

    0下载:
  2. 用C语言实现了快速排序算法的非递归实现,方法比较有创意,有需要的可以研究一下-this is a C programme writed by C.
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:20481
    • 提供者:liusong
  1. lianbiao

    0下载:
  2. 实现二路归并排序算法。 2)实现希尔排序算法。 3)实现快速排序算法。 4)实现堆排序算法。 -lianbiao operation
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1545150
    • 提供者:小猪~sunny
  1. AlgorithmSummary

    0下载:
  2. 基于C#的算法汇总,包括一些基本的排序、选择算法,如快速排序、选择排序、冒泡排序等-Algorithm based on C# summary, including some basic sorting, selection algorithm, such as quick sort, selection sort, bubble sort, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:10305
    • 提供者:mutou
  1. QuickSort_Data

    0下载:
  2. 用C#实现数据结构与算法中的快速排序思想,并且使用的递归-Quick Sort in Data Struct and Algorithm
  3. 所属分类:CSharp

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

    0下载:
  2. 数据结构树的快速排序算法功能实现,主程序main,调用函数quicksort-Quicksort algorithm for data structure tree functions, the main program main function is called quicksort
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:981
    • 提供者:范范
  1. The-quick-sort-algorithm-C-language

    0下载:
  2. 快速排序算法C语言实现,快速排序算法C语言实现-The quick sort algorithm C language, C language implementation of the Quicksort algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:728
    • 提供者:王振
  1. SortShow

    0下载:
  2. 排序算法的动态演示,用程序模拟实现插入法排序、起泡法改进算法排序、快速排序、希尔排序。并分析比较各种排序算法的时间复杂度。(内含报告)。-Dynamic sorting algorithm demo application analog insertion method sort foaming method improved algorithm sort, quicksort, Hill sorting. And time complexity analysis comparing the v
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:807203
    • 提供者:韩旭辉
  1. s

    0下载:
  2.   对顺序表的快速排序算法中,如何选取一个界值(又称为轴元素),影响着快速排序的效率,而且界值也并不一定是被顺序表中的一个元素。例如,我们可以用被划分序列中所有元素的平均值作为界值。编写算法实现以平均值为界值的快速排序方法。-On the the sequence table fast sorting algorithm, how to select a critical value (also known as the axis elements) affect the efficiency
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:829
    • 提供者:hac
  1. sort

    0下载:
  2. 排序算法 快速排序 插入排序 桶排序 冒泡排序等-Sorting algorithms quick sort bubble sort, insertion sort bucket sort
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:282286
    • 提供者:alan
  1. Sorting-algorithm

    0下载:
  2. 本文件包含常见经典排序算法如希尔排序、二分插入法、直接插入法、带哨兵的直接排序法、冒泡排序、选择排序、快速排序、堆排序。 -This file contains the common classical scheduling algorithms such as Hill sort, two insertion method, direct insertion method, the direct sequencing method with sentinel, bubble sort, s
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:8551
    • 提供者:李峰
  1. TTMP

    0下载:
  2. 两路多段归并排序算法,用快速排序算法实现文件内部排序,归并排序实现外排-Two Phase, Multiway Merge-Sort
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:685329
    • 提供者:rend
  1. QuickSort

    0下载:
  2. 快速排序(快速排序)是一种快速排序算法,它被广泛应用于实践。它是用于分而治之的原则。快速排序的工作原理是划分一个给定的数组A [P。 。 R]分成两个非空的子阵列A [页。 。 Q]和A [Q + 1。 。 R]使得在[P每个元素。 。问]是小于或等于每个元素A [Q + 1。 。 R]。然后两个子阵列被递归调用快速排序排序。快速排序的细节描述如下: 1.选择一个支点值(基准)。您可以采取的第一个元素的值 枢轴值,但它可以是任何值,这是在排序的值的范围,即使它不存在于阵列中。 2.分
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:10902
    • 提供者:lefter
  1. quick-sort_mpi

    0下载:
  2. mpi_quick_sort 快速排序算法,能够实现随机数组的快速排序,提高了加速比。-mpi_quick_sort,it can be used for muticompution and it promoted the computate quality.
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1448
    • 提供者:晚上
  1. 算法练习

    0下载:
  2. C#语言实现快速排序,可以提供算法参考,基于VS平台进行实现(C# language implements fast sorting, which provides algorithm reference)
  3. 所属分类:C#编程

    • 发布日期:2018-01-10
    • 文件大小:25600
    • 提供者:just guess
« 12 »
搜珍网 www.dssz.com