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

搜索资源列表

  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. GPU-BBSort

    1下载:
  2. 基于GPU高性能并行计算的快速排序算法,比传统CPU速度快几十倍-BBsort Method with GPUs
  3. 所属分类:MPI

    • 发布日期:2016-01-27
    • 文件大小:3207168
    • 提供者:nono
  1. qsort

    0下载:
  2. 关于快速排序和希尔排序的源代码,并附上各种排序方法的横向和纵向比较,帮您找出最适合您的排序算法-Hill, on the quick sort and sort the source code, along with a variety of horizontal and vertical sorting method comparison to help you find the sort algorithm works best for you
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:8076
    • 提供者:萧萧
  1. paixu

    0下载:
  2. 数据结构与算法分析——排序例程,其中包含插入排序,归并排序,快速排序-Data Structures and Algorithm Analysis- sort routine, which includes insertion sort, merge sort, quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:172447
    • 提供者:陈飞延
  1. Sort

    0下载:
  2. 排序,各种排序算法,插入排序,冒泡排序,快速排序,等等!-Sorting, various sorting algorithms, insertion sort, bubble sort, quick sort, and more!
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2417
    • 提供者:迷路的小孩
  1. files

    0下载:
  2. 插入排序,快速排序,选择排序,归并排序,堆排序和七种qsort排序。-Insertion sort, quick sort, selection sort, merge sort, heap sort, and seven qsort sort.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6980
    • 提供者:lsc
  1. sort

    0下载:
  2. 各种排序算法,包括直接插入排序,希尔排序,冒泡排序,快速排序,简单选择排序-Various sorting algorithms, including direct insertion sort, Hill sort, bubble sort, quick sort, simple selection sort
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4343666
    • 提供者:Wendy
  1. QuickSort

    0下载:
  2. 快速排序函数,使用快速排序的方法对指针L所指向的结构体中的成员 — 数组Key 中的数据进行排序。成功时,返回1,否则返回0-Quick sort function, the method of using the quick sort pointer L points to the members of the structure- the array to sort the data in the Key. Success, returns 1, otherwise 0
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:151918
    • 提供者:jassy
  1. kuaisupaixu_GPU

    0下载:
  2. 基于CUDA的快速排序算法 需要NVIDIA显卡支持-Fast sorting algorithm based on CUDA NVIDIA graphics support needed
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:5106
    • 提供者:耀霸
  1. sort-compare

    0下载:
  2. 内部排序算法比较 问题描述:编制一个演示内部排序算法比较的程序。可对冒泡排序、直接插入排序、简单选择排序、快速排序、希尔排序和堆排序进行比较。 算法输入:排序方法选择,待排序的元素的关键字,关键字序列的给出方式(正序、逆序和乱序) 算法输出:不同情况下关键字参加的比较次数和关键字的移动次数。 算法要点:(1)由键盘输入待排序表的表长(50到100)和不同测试数据的组数。(2)利用不同排序方法排序并统计两类次数,列表显示(3)程序以对话方式执行。 -Comparison of
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:363135
    • 提供者:Winky
  1. kuaipai

    0下载:
  2. 设要排序的数组是A[0]……A[N-1],首先任意选取一个数据(通常选用第一个数据)作为关键数据,然后将所有比它小的数都放到它前面,所有比它大的数都放到它后面,这个过程称为一趟快速排序。-The array is designed to sort A [0] ... ... A [N-1], first select an arbitrary data (usually the first choice of data) as the key data, and then all the num
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1100
    • 提供者:dash
  1. Sort

    0下载:
  2. 实用的冒泡排序及快速排序的C语言程序,程序思路清晰。-Practical bubble sort and quick sort of the C language program, the program clear thinking.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:899
    • 提供者:asc
  1. quicksortbycsharp

    0下载:
  2. 用C#语言实现了快速排序算法的非递归实现,方法比较有创意,有需要的可以研究一下-C# language using a fast non-recursive implementation of sorting algorithms, methods, more creative, we need to look
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:21206
    • 提供者:wangrui
  1. qww

    0下载:
  2. 排序比较,有冒泡排序,快速排序,选择排序3种排序的比较,以知道哪种效率最高-Ordered comparison, a bubble sort, quick sort, selection sort sort 3 relatively to know what the most efficient
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:2388766
    • 提供者:算法
  1. SortTest

    0下载:
  2. 几种排序算法及程序说明。包括冒泡排序、选择排序、插入排序、快速排序-Descr iption of several sorting algorithms and procedures. Including bubble sort, selection sort, insertion sort, quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:3398
    • 提供者:李清
  1. qsort_cilk

    0下载:
  2. 是使用cilk扩展的快速排序算法,在安装了Intel parallel studio的VS上,可以看出计算的速度大大提高!-The rapid expansion of the use of cilk sorting algorithm, the installation of the Intel parallel studio in VS, you can see that greatly improved the speed of calculation!
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1921810
    • 提供者:余闷
  1. quicksort_random

    0下载:
  2. 快速排序,使用随机哨兵 void quickSort(int numbers[], int array_size) void q_sort(int numbers[], int left, int right) -quicksort by means of random pivot void quickSort(int numbers[], int array_size) void q_sort(int numbers[], int left, int right)
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:639
    • 提供者:寻常
  1. QuickSort

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

    • 发布日期:2017-04-01
    • 文件大小:8174
    • 提供者:杨金
  1. Sort

    0下载:
  2. 不同算法排序的C语言实现,包括直接选择排序,直接插入排序,快速排序,堆排序,-Different sorting algorithms written in C language , including direct selection sort, direct insertion sort, quick sort, heap sort, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:5223
    • 提供者:pdhy
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com