• With Johnny Spillane and their other teammates, Demong and Lodwick have one of the best chances in recent memory of earning an Olympic medal in Vancouver.

    VOA: standard.2010.01.31

  • Well, in Tennyson sound is the device, "the murmurous haunt"--oh, I have no memory at all today.

    在坦尼森的的作品中声音扮演同样的角色,那沙沙的萦绕之声,哦不,我记混了。

    耶鲁公开课 - 文学理论导论课程节选

  • So now that we begin to have this ability to express strings in memory, to understand what they are, we can start to apply actually real-world algorithms to them.

    现在我们开始用这个技能来在内存中表达字符串,来理解它们是什么,我们可以开始,我们可以对其使用实际的,现实生活中的算法。

    哈佛公开课 - 计算机科学课程节选

  • "Right now at a time when there are more hungry people in the world than ever before, there is less food aid than we have seen in living memory and this is extremely alarming to the World Food Program because we are the ones on the front lines trying to help the most hungry out of the one billion people who are going to bed every night without enough food."

    VOA: standard.2009.10.14

  • You don't have to read the notes cause you've got the sound in your ears, part of your aural memory.

    你不用去看音符,因为你头脑里已经有了声音,这是你听觉记忆的一部分

    耶鲁公开课 - 聆听音乐课程节选

  • I mean, you grew up in an age when computers were blazingly fast, and have tons of memory, so why in the world do you care about efficiency?

    我的意思是你们是伴随着,计算机快速发展成长的,计算机都有这么大的内存,那还在乎效率干嘛呢?

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • It is not enough merely to speak the same words, but in a sense, citizens must have certain common experiences, certain common memory and experience that shape a city and the people.

    仅是说相同的话还不够,另一方面,公民还必需,要有特定的共同经历,特定的共同记忆,与形塑城市与人民的经历。

    耶鲁公开课 - 政治哲学导论课程节选

  • So--you might think " "Oh, no, the physicalist is wrong," when the physicalist says that personality memory, belief, consciousness, what have you is housed or based in the body is based in an immaterial soul.

    你也许会想,“不,这个物理主义学者说错了“,当他说,个人的记忆,信仰,意识,等等都储存在肉体里,也储存在非物质的灵魂里。

    耶鲁公开课 - 死亡课程节选

  • So even though we're not literally throwing RAM away, we're not physically moving anything, conceptually, we have to go through memory in this order back to back to back and then undo it.

    即使我们没有把内存依次扔掉,我们物理上没有移动任何东西,概念地,我们必须按照顺序经过内存,回到这里然后撤销它。

    哈佛公开课 - 计算机科学课程节选

  • So, in memory, you have different zones if you will.

    在内存中,你可以有不同的区域。

    哈佛公开课 - 计算机科学课程节选

  • We have a pointer to the location in memory that contains the actual value, which itself might be a bunch of pointers, and we have a pointer to the actual-- sorry, a pointer the value and we have a pointer to the next element in the list. All right?

    包含实际值的地址,可能实际值,也是一系列指针,这里还有指向实际,抱歉,指向下一个元素的指针,我们来整理下?

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • But we said earlier that, you know, we're going to get - to the point where we want to have a lot of pieces of -- a lot of variables in memory, maybe 140,000 dictionary words for some future peace set, but we don't want to enumerate line by line by line 140,000 variables.

    但是我们之前说过,你们知道的,我们将获得,有很多块--很多变量的内存的指针-,可能有140,000个单词的集合,但是我们不想一行行地列举,140,000行变量。

    哈佛公开课 - 计算机科学课程节选

  • And actually, if I don't want to clobber, as we say, overwrite the value of my variable, ; I could declare another one and store the return value in Y; Y so now I have two ints in memory; X and Y, 3 one with two, one with three.

    实际上,如果你不想彻底清除,像我们说的,覆盖那个变量的值,我可以申明另一个变量Y,并在Y中保存那个返回值;,现在内存中有两个int数,X和,一个的值为2,一个为。

    哈佛公开课 - 计算机科学课程节选

  • So, now I have x pointing at a chunk of memory what's in this memory though?

    那么,现在x指向一块内存,内存中是什么呢?

    哈佛公开课 - 计算机科学课程节选

  • But as soon as the most recently called function finishes executing, you have to take that tray off the stack in order to get at the previous function's memory, and once he's done executing, you have to take that one off and then what's left well then main.

    但是,一旦新的调用函数结束了执行,你必须从堆中把托盘拿掉,用来获得先前函数的内存,一旦他完成执行,你必须把那一块拿下来,然后剩下的是main函数。

    哈佛公开课 - 计算机科学课程节选

  • To get any location in memory, to get to any value of the list, I simply have to say which element do I want to get, I know that these things are stored in a particular size multiply that index by 4, add it to start, and then it's in a constant amount of time I can go to that location and get out the cell.

    取得列表中的任何一个值,简单说来,想要取得列表中的任何元素,我知道这些元素存在特定的大小中,把下标乘以4,加到start上,然后定位到内存单元,并取出值就是固定的时间了,好的,如果元素以固定大小存储。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • And when you call a function, one of the things X that happens is whatever your passing in, for instance, X, ; and if this is A, this thing gets copied into A; so at that moment in time of calling increment, I actually have two copies of the same value in memory but they're referred to by different names.

    当你调用一个函数,其中发生的一件事情是,不管你输入什么,比如,或者是A,它把这个东西复制到A中;,调用increment的时候,实际上在内存中,有两个同样的值的内存块,但是它们有不同的名字。

    哈佛公开课 - 计算机科学课程节选

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定