您要查找的是不是:
- This paper presents a new simple quick sorting algorithm and compares the performanee of the algorithm with that of quick sorting algorithm. 提出了一种简单快速的新的排序算法,并对其性能与快速排序算法的性能进行了实验比较.
- Search algorithm, definition of sort, insertion sort, quick sort, optimal sort time, merge sort, Heap sort, radix sort, summarize of sort algorithms. 搜索算法;排序定义;插入排序;快速排序;最优排序时间;归并排序;堆排序;基数排序;排序总结。
- A Quick Sorting Algorithm Based on Suffix Arrays 基于后缀数组的快速排序算法
- PARALLEL QUICK SORT ALGORITHM ON NOW NOW系统上的并行快速排序算法
- Quick Sort Algorithm Comparing Any Data Type 比较任何数据类型的快速分类算法
- A Quick Sorting Algorithm for Quotient and Remainder 基于商和余数的快速排序算法
- The implementation of the nonlinear duta quick sorting algorithm in BASIC 非线性数据快速排序算法的BASIC实现
- Debugging realization fast sort algorithm. 调试实现快速排序算法。
- quick sorting algorithm 快速排序算法
- quick sort algorithm 快速排序算法
- To sort out any array,the algorithm uses Bubble Sort pretreatment and then Quick Sort to sort the results of treatment. 本算法对任意待排序列,先用冒泡排序进行预处理,然后再用快速排序对处理结果进行排序。
- It allows the caller's code to become part of the sort algorithm. 它允许调用方的代码成为排序算法的一部分。
- Indicates that the string comparison must use the string sort algorithm. 指示字符串比较必须使用字符串排序算法。
- I learned how to use the common data sorting algorithms in C. 我学会了使用C语言编写常用的数据排序算法。
- Quick sort and merge sort have the same time complexity on average cases but differ on the worst cases. 快速排序和归并排序在一般情况下有相同的时间复杂度,但是在最坏情况下却有所不同。
- The sorting result of Bquick sorting algorithm is also compared with the theory lowerbound. 并对其排序结果与理论下界作了比较。
- The topological sorting algorithm works on unconnected graphs as well as connected graphs. 拓扑排序算法既可以用于连通图,也可以用于非连通图。
- String Sort Routines: Quick, Merge, Sele - Generic string sort routines. I prefer to use the 'non-pure' Quick Sort unless you have a good reason to choose another routine. 这是一个普通的串排序例程。我更喜欢使用这个'不纯粹的'快速排序算法,除非你有一个更好的理由来选择其它的例程。
- Think about the locality of reference of the sort algorithm and the data you expect it to run on. 考虑排序算法的引用地址和预期其涉及的数据。
- For example, a sort algorithm could be passed a reference to the method that compares two objects. 例如,可以向排序算法传递对比较两个对象的方法的引用。