有奖纠错
| 划词

Memory deallocation may be as simple as adding that chunk to the front of the free list, a O(1) operation.

内存的释放也很简将区块新加到的开始,这一个O(1)操作。

评价该例句:好评差评指正

用户正在搜索


majestical, majestically, majesty, Majidae, Majinae, Majlis, majolica, major, major axis, major general,

相似单词


3G, 401(K), a,

声明:以上例句、词性分类均由互联网资源自动生成,部分未经过人工审核,其表达内容亦不代表本软件的观点;若发现问题,欢迎向我们指正。

TED演版) 2016年4月合集

So I guarantee you, everybody who raised their hand, they have done what's called a singly-linked list.

我敢保证,刚刚举手的每一位,肯定做过单向链表

评价该例句:好评差评指正
科技 Crash Course

This means that the next node in the linked list is located at memory location 1008.

意味着链表中的下一个节点位于内存位置 1008。

评价该例句:好评差评指正
沪教牛津版初中英语九年级上册

Perhaps you're right, but I think the story is out of date. No one keeps a watch on a chain any more.

也许你是对的,但我觉得个故事过时了,没有人还留着链表了。

评价该例句:好评差评指正
科技 Crash Course

When programmers use linked lists, they rarely look at the memory values stored in the next pointers.

当程序员使用链表时,们很少查看存储在 next 指针中的内存值。

评价该例句:好评差评指正
科技 Crash Course

Using this struct, we can create a linked list, which is a flexible data structure that can store many nodes.

使用个结构,我们可以创建一个链表,它是一种灵活的数据结构,可以存储很多节点。

评价该例句:好评差评指正
科技 Crash Course

Unlike an array, whose size has to be pre-defined, linked lists can be dynamically extended or shortened.

与必须预先定义大小的数组不同,链表可以动态扩展或缩短。

评价该例句:好评差评指正
科技 Crash Course

Instead, they can use an abstraction of a linked list, that looks like this, which is much easier to conceptualize.

相反,们可以使用链表的抽象,看起来,更容易概念化。

评价该例句:好评差评指正
科技 Crash Course

With just a small change, we can use linked lists as stacks, which are LIFO… Last-In First-Out.

只需稍作改动,我们就可以将链表用作堆栈,即 LIFO… … 后进先出。

评价该例句:好评差评指正
科技 Crash Course

You can even have tree nodes that use linked lists to store all the nodes they point to.

您甚至可以让树节点使用链表来存储它们指向的所有节点。

评价该例句:好评差评指正
科技 Crash Course

Imagine we have a pointer, named " post office queue" , that points to the first node in our linked list.

假设我们有一个名为“邮局队列”的指针,它指向链表中的第一个节点。

评价该例句:好评差评指正
科技 Crash Course

Looking down the linked list, to the next node, we see it stores the value 112 and points to another node at location 1002.

向下看链表,到下一个节点,我们看到它存储值 112 并指向位置 1002 处的另一个节点。

评价该例句:好评差评指正
科技 Crash Course

Owing to this flexibility, many more-complex data structures are built on top of linked lists The most famous and universal are queues and stacks.

由于种灵活性,许多更复杂的数据结构都建立在链表之上,最著名和最普遍的是队列和堆栈。

评价该例句:好评差评指正
科技 Crash Course

So this linked list happened to be circular, but it could also have been terminated by using a next pointer value of 0 -- the null value -- which would indicate we've reached the end of the list.

所以链表恰好是循环的,但它也可以通过使用 next 指针值 0——空值——来终止,表明我们已经到达了链表的末尾。

评价该例句:好评差评指正
科技 Crash Course

If we want to enqueue someone, that is, add them to the line, we have to traverse down the linked list until we hit the end, and then change that next pointer to point to the new person.

如果我们想将某人入队,也就是将们添加到行中,我们必须向下遍历链表直到到达末尾,然后将 next 指针更改为指向新人。

评价该例句:好评差评指正

用户正在搜索


majordomo, majorette, majoritarian, majoritarianism, majority, majority leader, majority rule, majorization, majorship, Majunga,

相似单词


3G, 401(K), a,
  • 微信二维码

    关注我们的微信

  • 手机客户端二维码

    下载手机客户端

赞助商链接