• So if I call, let's , let's set up s to be, I don't know, some big long list.

    那让我们来调用一次吧,让我们建立一个,怎么说。

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

  • Having done that, it goes back up and picks the second sub-list, which came from there. It's a down to base case, merges it.

    就是从那里得来的,完成这些后,回到上一步。

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

  • So, these are an important list of factors as to the factors that can make somebody less likely to bring it up to the killing level.

    这些都是很重要的影响因素,它们能使电击者,进行致命电击的可能性降低。

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

  • We add up the goods, subtract the bads-- whatever our favorite list is-- and we come to our best educated guess about the rival evaluations of not just lives as a whole, but chunks of lives.

    我们把好事加起来减去坏事-,不管我们最喜欢哪些事-,我们不但可以据理推测,一生期间其他生活的价值,还能推测某段时间其他生活的价值。

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

  • Because if you did what I suggested with the list, the time to look up the key would be linear in the length of the list. You'd have to look at each element until you found the key.

    字典是用一种很神奇的,叫做散列法的算法,来实现的,后面我们将,会学到一点关于。

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

  • I shouldn't say list, those two tuples, and walk through them to find the pieces that match up.

    除数数组进行对比,我不该说数组的,是元组,遍历这两个元组找到相同的元素。

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

  • In the case of characters, so I have to give up a list of 256, no big deal.

    我需要给出一个有256个空间的列表,不是很大的开销。

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

  • OK. And I'm going to look to see, is a particular element inside of that list, and again, I'll remind you, that's just giving me the integers from zero up to 9999 something or other.

    一个又大又长的列表吧,好的,我打算查找列表中的一个特定元素,我会告诉你,我用的是0到大概是,9999左右的整数。

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

  • Again. Basic premise of binary search, or at least we set it up was, imagine I have a sorted list of elements. We get, in a second, to how we're going to get them sorted, and I want to know, is a particular element in that list..

    好,二分查找的基本前提,或者是我们建立二分查找的基础,我们已经有了一个排好序的元素列表,我们就需要知道如何来快速的排序,如何从列表中找到特定的元素。

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

  • So I'm going to go over here, and I'm going to type test search-- I can type and if you look at your handout, it's just a sequence of tests that I'm going to do OK. So initially, I'm going to set up the list to be the first million integers.

    大家可以看看你们的课堂材料,那儿有一些我要做的实验,好,一开始我先去建立个,含有一百万个integer的数组,对,这有点儿简单,但是这给我提供了这样一个有序的数组。

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

  • And built up the list corresponding to the three items that the user entered.

    建立起对应的数组来,因此这里,我能得到的唯一中间值就是res了。

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

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

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

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