链表英文解释翻译、链表的近义词、反义词、例句
英语翻译:
【计】 chain table; linked list
相关词条:
1.linkedlist 2.chainedlist分词翻译:
链的英语翻译:
catenary; chain【医】 chain
表的英语翻译:
rota; surface; table; watch【计】 T
【化】 epi-
【医】 chart; meter; sheet; table
【经】 schedule
网络扩展解释
链表
链表中文的拼音为 "liàn biǎo",是一种数据结构,由若干个节点组成。每个节点包含数据和指向下一个节点的指针。
链表的英语解释翻译
The English translation for 链表 is "linked list". It is a data structure composed of several nodes, each containing data and a pointer to the next node.
链表的英文读音
The English pronunciation for "linked list" is /lɪŋkt lɪst/.
链表的英文用法
In computer science, linked lists are often used to represent sequences of data that are constantly changing, such as a queue or a stack.
链表的英文例句
One example of using a linked list is in the implementation of a browser history, where the user's actions are recorded in a linked list structure.
一个使用链表的例子是浏览器历史的实现,用户的操作记录在一个链表结构中。
链表的英文近义词
A similar data structure to a linked list is an array, which is a fixed-size collection of elements. Another similar data structure is a tree, which contains nodes that may have multiple child nodes.
与链表类似的数据结构是数组,它是一个固定大小的元素集合。另一个类似的数据结构是树,它包含具有多个子节点的节点。
链表的英文反义词
The opposite data structure to a linked list is an array, which has a fixed size and cannot be easily changed.
链表的相反数据结构是数组,它具有固定的大小,不能很容易地更改。
链表的英文单词常用度
The word "linked list" is relatively common in computer science and programming, and appears frequently in technical documents and textbooks.
单词 "linked list" 在计算机科学和编程中相对常见,在技术文件和教科书中经常出现。