• Hamas officials say if Israel agrees to free all the prisoners on the list, Gilad Shalit could be freed tomorrow.

    VOA: standard.2009.10.03

  • But they're accountable and we can list all possible values when they're discrete and form a probability weighted average of the outcomes.

    但随机变量是离散的话,我们可以把所有的可能值列出来,然后算出加权平均值

    耶鲁公开课 - 金融市场课程节选

  • there is going to be a list of all the websites, and word for word.

    网上会逐字逐句地出现一串儿网址。

    对于抄袭的想法 - SpeakingMax英语口语达人

  • "The right environment means, first of all, looking at the list with the United Nations and removing names that are not part of al Qaida, that are not part of a terrorist network, that are just there because somebody decided to put them in,"

    VOA: standard.2009.03.28

  • It's going to let j run over the length of the list all right, so it's going to start at some point to move down, and then it's going to let i run over range, that's just one smaller, and what's it doing there?

    就在这里,会做什么呢?,我们让j遍历这个列表,好的,它要从某一定开始移动,然后让i也跑遍整个范围,就是比之要小一,会发生什么?

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

  • His new book, The Council of Dads: My Daughters,My Illness and the Men Who Could Be Me, I started making a list of six men from all parts of my life, beginning when I was a child and stretching through today.

    VOA: standard.2010.06.19

  • If you look at the list of the richest people, they're all connected to finance, right?

    如果你看一下财富排行榜的话,他们都与金融有或多或少的联系,对吧

    耶鲁公开课 - 金融市场课程节选

  • And all these other things are not part of the list."

    其他东西都不在书目里面“

    耶鲁公开课 - 新约课程节选

  • We've expanded the list of goods that can go within your life, but for all that, we've still been acting as though the neutral container theory is the right approach.

    我们扩展了生活中美好事物的定义,但除此之外,我们的观点仍然是基于,中性容器理论是正确的理论。

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

  • And now let's suppose that your parents are going away for the weekend and they leave you with the following instructions: If it's raining tomorrow morning, when you wake up, you are to close the windows, open the door and let the cat in, phone the grocer and have him send over the following list of groceries. All right.

    现在假设你们的父母这周末,离开了,给你们留下了,以下的一些指示:,如果明天早上下雨了,醒来的时候,要把窗户关好,打开门,让猫进来,打电话给杂货店并且让他,送来以下的生活用品,好的。

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

  • The teaching fellows have already sent you contact information and a list of the sort of tasks that they're going to be coordinating, but these are all graduate students in psychology and they'll be assisted by several people working with me at the Rudd Center, and all together we have a really terrific team.

    几位助教已经把他们的联系方式,和任务清单发给了你们,到时候将由他们协调研究安排,他们都是心理学的研究生,我在路德中心的,几位同事也会协助他们,我们是个非常棒的团队

    耶鲁公开课 - 关于食物的心理学、生物学和政治学课程节选

  • So, now, here's just a list for you: eight features of literary modernism that are all important to Nabokov.

    现在我给大家一张列表,上面列举了八项对纳博科夫非常重要的文学现代主义的特征。

    耶鲁公开课 - 1945年后的美国小说课程节选

  • As I was going through my long list, she stopped me and she said, "You know Tal, this is all good.

    我正滔滔不绝时,她打断了我,说,谢谢,Tal,这些都不错。

    哈佛公开课 - 幸福课课程节选

  • Well let's see. My fall back is, I could just do linear search, walk down the list one at a time, just comparing those things. OK. So that's sort of my base. But what if I wanted, you know, how do I want to get to that sorted list? All right?

    我只能做线性搜索了,一次遍历一遍列表,一个一个比较,但如果我想要,那怎样得到有序的列表呢?,现在的一个问题是,我们排序之前?

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

  • All right. So how fast could I sort a list?

    排序能够多快呢?

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

  • All right? A linear search, I start at the beginning of the list and walk all the way through it. All right, if I'm lucky and it's at the low end, If it's not, if it's at the far end, I've got to go forever, and you saw that last time where this thing paused for a little while while it actually searched a list this big.

    如果很幸运就在开头,那运行起来很快,如果是在末尾,那就一直得走到头,上次看到了,如果搜索空间很大,程序都会暂停一会,好的,那我希望你们。

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

  • All right, so let's make it the list 123.

    好,还是给这个数组赋值为123好不好?

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

  • What's this thing doing? It's walking along the list looking for the smallest thing in the back end of the list, keeping track of where it came from and swapping it with that spot in the list. All right?

    这是在做什么?是在遍历列表,找列表后端最小的元素,跟踪它从哪里来的,然后同当前点的元素交换,明白了么?

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

  • At each stage, no matter which branch, here or here, I take, I'm cutting down the length of the list that I'm searching in half. All right?

    选的是这里还是那里,我总是把列表分成两半,对吧?,所以如果我处理一个长度为n的列表?

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

  • I've thrown away most of the array- most of the list, I shouldn't say array- most of the list. All right?

    我已经把数组的大部分都排除了-,列表的大部分-,我不应该说数组-列表的大部分?

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

  • I've written a little for loop, which is going to iterate over all of the elements in the list.

    让我们先看看这儿的代码,我已经写了一个循环语句,用来迭代处理数组中所有的元素。

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

  • The worst case here is, the things not in the list in which case I've got to go all the way through the list to get to the end.

    目标数不在数组里,这意味着我必须遍历数组中所有的元素,好,说完了这些。

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

  • 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?

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

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

  • We can put a list in the list again, as we've seen before. So let's put the list containing the string a, and I'll print out so now we see something pretty interesting about a list, that we can mix up all sorts of things in it, and that's OK.

    数组放到数组中去,让我们把这个包含,字符串a的数组放进去,然后再显示,我们看到了一些,挺有趣的事情:我们可以把各种,各类的东西混合着放进去,没问题。

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

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

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

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