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

搜索资源列表

  1. kuaisupaixusuanfa-

    0下载:
  2. 快速排序算法及其优化结构的调整,属于数据结构算法类问题-Quick sort algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:325612
    • 提供者:
  1. Allsort

    0下载:
  2. 各种排序算法的实现,包括直接排序、快速排序等多种算法。-Various sorting algorithm is implemented, including direct sequence, quick sort and so on many kinds of algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:879179
    • 提供者:雪瞳
  1. quciksort

    0下载:
  2. 数据结构中关于快速排序的课程设计,本课程设计分析了快速排序及其优化的三种方案的运行效率。本文件包含源码、测试覆盖率报告、测试数据统计和课程设计报告,对正在研究快速排序的同学有一定帮助。-Data structures on a quick sort of curriculum design, the course design and analysis of Quicksort and its optimized operating efficiency of the three program
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:264719
    • 提供者:yyp
  1. paixun

    0下载:
  2. 数据结构中各种排序算法快速排序 冒泡排序 堆徘 插入排序等的c++语言实现-c++ sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:13577
    • 提供者:张波
  1. QuickSort

    0下载:
  2. 用快速排序法对输入的数进行排序并输出. 初学C++的他同学可以看一下.-Enter the number using the quick sort method to sort and output.
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3684317
    • 提供者:何岗
  1. ss03_exp09

    0下载:
  2. 利用快速排序算法,不完全排序,快速求出大量数据中第K大的数-Using the quick sort algorithm, incomplete sort, fast and large amounts of data in section K large number
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:541055
    • 提供者:柠溪
  1. QuickSort

    1下载:
  2. 快速排序算法的代码,C语言编写,比较简单,不过思考要多一点-quicksort code,writtten by C language
  3. 所属分类:Data structs

    • 发布日期:2014-11-24
    • 文件大小:1024
    • 提供者:叶子
  1. C-qsort-bsearch-weekday

    0下载:
  2. 三个程序: 应用stdlib.h的快速排序、二分查找; 一个我自己写的计算星期几的程序。-quicksort binarysearch weekday
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2284
    • 提供者:song
  1. classic-cPP-programs

    0下载:
  2. 冒泡法 附加详解 快速排序 双向冒泡 SHELL排序 进制转换 后面还有 算法的问题+解析。 背包 -Bubbling method additional explanation Quick sort Two-way bubbling SHELL sort Into system transformation There are problems+ analysis algorithm. Backpack......
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:30257
    • 提供者:雪特
  1. sort

    0下载:
  2. 交换排序,插入排序,选择排序,快速排序 几种重要排序算法的总结-exchange sort, insert sort, select sort, quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2470
    • 提供者:luougliu
  1. (2)

    0下载:
  2. 各种基本算法代码 如排序算法,二分搜索,快速排序-Search the most simple dichotomy of the most basic the most effective search algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3966
    • 提供者:刘鹏
  1. Find_K_MAX

    0下载:
  2. 找出海量数据中最大K个数,试用了快速排序和堆的两种方法,分别适应不同数据的情况。-find the K max numbers in large data
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:557640
    • 提供者:gezi10201
  1. TarsusPmultiplication

    0下载:
  2. 分治法大整数乘法课件 概述:算法概要、算法效率 合并排序 快速排序 折半查找 大整数乘法 Strassen 矩阵乘法 分治法解凸包 -Divide and conquer integer multiplication courseware about the function and some problems very effective way to solve the that serious .I think it will be ok!
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:101532
    • 提供者:彭宇
  1. RandQSort

    0下载:
  2. 使用随即快速排序算法可以提高算法的排序速度-the random quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:625
    • 提供者:李飞
  1. rtrtr

    0下载:
  2. 快速排序算法用c语言递归实现Quick sort algorithm C language recursive realization-Quick sort algorithm C language recursive realization
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:834
    • 提供者:李伟
  1. msort

    0下载:
  2. 数据排序软件,用于比较冒泡排序算法和快速排序算法的快慢,生动形象,适合于MFC初学者学习-data sorting software, used for the comparation between quick sorting and bubble sorting, suitable for MFC learner
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1945823
    • 提供者:Lawliet
  1. 8paixu

    0下载:
  2. 关于C语言的各种排序方法汇总。冒泡排序、直接选择排序、直接插入排序、 快速排序、堆排序、谢尔排序、归并排序和基数排序 -On the C language of the various sorting method summary. Bubble sort, direct selection sort, direct insertion sort, Quick sort, heap sort, Shell sort, merge sort, radix sort
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1102763
    • 提供者:乐乐
  1. ranking

    0下载:
  2. 各种排序程序包括冒泡排序快速排序选择排序-various ranking methods
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1883974
    • 提供者:lisijiang
  1. wsSorts

    0下载:
  2. C语言实现的各种排序算法 堆排序 快速排序等-many of sorts code
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:159416
    • 提供者:yangzheng
  1. CountingSort

    0下载:
  2. 在众多排序中,排序有堆排序,快速排序,计数排序,基数排序和桶排序等,下面是计数排序-counting sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:540
    • 提供者:谢杰
« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 50 »
搜珍网 www.dssz.com