网站首页  词典首页

请输入您要查询的英文单词:

 

单词 linked list
释义

linked list

美 
英 
  • 网络链表;链表类;设计链表类
n.
1.
a chain of data items, each associated with a pointer to the next, and sometimes also to the previous one

例句

释义:
1.
As Java SE programmers, we might be tempted to use an existing LinkedList or Queue class to provide a data store to hold our measurements.
作为JavaSE编程人员,可能会尝试使用一个现有的LinkedList或Queue类,来提供一个数据存储,容纳我们的度量结果。
www.ibm.com
2.
To implement mutator methods, the new LinkedList class serves as a container for an internal, immutable list, as shown in Listing 5.
为了执行可变的方法,新的LinkedList类作为一个内部不可变的链表的容器,如清单5所示。
www.ibm.com
3.
If you do so, you will have to place the constraint at the LinkedList level as well, even if the list does not compare keys.
如果您这样做,则您还必须将该约束放在LinkedList级别,即使该列表不比较键。
msdn2.microsoft.com
4.
I said earlier that an empty list is a LinkedList containing a null pointer in both fields.
我前面说过,空链表就是两个域都包含一个空指针的LinkedList。
www.ibm.com
5.
To keep the example simple, I implemented only a few of the methods defined in java. util. LinkedList.
为了示例的简单起见,我只执行在java.util.LinkedList中定义的一些方法。
www.ibm.com
6.
The specific algorithm used to iterate over an array (versus a LinkedList) is left to the design pattern implementation.
用于迭代数组(相对于LinkedList)的具体算法留给设计模式的实现部分。
www.ibm.com
7.
Consider the following singly linked implementation of the LinkedList class, with a dangling composite.
考虑下面LinkedList类的单连接执行,它有一个悬挂复合类型。
www.ibm.com
8.
We look up a hash table with linked list based upon the hash key for the logging token name.
我们需要根据日志标记名使用的散列值对具有链表(linkedlist)的散列表进行查询。
www.ibm.com
9.
This article will discuss only singly linked lists; the terms "linked lists" and "lists" will both be used to mean singly linked lists.
本文将只讨论单链表;术语“链表(linkedlist)”和“列表(list)”都被用来表示单链表。
www.ibm.com
10.
The JAX-RPC specification does not define a mapping for the LinkedList class.
JAX-RPC规范没有为LinkedList类定义映射。
www.ibm.com
1.
In fact, as I mentioned earlier, our LinkedList class already contains a subtle but devastating bug (did you spot it? ).
实际上,就象我前面提到的,我们的LinkedList类已经包含一个微小的但有破坏性的错误(你发现了吗?)
www.ibm.com
2.
If the LinkedList is empty, the new node becomes the First and the Last.
如果LinkedList为空,则新节点将变为First和Last。
msdn2.microsoft.com
3.
This method also returns false if value was not found in the original LinkedList.
如果在原始LinkedList中没有找到value,此方法也会返回false。
msdn2.microsoft.com
4.
By this measure, the LinkedList implementation in Listing 2 fails miserably.
按照这种方法,清单2中的LinkedList的执行只能是可怜的失败。
www.ibm.com
5.
Represents a node in a LinkedList.
表示LinkedList中的节点。
msdn2.microsoft.com
6.
Because LinkedList isn't new, let's look at the new PriorityQueue class.
因为LinkedList不是新事物,所以我们来看一下新的PriorityQueue类。
www.ibm.com
7.
It's because there is no xsd: linkedList.
这是因为没有xsd:linkedList。
www.ibm.com
8.
Note that these operations may execute in time proportional to the index value for some implementations (the LinkedList class, for example).
注重对于某些实现(比如LinkedList类)这些操作的执行时间和下标值成正比。
www.studyems.com
9.
For example, let's consider the original LinkedList-based CustomerService implementation listed above.
例如,让我们考虑上面列出的基于原始LinkedList的CustomerService实现。
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/14 20:36:03