• If I haven't solved the problem, let me solve it, and store the answer away for later reference.

    让我解决它,然后保留答案以备下次调用

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

  • a I'm not, so come down here check palindrome that the two end points a and a are the same and call this again also.

    判断两端都是,然后再次调用,注意发生了什么。

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

  • f Well, call toupper pass this lowercase F F to this function called toupper it's going to return capital F and so what do I assign to s2 bracket zero?

    调用toupper函数,传递这个小写,然后返回的是大写的,那么我对s2【0】赋值多少?

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

  • And that then let's me get to, basically, base this code. Having done that, height I simply call base with get float, I call height with get float, and do the rest of the work.

    现在让我们看看这段代码,其实已经写好了,我简单的调用下,用来得到一个浮点数,再调用下,来得到另外一个浮点数,然后做剩下的工作就可以了。

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

  • Because I'm sort of curious as to, again, which is the right way to think about this, And then, I'm going to just call it.

    因为我很好奇,正确模拟股票的应该是哪种分布,然后我会调用它。

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

  • When I call the class definition, that is I call c point, I'm going to call it with a specific set of arguments.

    来创建实例的时候,也就是调用c,point的时候,我会以一个特定的参数集来调用它,然后将要发生的就是init将会被应用。

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

  • init Init creates a pointer to the instance.

    然后这个方法调用了。

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

  • And then I'll create this function, d1 this distribution d 1, which will, whenever I call it, give me a random, a uniformly selected value between minus and plus volatility.

    然后我会创建这个函数,这个概率分布,每次我调用这个函数的时候,他会给我返回一个随机的,按照均匀分布,从正负浮动值之间选择的值。

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

  • Notice in the class definition here, is there, this is the first thing that's got called, and I just called with the value for x and the value for y, and it went off and did something for me.

    就在这里,这是第一个被调用的东西,我用x的值和y的值调用了它,然后这个方法继续进行,并为了做了一些操作。

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

  • So pictorially, you can imagine foo getting called and then it finishes running; so these rows in this chart will just be whisked away.

    看起来,你可以想象foo被调用,然后它结束运行,所以这个图表中的这些行,将被快速移去。

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

  • And then call.

    然后调用

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

  • printf Well, notice I'm calling print F with percent C, and then I'm printing out each of these letters one at a time.

    好的,请注意我用%c来调用然后我打印出一个一个打印出这些字符。

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

  • And then I'll call fast max val passing at this extra argument of the memo.

    然后我会调用快速maxval函数,而它是基于这个额外变量memo的。

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

  • Then I called GetInt, which is going to handle the difficult users for me.

    然后调用GetInt,它将,为我处理一些麻烦的用户。

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

  • And then I'll call fast Fib and it returns the result it has.

    然后我会调用快速Fib函数,然后它会返回它的结果。

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

  • int Y Well, I said int X and int Y; so that gave me one square here called X, one square here ; or wherever, called Y, done, one was put in here; two was put in here, and then I called this function swap.

    好的,我声明了int,X,和;,然后我这里有个正方形叫做X,一个正方形,叫做Y,完成,1放在这里;,2放在这里,然后调用这个swap函数。

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

  • Let me go ahead and call print F. I'm going to say A equals A and then I need a percent D, backslash, comma A; so this is a little bit of -- more syntax than would be nice, %d but I'm just saying, literally, A equals percent D, and I'm plugging in the value of A for percent D.

    我们继续调用printf,我说明A等于,然后我需要%d,反斜杠n,逗号;,所以这个有点--偏向逻辑的,而不偏向美观的,但是我刚说了,字面上,A等于,我用%d插入了A的值。

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

  • And, again, the rectangle represents your computer's RAM, the bottom represents the part of RAM that we generally call the stack, main conceptually ends up on the bottom of the stack followed foo by its local variables then the function say foo that it calls and on and on and on and up, but there is, in fact, something above all of this and we've seen this picture briefly and that's this thing called the heap.

    再次,矩形表示的是计算机内存,底端表示内存的一部分,通常我们把它叫做堆栈,main函数在,堆栈的底端,之后是,它的局部变量,然后是它调用的函数,等等等等,但是那里有,实际上,在这个上面,我们粗略看看这个图画,这个东西叫做堆。

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

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

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

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