青年中文青年中文

heap sort的意思

heap sort中文翻譯:

群分類;[計]堆分類

群分類,堆分類

相似詞語短語

cheap seat───便宜的座位

cheap shot───惡意中傷;卑鄙手段

cheap out───在......上面省錢

head for───前往;出發;取向于

head smut───黑穗病

hear out───聽完

heartsore───adj.(詩、文)悲痛的,沮喪的(同heartsick)

雙語使用場景

To speed up computation, we use Quick Sort algorithm and Insertion Sort algorithm instead of usually used Heap Sort algorithm.───在最小走時節點查尋中,結合使用快速排序算法與插入排序算法,替代以往方法中多采用的堆排序算法;

Heap Sort has the additional benefit of being quite consistent in its speed, so it is useful in programs where timing is crucial (i. e. networks).───堆排序的另外一個好處是它的速度非常穩定,這讓它得以在那些需要嚴格計時的程序中派上用場(例如網絡)。

Use appropriate indexes to minimize the use of the sort heap.───使用合適的索引使排序堆的使用降到最低。

Document contains two procedures, the first implementation of the Hill sort, quick sort, heap sort, binary search.───文檔包含兩個程序,第一個實現了希爾排序、快速排序、堆排序、折半查找。

Directly into the sort simple selection sort bubble sort quick sort heap sort.───簡單選擇排序;冒泡排序;快速排序;堆排序。

Sorting is bubbling, as it is now : heaps : tired heap sort;───排序是冒泡法,現增強為:heaps:累堆排序;binary:二叉樹排序;

The application and analysis of heap sort───堆排序應用及分析

英語使用場景

To speed up computation, we use Quick Sort algorithm and Insertion Sort algorithm instead of usually used Heap Sort algorithm.

The author analyses the time and space complexity of segmentation heap sort and compares this method with other methods of sorting.

As examples two C programs sorting some integers using algorithms on Shell sort and Heap sort are implemented.

Directly into the sort simple selection sort bubble sort quick sort heap sort.

This MIPS program performs a Heap Sort for a predefined workload.