• I look at the rest of the list to decide what's the element to swap into the next place.

    我会查看列表剩下的部分,来看看需要交换哪个元素。

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

  • If I could do that for the rest of my life, get paid to talk all day, I would love to.

    如果我的余生能够通过说话来赚钱,我非常愿意这样做。

    想成为配音演员 - SpeakingMax英语口语达人

  • I want to turn for the rest of this lecture and for next lecture next week to the social emotions.

    先休息一下,下周下节课将谈论社会情感。

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

  • That was the kind of thing you saw. Asserts said here are some conditions to test. If they're true, I'm going to let the rest of the code run.

    这就是你看到的,断言是一些测试条件,如果他们为真。

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

  • It's an historical question, as I say, and I want to devote the rest of the lecture to it.

    这是一个历史问题,正如我刚刚说的,我会用剩下的时间讲讲这个问题。

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

  • Which is why I think we need a bipartisan foreign policy based on our values that reaches out to the rest of the world.

    这是为什么,我认为我们需要一个建立在价值观基础之上,两党连立的外交政策,我们依此和全世界打交道。

    普林斯顿公开课 - 国际座谈会课程节选

  • What I want to do for the rest of the time today is talk about - a little bit about cell physiology but I'm not going to say too much for a couple of reasons.

    剩下的时间我想讲一点关于,细胞生理学的内容,但因某些原因我不会讲很多

    耶鲁公开课 - 生物医学工程探索课程节选

  • And so I can--a great deal after all, 20 years-- I can give you a pretty good idea of what it's like to live in France, even if I didn't move there for the rest of my life without ever coming back."

    所以我可以,毕竟二十年还是有很多,关于住在法国是什么样的感觉,我可以给你很好的描述,就算在我的有生之年我再也不会,搬回法国

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

  • And then they moved to New Zealand and had the rest of us. So I am number eight.

    然后他们搬去了新西兰,生下了其余的孩子。我排行老八。

    世界就是我的故乡 - SpeakingMax英语口语达人

  • It's as if I'm arguing that if I reason this way and reason myself to choosing Beta, somehow I'm going to make the rest of you reason the same way too.

    这就好像是在说,要是我这么推理然后选了β,我有办法让你们也都用同样的方式推理

    耶鲁公开课 - 博弈论课程节选

  • Now for the rest of the session today, what I'd like to do is take examples from the realm of pop music and use them as paradigms for what happens in the world of classical music.

    今天剩下的时间里,我想给大家看一些流行音乐领域的例子,然后和古典乐领域进行对比。

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

  • So I did two years over there and I'm going to finish the rest of my career here

    我在那边干了两年,准备在这里完成我剩下的职业生涯。

    快乐的校园生活 - SpeakingMax英语口语达人

  • What exactly that purgation will entail and why Milton's voice needs to be purged at all I think these questions are really the subject of the entire rest of the poem.

    这种净化是很有必要的,弥尔顿的语言为什么需要被完全净化,我认为这个问题才是所有剩余诗歌,真正的主题。

    耶鲁公开课 - 弥尔顿课程节选

  • In particular, the things that I say are at rest, you will say are moving backwards at the velocity that you have relative to me.

    特别是那些在我看来是静止的物体,在你看来却在后退,后退的速度等于我们之间的相对速度

    耶鲁公开课 - 基础物理课程节选

  • Although I enjoyed watching The Simpsons more in this particular moment, in justice, if I were to spend the rest of my life considering the three different video clips shown, I would not want to spend that remainder of my life considering the latter two clips.

    虽然此刻我更喜欢看《辛普森一家》,但公平地讲,要是让我用后半生来思索,这三个不同的视频片段的话,我不会愿意用尽我的余生,来思考后两个片段。

    耶鲁公开课 - 公正课程节选

  • And I will leave the supreme court up to the rest of you. There is an election coming up.

    最高法院那个事情就交给你们了,这不马上要选举了。

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

  • I'm going to shift and spend the rest of this class on a couple of mysteries.

    本节课接下来的时间,我们来讲几个心理学未解之谜。

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

  • 2 7 And I'm not going to draw the rest of the tree for you here, because I drew it last time, and you don't need to see the whole tree.

    从这儿我们得到了,我在这里不会剩下的树都画出来,因为我上次画过了。

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

  • I believe that these are the foundational moments of theorizing and that if you're going to teach anything like a survey, you've got to derive the rest of it from whatever the moment I happen to subscribe to might be."

    我相信这些都对建立理论非常重要,如果你想教概论之类的东西,那么其它的部分都得是我赞同的才行“

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

  • It took me seven comparisons, because I can take advantage of the fact I know I only ever have to look at the first element of each sub-list. Those are the only things I need to compare, and when I run out of one list, I just add the rest of the list in.

    进行了7次对比,因为我可以利用我知道的优势:,每次只需要比较每个子列表的第一个元素,那才是我需要进行对比的内容,当一个列表的元素处理完了,只需要将另一个列表剩下的元素直接添加进去。

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

  • and I asked you to give yourself a percentage rating relative to the rest of the class, then if everybody was accurate, or at least not systematically biased, the number should add up to 50%.

    我要你相比于其他同学的表现,给自己一个百分数,如果大家都准确地评价自己,或者说大家都不偏心于自己,那么平均百分数应该是50%的。

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

  • What I want to spend the rest of the time doing is talking about some of the biological properties of DNA.

    下面的时间我将讲解,一些DNA的生物学特性

    耶鲁公开课 - 生物医学工程探索课程节选

  • The rest of the time I want to talk about expression of genes, of new genes.

    剩下的时间里我想讲讲基因的表达,新基因的表达

    耶鲁公开课 - 生物医学工程探索课程节选

  • So, summarizing better, assert is something you put in to say to the user, make sure you're giving me input of this type, but I'm going to guarantee you the rest of the code works correctly. Exceptions and exception handlers are saying, here are the odd cases that I might see and here's what I'd like to do in those cases in order to try and be able to deal with them.

    所以更好的总结下,断言就是你放在那里告诉用户,保证你输入的是这种类型的,但我能保证剩下的代码运行正确,异常和异常处理做的事,这里有些我能预期的异常情况,并且这里有些情况,我能尝试处理。

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

  • But if, at any point, I get to a place in the list where the thing I'm looking for is smaller than the element in the list, I know everything else in the rest of the list has to be bigger than that, I don't have to bother looking anymore.

    比当前位置数组的元素要小,我也就知道后面的数肯定,也都比我的目标数要大了,我就不用再继续进行下去了,这意味着目标数不在这个数组中,我就可以退出了。

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

  • I don't want to be told that I could sit here for the rest of my life just sort of parsing one sentence. Don't tell me about that.

    我可不想坐在这里学一辈子,就为了解读一个句子的意思,千万别这么告诉我。

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

  • What I want to spend the rest of the class on is the scientific assessment of Freud.

    下面的课我想着重谈谈,对弗洛伊德的科学评价。

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

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

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

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