CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 快速排序

搜索资源列表

  1. sort

    0下载:
  2. 排序算法,包括插入排序、快速排序、归并排序、基数排序-Sorting algorithms, including insertion sort, quick sort, merge sort, radix sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:51010
    • 提供者:陈晨
  1. Algorithms.in.C.Parts.1-4.Fundamentals.Data.Struct

    2下载:
  2. 经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-12
    • 文件大小:19883343
    • 提供者:wang
  1. paixusuanfa

    0下载:
  2. 本程序实现的算法:冒泡排序、shell排序、快速排序、归并排序 (1)设n个关键字均为整数(1≤n≤100000) (2)设计K个内部排序算法(K≥5), 每个算法须记录执行所需的时间 (3)自动生成多组数据,每组数据含n个整数(正序、逆序、随机分布) -This procedure implemented algorithms: bubble sort, shell sort, quick sort, merge sort (1) Let n keywords are int
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:449277
    • 提供者:肖胜鹏
  1. algorithm

    0下载:
  2. 九个经典算法,冒泡排序,快速排序,堆排序,矩阵相乘最优次序,分治递归法求最大元,次大元和最小元,基数排序,二叉排序树,图的深度优先搜索与广度优先搜索,KMP算法,三阶B-树(2-3树)。。内附各算法详细说明与运行报告,各程序以C/C++实现,用VC打开可直接运行-algorithm:BinarySearchTree、Bitree、BubbleSort、graphSearch、HeapSort、kmp、matrixchain、quickSort、RadixSort
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:239261
    • 提供者:章小龙
  1. paixi

    0下载:
  2. c++ 6种排序算法包括:冒泡排序, 选择排序, 插入排序,希尔排序,快速排序与堆排序-c++ 6 Zhong sorting algorithms including: bubble sort, selection sort, insertion sort, Shell sort, quick sort and heap sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2375
    • 提供者:yufeng
  1. bb

    0下载:
  2. 本程序实现了快速排序非递归算法的一种新的方法,并简单的说明其功能。-This program enables fast sorting of non-recursive algorithm, a new approach and a simple descr iption of its functions.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2166903
    • 提供者:ddd
  1. sequence

    0下载:
  2. 各种算法,排序的动态演示,快速排序,冒泡排序,选择排序,并且在线和中进行-Various algorithms, sort of dynamic presentations, quick sort, Bubble sort, selection sort, and carried out online and
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:7822
    • 提供者:
  1. Sort

    0下载:
  2. 一个快速排序算法的实现,性能非常的快,希望不要做代码的搬运机!而是要掌握灵魂-The realization of a fast sorting algorithm, performance is very fast, hope it will not do the code handling machine!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:31310
    • 提供者:slj
  1. xzys

    0下载:
  2. 这个寻找多数元素(有的地方叫主元素)算法的设计思想来自快速排序,先用快速排序的方法找到这n个元素的中位数,在通过一便扫描就可以找到主元素(如果这n个元素有主元素的话)。 压缩包中包括:源代码,可执行文件,和设计报告。 -The search for the majority of elements (some place called the main element) algorithm design ideas from the quick sort, first find the
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:209913
    • 提供者:pengzha999
  1. CSortTest

    0下载:
  2. 多重排序算法并检验效果,包括冒泡排序,快速排序,顺序排序等多种算法,非常有用,实用性很强-Multiple sorting algorithm and test results, including bubble sort, quick sort, sort order and many other algorithms, very useful, very practical
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:663
    • 提供者:yue
  1. SortQuick

    0下载:
  2. C# 写的快速排序源码,并快排附带示意图。-Quicksort written in C# source code, and will soon ranked with diagram.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:172200
    • 提供者:maojiawei
  1. sort

    0下载:
  2. 几种简单排序,快速排序,冒泡排序,合并排序-Several simple sort, quick sort, bubble sort, merge sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1415
    • 提供者:严昊
  1. polynomial

    0下载:
  2. 对已知的多项式p(x)利用用线性表的数据结构进行加法,乘法,微商运算 加法的时间复杂度为O(n+m) 乘法的时间复杂度为O(nm) 微分的时间复杂度为O(n) 排序的平均时间复杂度为O(nlogn) 程序优点:通过顺序表和链表结合使用,使乘法合并同类项的时间复杂度降为O(1),乘法本身的时间复杂度也达到下界。 程序提供了有好的界面,并且有较好的容错性,输入输出人性化,符合人的习惯。 用快速排序代替了插入排序,使本程序能应对较大的数据。 程序缺点:系数和指数有范围限
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2522
    • 提供者:刘晓明
  1. QuickSort_binarySearch

    0下载:
  2. 50万数据的快速排序和二分查找算法实现及性能测试-QuickSort+binarySearch
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:791
    • 提供者:lh
  1. quickSort

    0下载:
  2. 一个基本的快速排序算法包括最大堆和快速排序两种-FOR QUICK SORT ALGORITHM
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1317
    • 提供者:郭博
  1. sort

    0下载:
  2. 算法导论中第二章所有排序的自己模拟,快速排序,堆排序,计数排序,最大最小数,选择第n个数-Introduction to Algorithms in the second chapter of its own simulation of all sort, quick sort, heap sort, counting sort, maximum and minimum number, select the first n numbers, etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:164802
    • 提供者:hongbingying
  1. sorts

    0下载:
  2. 合并排序 插入排序 希尔排序 快速排序 冒泡排序 桶排序 的比较。随机产生空间大小为: N = 10, 1000,10000,100000 的排序样本,取值为[0,1]区间。除了插入排序和冒泡排序,其他四个还随机产生空间大小为:1000000、10000000的排序样本。 -sorts
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:217982
    • 提供者:何雯
  1. SortProblems

    0下载:
  2. 数据结构:实现各种排序的功能,包括快速排序,希尔排序,堆排序-Data Structure:Solve some sort problem, include insert sort,merge sort,quick sort,heap sort,and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:319950
    • 提供者:Micrs
  1. sort

    0下载:
  2. 使用VC6实现的几种排序算法,包括快速排序、堆排序、归并排序、哈希排序。-VC6 achieved using several sorting algorithms, including the quick sort, heap sort, merge sort, hash sorted.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2069
    • 提供者:zhangyuanxiu
  1. SortTest

    0下载:
  2. 各种排序算法的实现,包括快速排序、归并排序、二路插入排序等-Implementation of various sorting algorithms, including the quick sort, merge sort, insertion sort, etc. È r
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:793955
    • 提供者:chenchencehn
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com