搜索资源列表
-
0下载:
Quick Sort 算法将 ListBox 内容排序的范例-Quick Sort Algorithm will be content to sort the ListBox example
-
-
0下载:
快速排序和随机快速排序的比较,快速排序在比较顺序的情况下速度很慢,所以采用随机快速排序算法-rapid sequencing and the rapid sequencing of random comparison, the relatively rapid sequencing of the sequence of very slow, So random Quick Sort Algorithm
-
-
0下载:
内部排序算法比较,6种常用的内部排序算法进行实测比较:一趟冒泡排序、简单选择排序、快速排序、希尔排序、直接插入排序、堆排序。-internal sorting algorithm, six kinds of internal sorting algorithm measured comparison : Bubble Sort trip, Sort simple choice, quick sort, Hill, ranked direct insertion sort, heap sort.
-
-
0下载:
Task A
?read from a file, one set of 1000 random values to be sorted and repeat 1000:
o sort data using the iterative sort
?record the total time used for the 1000 calls
?repeat the above steps using the quick sort algorithm.
==============
-
-
0下载:
基于MPI的并行快速排序算法,可以通过并行快速排序提高排序速度,MPI-based parallel quick sort algorithm, you can sort through parallel quick sort to improve the speed
-
-
0下载:
一个调用OpenMP的实现多线程快速排序的算法实现 gcc4.2 调试通过,A call to the realization of multi-threaded OpenMP Quick Sort Algorithm gcc4.2 debugging through
-
-
0下载:
一个基于VB.NET开发的中文分词及关键词提取系统,采用双向最大匹配、词频统计、快速排序等算法实现。-VB.NET developed based on Chinese word segmentation and Key Extraction System, the largest two-way matching, word frequency statistics, such as quick sort algorithm.
-
-
0下载:
快速排序算法,算法效率较高,代码比较浅显易懂-quick sort algorithm, the algorithm more efficient, more easily comprehensible code
-
-
0下载:
本代码实现了几乎所有的排序算法,如冒泡排序,选择排序,基数排序,快速排序等。-This source code implements all kinds of basic sorting algorithm, such as bubble sort,radix sort,select sort,quick sort and so on.
-
-
0下载:
这是用Delphi编写的快速排序算法的实现过程-It is written in Delphi Quick Sort Algorithm process
-
-
0下载:
快速排序算法,在mpi平台下编写,适合初学者学习使用-Quick sort algorithm, written in the mpi platform, suitable for beginners to learn to use
-
-
0下载:
快速排序是对冒泡排序的一种改进。它的基本思想是:通过一躺排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按次方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列-Quick sort algorithm
-
-
0下载:
基于MPI的并行快速排序算法,VS2010编译运行通过-MPI-based parallel quick sort algorithm, VS2010 compiled to run through
-
-
0下载:
OpenMP实现快速排序,能够实现多线程下的快速排序算法-OpenMP quick sort, quick sort algorithm can achieve multi-threaded
-
-
0下载:
visual studio开发环境,包含归并排序和快速排序的算法,对初学算法的人有很大帮助-visual studio development environment, including the merge sort and quick sort algorithm, the algorithm for beginners who are very helpful
-
-
0下载:
快速排序算法,基于vc2010编程,对于快速排序进行了简单的算法设计-Fast sorting algorithms, based on vc2010 programming, for a simple quick sort algorithm design
-
-
0下载:
使用pthread的快速排序算法
使用pthread的快速排序算法-Quick sort algorithm using pthread
Quick sort algorithm using pthread
-
-
0下载:
一个基于openmp的快速排序算法的主题部分实现-One based on the quick sort algorithm openmp
-
-
0下载:
五种排序算法,分别为:归并排序,快速排序,选择排序,希尔排序,插入排序-Five kinds of sorting algorithm, namely: merge sort, quick sort, select, sort, Shell sort, insertion sort
-
-
0下载:
计算简单的快速排序算法的时间复杂度与计算次数-Computing a simple quick sort algorithm s time complexity and the number of calculations
-