有奖纠错
| 划词

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

释放也很简单,只将区块新加到可用链表开始,这O(1)操作。

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

用户正在搜索


eparcuale, eparcualia, eparsalgia, eparterial, epaulement, epaulet, epaulette, epaulettes, epauxesiectomy, epaxial,

相似单词


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.

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

评价该例句:好评差评指正
Lex Fridman Podcast

Yeah, let's wax philosophical about a linked list.

好吧,让我们来的哲学意义。

评价该例句:好评差评指正
Lex Fridman Podcast

A node in a linked list doesn't know anything about the world it's in.

中的节点对其所在的世界无所知。

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

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

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

评价该例句:好评差评指正
Lex Fridman Podcast

And the teacher that was teaching, Ray Babcock, he was talking about linked lists.

授课的老师雷·巴布科克,他当时正在讲解

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

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

你可以让树的节点使用来存储它们指向的所有节点。

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

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

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

评价该例句:好评差评指正
Lex Fridman Podcast

This was after the linked list and I cannot figure out recursion.

在学习了之后,但我还无法理解递归。

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

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

使用个结构体,我们可以创建种灵活的数据结构,可以存储许多节点。

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

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

当程序员使用时,他们很少会查看存储在下个指针中的内存值。

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

Linked Lists can also easily be re-ordered, trimmed, split, reversed, and so on.

也可以很容易地重新排序、裁剪、分割、反转等。

评价该例句:好评差评指正
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

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

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

想象我们有个指针,名为“邮局队列”,它指向我们的中的第个节点。

评价该例句:好评差评指正
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.

由于种灵活性,许多更复杂的数据结构都基于构建的。最着名和通用的队列和栈。

评价该例句:好评差评指正
Lex Fridman Podcast

Now you have to learn Java at Montana State University when I went, and so He's off there kind of explaining this whole linked list thing and all that.

现在你在蒙大拿州立大学学习时必须要学Java,所以我去的时候, 他就在那里解释的整个概念等等。

评价该例句:好评差评指正
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.

所以碰巧循环的,但也可能通过将下个指针值设为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.

如果我们想让某人加入队列,也就让他们排到队伍的末尾,我们需要遍历直到末尾,然后修改那个指向下个节点的指针,使其指向新加入的人。

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

用户正在搜索


ependymary, ependymitis, ependymoastrocytoma, ependymoblast, ependymoblastoma, ependymocyte, ependymocytoma, Ependymocytus, ependymoma, ependymopathy,

相似单词


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

    关注我们的微信

  • 手机客户端二维码

    下载手机客户端

赞助商链接