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

搜索资源列表

  1. 2.1

    0下载:
  2. 2.1、快速排序 实验数据:input.txt(共100个数据) ——要求按从小到大进行排序 将排好序的数据输出到output.txt文件中 -2.1, quick sort of experimental data: input.txt (a total of 100 data)- requested by small to large sort of data will be sorted output to output.txt file
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:6262
    • 提供者:陈星风
  1. quicksort

    0下载:
  2. 利用数据结构中的快速排序算法对数据进行排序-The rapid use of data structures sorting algorithm to sort the data
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:169267
    • 提供者:申孟杰
  1. ACM

    0下载:
  2. 这个是一个快速排序的算法 算法的主要思想就是数组的调换-This is a fast sorting algorithm The main idea of ​ ​ the algorithm is the array of exchange
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:560382
    • 提供者:aaa
  1. Quick-Sort

    0下载:
  2. 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。 -Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. Th
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:730
    • 提供者:mfeng
  1. sort

    0下载:
  2. 随机产生一组数,实现下面6种排序算法:插入排序、起泡排序、选择排序、Shell排序、快速排序根据键盘输入选择“从大到小”还是“从小到大”两种方式; 4)根据键盘输入选择其中一种排序算法; -A set of randomly generated numbers, to achieve the following six kinds of sorting algorithms: insertion sort, bubble sort, selection sort, Shell sort,
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:11721
    • 提供者:
  1. Sort_All

    0下载:
  2. 所以的排序算法,包括直接选择排序,冒泡排序,快速排序,堆排序,二分排序等等。-Therefore the sort algorithm, including direct selection sorting, the bubble sort, fast sorting, piles sorting, two point sorting and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:415149
    • 提供者:李赵洁
  1. sequencelist

    0下载:
  2. 对顺序表完成以下菜单项功能,要求执行完一个功能后自动输出线性表: 按输入次序建表; 建立有序表; 按序号插入新元素; 按值插入新元素; 按序号删除元素; 按值删除元素; 输出表长; 建立2个有序表,合并成1个有序表。 一般顺序表的查找; 有序表的顺序查找; 有序表的二分查找。 直接插入排序; 简单选择排序; 冒泡排序; 快速排序; 堆排序。 -On the order form to complete the following
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1076911
    • 提供者:麦培鹏
  1. 2

    0下载:
  2. 内部排序算法比较实验指导书,(1)对以下6种常用的内部排序算法进行对比:直接插入排序;希尔排序;起泡排序;快速排序;简单选择排序;堆排序;-Comparison of the internal sorting algorithm experimental guide books (1) of the following six kinds of commonly used to compare the internal sorting algorithm: direct insertion so
  3. 所属分类:Data structs

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

    0下载:
  2. 快速排序的基本思想是把数组划分成三段,然后用递归求解-The basic idea is to quickly sort the array is divided into three sections, and then use recursion to solve
  3. 所属分类:Data structs

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

    0下载:
  2. 快速排序算法,适合初步学习数据结构的同学了解排序的特点-quicksort in C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:171088
    • 提供者:linmeng
  1. c1

    0下载:
  2. c++,用快速排序实现对十万个单词进行排序-c++, use the quick sort implementation to sort the words of thousands of
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1560
    • 提供者:何林书
  1. five-sorting-algorithms-

    0下载:
  2. 直接插入排序,冒泡排序,选择排序,快速排序,堆排序五种排序算法的C语言描述 -five sorting algorithms described in C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1139
    • 提供者:lengjingjing
  1. five-sorting-algorithm

    0下载:
  2. 五种排序算法的C语言版,分别有:快速排序,希尔排序,简单选择排序,直接插入排序,冒泡排序。-Five C-language version of sorting algorithms, respectively: quick sort, Hill sort, selection sort is simple, direct insertion sort, bubble sort.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2025
    • 提供者:放羊的星星
  1. rapid-sorting

    0下载:
  2. 针对25个字符型的快速排序,比较精短,冒泡排序的改进算法。-25 character for the rapid sorting, more refined short, improved bubble sort algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:632
    • 提供者:yang
  1. quick

    0下载:
  2. 快速排序算法功能的实现,里面的详细的说明-Function of the realization of fast sorting algorithm, which detailed descr iption of
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:548
    • 提供者:博伦
  1. 7

    0下载:
  2. 1.定义数据结构。 2.编写函数,实现插入排序算法。 3.编写函数,实现希尔排序或快速排序等效率较高的算法。-1. Define the data structure. 2. Write a function to achieve insertion sort algorithm. 3. Write a function to achieve Hill sort or quick sort, etc. more efficient algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:707
    • 提供者:finejade
  1. 201104

    0下载:
  2. 快速排序的源代码,用数据结构的方法。请各位多多指教-Quicksort source code, data structure approach. Please exhibitions ~ ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:53085
    • 提供者:周启楫
  1. sort2

    0下载:
  2. 一个基于VC的数组排序算法源码实例,程序中使用了函数指针数组,一共包含四种排序方法:泡沫排序法(bubble)、插入排序法(insertion)、快速排序法(quick)和选择排序法(selection)。在头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。 -A sorting algorithm based on an array of source code VC instance, the program uses the function pointer array,
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:24866
    • 提供者:madud00087
  1. quickSort

    0下载:
  2. 快速排序 快速排序 快速排序-Quick Sort Quick Sort Quick Sort Quick Sort Quick Sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:873
    • 提供者:田七
  1. Quicksort_ppt_and_src

    0下载:
  2. 清华算法课同学课堂上做的讲座,ppt详细讲解了快速排序的原理和算法,cpp文件时详细的算法实现,并附有自己写的随机数据文件生成器-Tsinghua algorithm class students do in class lecture, ppt explained in detail the principles and algorithms quicksort, cpp file, the algorithm in detail, together with random data file
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1097767
    • 提供者:sdrioe
« 1 2 ... 21 22 23 24 25 2627 28 29 30 31 ... 50 »
搜珍网 www.dssz.com