搜索资源列表
arraysort1
- 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。-this procedure the first document contains four sequencing methods : foam Sort (bubble), the insertion sort (insertion), rapid sequencing (
Sort
- 快速排序、合并排序、插入排序、堆排序、计数排序等算法的C语言实现
SortC
- 非常全的排序算法c实现,包括冒泡,插入,选择,快速排序等9个算法,对学习很有用-Very wide of the sorting algorithm c realize, including bubble, insertion, selection, quick sort, etc. 9 algorithm, useful for learning
kuaisupaixu
- 基于c++的有关数据结构的快速排序快速排序算法-C++ based on the structure of the relevant data fast sorting algorithm quicksort
programme
- 3 × 3矩阵逆矩阵求法,等 非递归版本的快速排序算法。 这个例子排序20浮点数,改编[]。-Matrix inversion for 3x3 floating point matrix Non-recursive version of quick sort algorithm. */ /* This example sorts 20 floating point numbers, arr[].
cc
- 一个最快求中位数的算法,根据快速排序和分治的思想。-Seeking a fastest median algorithm, according to quick sort and the idea of partition.
sort
- 用JAVA语言实现的一些排序算法。包括冒泡排序、桶排序、基数排序、堆排序、插入排序、归并排序、快速排序、计数排序、选择排序。-JAVA language using some sorting algorithm. Including bubble sort, bucket sort, radix sort, heap sort, insertion sort, merge sort, quick sort, counting sort, selection sort.
qsort
- 关于快速排序和希尔排序的源代码,并附上各种排序方法的横向和纵向比较,帮您找出最适合您的排序算法-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
kuaisupaixu_GPU
- 基于CUDA的快速排序算法 需要NVIDIA显卡支持-Fast sorting algorithm based on CUDA NVIDIA graphics support needed
sort
- 快速排序算法的多线程实现,将快速排序算法并行化处理-Multi-threaded implementation of quick sort algorithm, Quicksort algorithm parallel processing
classic-sorting-algorithm
- 给出了常见的八种经典排序算法: 1.希尔排序 2.二分插入法 3.直接插入法 4.带哨兵的直接排序法 5.冒泡排序 6.选择排序 7.快速排序 8.堆排序 -Common eight classic sorting algorithms: Hill sorting. Insertion method. Direct insertion method. 5 Sentinel direct sequencing method. Bubble Sort 6 sele
Matrix
- 一个继承了二维向量的矩阵类,包括矩阵的加减乘除运算等,其中还有一个快速排序算法-An inheritance of a class of two-dimensional vector matrix, including matrix addition and subtraction, multiplication and division, of which there is a fast sorting algorithm
quick_sort
- 快速排序,算法课后写的,写对其进行划分,然后采用分治法递归使用。-quick sort
tt
- 随着计算机科学技术的不断提高和发展,其强大的运算功能已经逐渐融入人类社会的各个领域,并且在各个领域中发挥越来越重要的作用。当然,高效的运算速度并不代表无限快,在有限的资源空间里,要大大提高运算处理数据的速率,就需要我们使用那些在时间和空间上体现出高效的算法。本系统是为了演示在同一问题上,不同的算法在效率上存在的巨大差异。本系统采用Visual C++ 6.0中文版为开发工具,实现三种不同排序算法,即:冒泡排序算法、选择排序算法和快速排序算法,以及这三种排序对同一问题的处理并且以图形的形式给出快慢
3
- 分别编写函数实现冒泡排序、快速排序和简单插入排序算法; 2) 2路归并排序(选做) 3) 编制一个应用程序,它将随机产生的N个0~65535之间的整数插入到一个顺序表中,然后分别用上述排序算法对这个顺序表进行排序;记录并显示各种方法的运行时间; 4) 以N=500和N=5000运行这个应用程序,对算法运行的时间作比较和分析。 -Write a separate function to achieve the bubble sort, quick sort and simple
QuickSort
- 用快速排序(分治法),对序列{23,13,49,6,31,19,28}进行升序排列,适用于初学者,算法设计与基础,写的很通俗易懂-Quick sort (divide and conquer), the sequence {23,13,49,6,31,19,28} in ascending order, suitable for beginners, algorithm design and basic, very easy to understand
quickSort
- 几大最经典的算法-快速排序算法的具体实现过程,包括详细的代码注释-A few of the most classical algorithm- quick sort algorithm to realize the process, including a detailed code comments
sort
- 直接顺序排序 希尔排序 起泡排序 快速排序一次划分 快速排序 简单选择排序 筛选法调整堆 堆排序 一次归并 一趟归并 归并排序的非递归算法 归并排序的递归算法 等各种排序方法-Sort Direct Hill sorting Bubble sort Quicksort once divided Quicksort Simple selection sort Screening method to adj
srt
- 两种快速排序算法的实现-Two implementation of quicksort algorithm
QuickSort
- 优化的快速排序算法,支持任意类型的对象排序。-Optimized fast sorting algorithm, supports any type of object sorting.