Lists are linked lists of atoms, lists, or both.
列表是原子的链表,或者是列表的列表,或者两者兼备。
These registers point to linked lists in memory.
这些寄存器指向在内存中链表。
For example, linked lists are defined in terms of themselves.
例如,链表就是根据其本身定义出来的。
Let's look at a few examples of recursive functions on linked lists.
让我们来看一些基于链表的递归函数示例。
An abbreviation for the type of immutable singly-linked lists.
不可变单向链接列表的类型的缩写词。
If the two linked lists have no intersection at all, return null.
问题描述:找出两个链表相交的地方。
Their values are stored on singly-linked lists of overflow pages.
它们的值也会存储在溢出页的单项链表上。
You are given two linked lists representing two non-negative numbers.
给定两个链表,分别代表两组非负数字。
One advantage of linked lists is that you can use them to avoid locking situations.
链表的优势之一是,您可以使用它们来避免锁定状态。
This is a data structure algorithms, the use of linked lists of nature to a...
这是数据结构中一个算法,利用链表的一些性质来实现这一现象。
It is a dynamic circular chain that formed by sequent lists and linked lists alternately.
该结构是由顺序表与链表交叉构造而形成的一种动态循环链表。
Although manual memory management with linked lists is possible, it is not a very friendly task.
尽管使用链表人工管理内存是可行的,但那不是一件非常容易的工作。
Singly linked lists are a powerful abstraction that allow you to represent numerous types of data.
单链表是让您可以描述多种类型数据的一种有效抽象。
Now that you have a handle on linked lists, you should be aware of a few interesting properties of lists that you will exploit.
既然您已经了解了链表,那么您应该意识到将要使用的列表的一些有趣的属性。
Program using Pointers, linked lists, arrays, structures, and other knowledge, can be applied to a small management software.
程序用了指针、链表、数组、结构体等知识点,可运用于小的管理软件。
The most common use for generic classes is with collections like linked lists, hash tables, stacks, queues, trees, and so on.
泛型类最常用于集合,如链接列表、哈希表、堆栈、队列、树等。
In theory the hash table is a rather simple construct, just collection of arrays or linked lists divided into a finite number of buckets.
理论上,哈希表是一个非常简单的构造,就是数组或链表的集合被划分到有限数量的存储体中。
In your computer science classes, you learned about different types of lists: arrays, hash maps, linked lists, stacks, queues, and so on.
在计算机科学课程中,您曾学过不同类型的列表:数组、哈希影射、链表、堆栈、队列等等。
It is perfectly safe to use kernel linked lists in interrupt context, but but retrieving anything in interrupt handlers is a bad idea.
绝对安全使用内核链表在中断上下文,但但检索任何中断处理程序是一个坏主意。
They can be expressed as ordered vectors, unordered groups, linked lists, trees, graphs or other forms that the programming language supports.
它们可以表示为有序的向量、无序的组、链表、树、图或编程语言支持的其他形式。
Since a NULL pointer terminates a list, we can also use the NULL pointer condition as a base case for many of our recursive functions on linked lists.
由于NULL指针会结束一个链表,所以我们也可以使用 NULL 指针条件作为基于链表的很多递归程序的基线条件。
I won't spend much time analyzing these operations, because my approach to linked lists will be from a different perspective (which I'll explain later).
我不会用太多时间来分析这些操作,因为我的方法是从另一个角度来使用链表(稍后进行解释)。
For example, if it's a console company and they mainly use c, be ready to answer questions on linked lists, memory usage, and other low level questions.
举例来说,如果是一家游戏主机开发公司而他们主要使用C语言,那你就要准备回答链表,内存管理之类底层的问题。
Libraries of common data structures, like linked lists and grow-able arrays, can remove much of the burden of having to deal with low-level details.
通用数据结构,如链表和可增长的阵列组成的库减轻了由于处理低层细节的负担。
On the basis of class and in accordance with the level structure and the inheritance relation of class, a rule base is constructed by using linked lists.
它以类为基础,并根据类的层次结构和继承关系用链表来构造规则库。
Package provides an implementation based on linked lists of objects (the "ll" part of the package name). There are also extensions of both the basic org.apache.axiom.om.
有关更一般的用法,or g . apache . axiom . om . impl . llom包提供了一种基于对象链表的实现(包名中的“ll”表示链表(linked list))。
So for example, instead of concurrent linked lists, we use dual concurrent lock circular arrays, so we have the benefits of non blocking concurrency without object creation.
因此,相对于并发链表,我们采用了二重并发锁循环数组(dual concurrent lock circular arrays),这样无需创建对象就能享受到非阻塞并发带来的好处。
The new additions to SPL add some useful functionality to PHP that is easy to use, as well as implementations of data structures, such as doubly linked lists, stacks, heaps, and queues.
SPL中的新补充?php添加了一些有用的并且易于使用的功能,以及数据结构的实现,例如双重链接列表、栈、堆和队列。
The new additions to SPL add some useful functionality to PHP that is easy to use, as well as implementations of data structures, such as doubly linked lists, stacks, heaps, and queues.
SPL中的新补充?php添加了一些有用的并且易于使用的功能,以及数据结构的实现,例如双重链接列表、栈、堆和队列。
应用推荐