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

搜索资源列表

  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. hwork

    0下载:
  2. 邮箱选址问题-快速排序完成 有读取文件及测试数据 直接可用-Mailbox location problem- fast sequenced
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-02
    • 文件大小:573495
    • 提供者:荆博
  1. sort1e

    0下载:
  2. 设计一个负责排序的程序包,实现多种排序算法,至少包括插入排序、冒泡排序和快速排序算法。-Design a package that is responsible for sorting to achieve a variety of sorting algorithms, including at least insertion sort, bubble sort and quick sort algorithm.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:24606
    • 提供者:sunshine
  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. sort

    0下载:
  2. 从大到小的各种排序 包括快速排序 冒泡排序 选择排序-Descending order, including all Quick Sort Bubble Sort Selection Sort, etc.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6849
    • 提供者:sun
  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. duoxiangchengpaixu

    0下载:
  2. 多线程排序---希尔排序、快速排序、堆排序,并储存结果和输出结果!-Multi-threaded sort--- Hill sort, quick sort, heap sort, and store the results and output results!
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:6246
    • 提供者:yangyang
  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 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com