• Right, so s of i saying, given the list, look at the i'th element, true is it the same thing?

    第2个元素,看他们是不是相等呢?,如果他们相等,好,把答案设置为?

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

  • Lisp The problem with that technique, while it's very general, is how long does it take me to find the i'th element of the list?

    很多编程语言包括,都是用了这种技术,这个问题就是,当数组很大的时候?

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

  • Now, these Th-cells, helper T-cells, go on to stimulate B-cells, and it's these B-cells that become the mature antibody producing cells that make quantities of antibody that fill up in your body.

    这些辅助性T细胞,进一步刺激B淋巴细胞,从而使这些B淋巴细胞,逐渐发育成成熟的抗体生成细胞,可在体内产生大量抗体

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

  • Here's the problem. How do I get to the nth- er, the k'th element in the list, in this case?

    如何找到第n个元素呢-,在这里,如何找到第k个元素呢?

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

  • Just swapping them, right? I temporarily hold on to what's in the i'th element so I can move the i plus first one in, and then replace that with the i'th element.

    交换他们,对么?,临时的保存下第i个元素,然后把第i+1个元素移进来,把i+1的位置替换为第i个元素。

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

  • It's looking at the i'th and the i plus first element and it's saying, gee, if the i'th element is bigger than the i'th plus first element, what's the next set of three things doing?

    他在观察第i个元素,和第i+1个元素,如果第i个元素大于第i+1个元素,接下来的要做哪三件事情?

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

  • So I'm not going to worry whether this item is a vase or a watch or painting I'm just going to say it's the n'th element.

    所以我不用担心这个物品,是花瓶还是手表或者油画,我只要说这是第n个元素就好。

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

  • I've got to count my way down, which means that the access would be linear in the length of the list to find the i'th element of the list, and that's going to increase the complexity.

    的位置并去访问,然后继续下去,也就意味着,找到数组中的第i个元素的方法,是关于数组的长度呈线性复杂度的,这回增加算法的复杂度。

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

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

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

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