以下为句子列表:
英文: A doubly-linked list links its elements both backward and forward in a circular fashion.
中文: 在一个循环方式中,双链接列表既向前又向后链接他的元素。
更详细...
英文: Bulk operations on a TTreeView are often painfully slow, because every time a node is referenced using an index, the TTreeView has to walk through its linked list of nodes to get to the specified index.
中文: 对一个树开视图控件进行大量操作经常速度很慢,因为每一次节点都需要通过一个索引进行引用,树形视图控件必须遍历它的节点链表以获到特定的索引,这个例子演示了一种解决这一问题的方法。
更详细...
英文: Some programmers like to start off a linked list with a dummy node that's always empty.
中文: 有些程序员喜欢以一个总是为空的哑元节点(即不表示实际数据的节点)作为一个链表的开始节点。
更详细...
英文: The key feature of a doubly-linked list is that you can add or remove elements anywhere in the list.
中文: 一个双链接列表的关键特征是:你可以添加或者移除在这个列表中任何位置的元素。
更详细...
|