• F Then I'm going to print a capital F just % 1f C to be aesthetically interesting equals another %.1fc.

    然后我将打印大写字母,使其比较美观的,等于另一个。

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

  • So you get to be pretty close with people, and

    所以关系比较亲密,然后

    跟校友们的关系 - SpeakingMax英语口语达人

  • Three is the smallest one, and I'm going to compare four games twelve, which is going to give me four. And then what do?

    然后将4和12进行比较,得到4是小的一个,那么下面怎么做呢?,将12与30进行对比,12是小的一个?

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

  • Then you can ask the other people to do it too and you can compare with each other.

    也可以叫别人这样做,然后相互比较一下得分。

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

  • 0 You go from one, which is this wide; then it goes to ten 100 and eventually it's going to go to one hundred.

    你从1开始,那个比较广泛,然后它增加到,最终它将增加到。

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

  • You just say that arbitrarily this group, the reference group, let's say the group with the lowest weights, or the lowest cholesterol or anything, you say their risk is one, and then you look to see how everybody else's risk is compared to that.

    可以随意地设定一个群组,作为参照组,我们可以假设是体重最低的一组,或者胆固醇水平最低的一组或者其他,将参照组的风险设为1,然后就可以比较参照组与其他组的风险

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

  • This is on page 1166, bottom of the right-hand column, and then over to 1167, a relatively long passage: Hence Freud is able to proffer, with a certain bravado, the formulation: "the aim of all life is death."

    这在1166页,右边底部,然后跨到1167页,这段比较长:,所以弗洛伊德可以冒险提出一个公式:,“生命的目的是死亡“

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

  • The condition of our whole existence is but to struggle with evil, to compare them, to choose between them, evils that is, and so far as we can to mitigate them.

    我们整个生活状况,就是在与邪恶相斗争中,不断地比较和选择,然后决定什么是邪恶,这样我们才能消除邪恶

    耶鲁公开课 - 美国内战与重建课程节选

  • I've got to do the test, and then I just do the move. So the general formula is that.

    比较一下然后移动,因此一般的公式是这样的。

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

  • I've got one test there, and then I've just got one thing to do here, which has got a subtraction and a multiplication.

    这儿有一个比较,然后在一个基本步骤里,做了一个减法和一个乘法两个基本操作。

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

  • I'm going to set up an index, which is going to tell me where to look, starting at the first part of the list, right?

    索引告诉我从哪里开始检索数组,对不对?,然后我会去记录下我做了多少次比较,这样我就能看到这个算法的工作量了?

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

  • Well, I could look at the value here, and compare it to the value I'm trying to find, and say the following; if the value I'm looking for is bigger than this value, where do I need to look? Just here.

    然后把它和目标数做个比较然后做出如下的判断:,如果目标值大于这个值;,那么我应该去哪找呢?对,应该在这里,对不对?不可能在那儿。

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

  • Initially, it's the beginning and the end of it.

    然后根据中值点和目标数的比较结果。

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

  • Correctness just doesn't do what it's supposed to do but then also design and design is one of those things it's a little harder to put your finger on initially, but it really is something to bear in mind especially toward terms end when you tackle your own final projects.

    正确性“,就是有没有做应该做事情,然后是“设计“,刚开始时,“设计“相对来说比较难一点,但是这是直到这个学期末,都要记住的东西,当你处理的自己的最终方案时。

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

  • It says, well I'm going to print out first and last just so you can see it, and then I say, gee 2 if last minus first is less than 2, that is, if there's no more than two elements left in the list, then I can just check those two elements and return the answer.

    然后它计算了尾点和开始点的差,如果小于2的话,也就是说数组中的元素小于等于,我对这两个元素进行比较,然后返回结果就可以了,否则的话,我们就去寻找中值点,注意它是怎么实现的,首先这个指向一个列表的开头。

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

  • Knowing that, I'm going to say, OK, how many pigs are there, well that's just how we're, however many I had total, minus that amount, and then I can see, how many legs does that give, and then I can check, that the number of legs that I would get for that solution, is it even equal to the number of legs I started with, ah! Interesting. A return.

    它将给我返回头的总数,知道了这些之后我可以说好了,有多少猪呢,无论有多少组鸡的数目,我只要用总数减去那个值,之后我就可以知道一共有多少条腿,然后再把这个值和题目中的腿数相比较,看它是否等于一开始的腿数,啊!真有趣,有一个返回值。

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

  • So I'm going to check to see if- really can't read that thing, let me do it this way-- right, I'm going to increase the number of compares, and I'm going to check to say, is the thing I'm looking for at the i'th spot in the list?

    让我们这样做吧-好-,我会去增加比较次数的计数器,然后去看看在第i处的元素,是不是我要找的呢?,这里s的意思就是,给定数组的?

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

  • So I'm first going to look for something that's not in the list, I'm going to see, is minus 1 in this list, so it's going to be at the far end, and if I do that in the basic case, bam.

    如果我试试第一种最基本的方法,噢,一下就完成了对不对?,因为这种方法查了下第一个元素,然后发现目标数比较下,因为目标数小于第一个元素。

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

  • Do one comparison and return one of two possible orders on it, but I need to decide that.

    虽然可以做一次比较,然后返回两个可能的顺序中的一个为结果,但是这需要我来做决定。

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

  • They're inside that loop-I've got the wrong glasses so I'm going to have to squint- and we've got one test which is a comparison we've got another test which is a multiplication-- sorry, not a test, we've got - another step which is a multiplication- and another step that is a subtraction.

    他们在循环里面呢,我带错眼镜了所以不得不斜视-,然后我们这里有一个比较的测试,还有一个乘法的测试,-对不起,不是测试,是另外一个乘法的步骤-,还有一个减法的步骤。

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

  • Now, less than is just, if you haven't used it before, it's just the operator you'd expect, it's comparing two things and it's going to return either true or false depending on whether the first argument is false less than the second argument.

    现在,小于这个符号是,如果你之前没用过它的话,它就是你期望的那个运算符,它会比较两个独享,然后基于第一个参数是不是,小于第二个参数,返回true或者。

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

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

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

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