You're calling functions, functions, functions, but you're allocating heap, heap, heap, heap memory for your words.
我们一直调用函数,函数,函数,你一直为单词分配堆,堆,堆,堆。
And you will find this pattern useful for when you are talking about something in your memory.
当你在谈论记忆中的某事时,这个句型非常有用。
RAM is this memory recall or, as you'll soon find in problems Set One, that's used for ephemeral purposes.
内存是随机存储器,你们将,在习题集1中发现,它们用来短暂存储的目的。
So, when we talk about memory, for instance, we'll talk about disorders in memory, including some disorders that keep you from forming new memories as well as disorders of amnesia where you forget the past.
比如说,当我们讨论记忆的时候,我们会讨论记忆障碍,包括了使你无法形成新鲜记忆的一些障碍,以及遗忘过去记忆的遗忘症障碍
Remind me of" is a really good phrase to use for when you're talking about a memory
当你谈起一段回忆时,“Remind me of” 是一个非常好的句型。
Well, if you forget where the memory is that you asked for, well, in fact, that is how you make a memory leak.
嗯,如果你忘了你申请的内存在哪里,呃,实际上,这就是造成内存泄露的原因。
You just forget where the memory is that you asked for on the heap and it's not going to get cleaned up on the stack because malloc puts it somewhere else.
你忘了你在堆中申请的内存在哪里,它将会被栈清除,因为malloc把它放在别的地方。
Well, there's a chunk of memory called the heap that you can grab as much memory as you want so long as it exists for your program.
好的,这里有一块叫做堆的内存,这样你就可以获得你想要那么多的内存,因为它为你的程序而存在。
So that means if you-- whether you own a Mac, PC or whatever, you have a whole chunk of RAM memory which you can draw for instance as a rectangle, if you can't quite see.
也就是说,无论你的电脑是Mac也好,PC也好或其他什么的,你会有厚厚一块RAM存储器,我们可以把它画成长方形,你们有可能看不到。
So what would be the letter A in binary inside of a computer's memory when you hit the letter A on the keyboard, for capital A?
当你敲击键盘上的字母A时,那么在计算机二进制的存储中,字母A是什么样的呢?
应用推荐