binary heap的意思
binary heap中文翻譯:
[計]二進制堆
相似詞語短語
binary weapon───二元武器
binary cell───二種狀態的器件;[計]二進制單元(元件);雙態元件
binary star───[天]雙星;雙子星
binary weapons───二元武器
binary cells───二種狀態的器件;[計]二進制單元(元件);雙態元件
binary stars───[天]雙星;雙子星
binary code───[計]二進制代碼
binary form───二段體;二元形式;[數]二元型;二段曲式
in a heap───成堆
雙語使用場景
A standard way to implement a normal binary heap is to use an array and then fill it from left to right with an implicit binary heap (this is the way heapsort is usually implemented).───一種標準的方式來實現一個正常的二進制堆是使用一個數組,然后從左到右填充與隱式二進制堆(這是堆排序的方式通常是實現)。
It maintains the free space in heap as nodes in a Cartesian binary search tree format.───它按照Cartesian二分法檢索樹格式以節點的形式維護堆中的空閑空間。
heap into a binary file, you can use jhat to analyze the binary heap dump file.───堆轉儲至一個二進制文件后,您就可以使用jhat分析二進制堆轉儲文件。
Binary tree is often used as a binary search tree and binary heap.───二叉樹常被用作二叉查找樹和二叉堆。
Once you've dumped the heap into a binary file, you can use jhat to analyze the binary heap dump file.───將堆轉儲至一個二進制文件后,您就可以使用jhat分析二進制堆轉儲文件。
Leftist heap is a special binary heap with heap order and leftist property.───左傾堆是具有堆序性質和左傾性質的特殊二叉堆。