singly linked-list的意思
singly linked-list中文翻譯:
單鏈表
相似詞語短語
linked list───鏈表
single-sided disk───單面圓盤
single-minded pursuit───一心一意的追求
linked lists───鏈表
single ticket───單程票
single tickets───單程票
single wicket───單導葉
雙語使用場景
It essentially created a singly linked list that linked the frame pointer for each of the callers to a function.───它實質上創建了一個單鏈表以鏈接為每個函數調用的幀指針。
Listing 1 shows the most basic concurrent, singly linked list interface.───清單1給出最基本的并發單向鏈表接口。
Each scheduler class is linked with one another in a singly linked list, allowing the classes to be iterated (for example, for the purposes of enablement of disablement on a given processor).───每個調度器類都在一對一連接的列表中彼此相連,使類可以迭代(例如,要啟用給定處理器的禁用)。
Each application contains a singly linked list of CDynLinkLibrary objects.───每個應用程序均包含CDynLinkLibrary對象的單向鏈接表。
If a binary tree becomes degenerate, we run into the same efficiency problems as we did with the singly linked list.───如果二叉樹變得很不平衡,我們將會碰到同樣的效率問題如同在持久化單向鏈表是一樣。
Design choices in a concurrent, singly linked list───并發單向鏈表的設計方法
2 Implement an algorithm to find the nth to last element of a singly linked list───2實現算法查找單鏈表中的倒數第n個元素。
Deleting a Node from a Singly Linked List───在單鏈表中刪除一個節點