• But it's not quite true, because typically what they actually do that, is they say it's adjusted for risk.

    但是这是不对的,因为它们实际上就是存在这种情况,它们会根据风险进行调整。

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

  • So the first thing we'll do is, we'll print the element, in this case it will be a list right? Because it's a list with two lists in it.

    因此这儿我们要做的第一件事,就是要显示元素,在这儿元素就是数组了对不对?,因为这个数组包含了两个数组。

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

  • It still seems wrong in a way that it doesn't seem wrong in the first case to turn, you say.

    反正就是不对,而在第一种情况,这样做就是对的,是吧。

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

  • Maybe you're paying me indirectly, but I shouldn't be collecting money from you and then awarding grades; that wouldn't be right, but that's what has started to happen.

    也许你们正在间接的给我发薪水,但是我不应该从你们手里拿钱,然后按钱给学分,那样是不对的,但是事实就是这样发生了

    耶鲁公开课 - 金融市场课程节选

  • And finally, "Well, it's just wrong."

    最后只能说“总之就是不对的”

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

  • Well, you could just try it and see if it works, right? That's what testing is all about.

    你可以仅仅的去试试运行程序,然后看看结果对不对?这就是测试的内容。

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

  • And it's primarily-- I shouldn't say primarily, it is an interpreted language. OK?

    它基本上-我不该说基本上的,它就是一种解释语言,对不对

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

  • And when I do this test, what I want to do, is say I'm going to pick the middle spot, and depending on the test, if I know it's in the upper half, I'm going to set my start at the mid point and the end stays the same, if it's in the front half I'm going to keep the front the same and I'm going to change the endpoint.

    如果我知道目标数可能,再比中值点大的区间里,我可能就会把开始点设为中值点,而尾点不变,如果在小的那个区间里,就保持开始点不变而把尾点设为中值点,你们可以看到这儿的代码,就是这么做的,对不对?它是怎么做的?

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

  • It's like I'm doing this, right?

    就是这么做的对不对

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

  • That's what we just did there, right?

    就是我们刚刚学到的对不对

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

  • And remind you that inside of here, I'd better be changing the variable. All right, if that variable that's counting is not changing I'm going to be stuck in an infinite loop, so I ought to that, right, expect somewhere in there, a change of that variable. All right?

    我最好改变了计数器的变量值,好,如果计数的变量没有变化的话,我就会被卡在一个无限循环里面,因此我应该【不可闻的声音】,对,在这里的某个地方,改变下计数器的变量,对不对?我要做的最后一件事情就是

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

  • OK? All right. x 3, as you can see right here, does exactly that.

    你们可以看到,就是这么做的对不对

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

  • It says the element's not there. I can just stop.

    好,这段代码就是这么做的对不对

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

  • So we've looked at how to solve square root we've, looked at two problems, I've tried to instill in you this sense of paranoia which is so valuable, and now we're going to pull back Python and return to something much simpler than numbers, and that's Python. All right?

    我们已经研究了如何去求平方根,研究了两种方法,我一直在尝试着给你们逐渐灌输,要偏执的理念,这样的理念非常有价值,现在我们回过头来去学习一些,比数字更简单的东西,也就是,对不对?数学问题很难?

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

  • b OK. In this example I'd use b. All right, as b get-- b is the thing that's changing as I go along here, but it could be things like, how many elements are there in a list if the input is a list, could be how many digits are there in a string if the input's a string, it could be the size of the integer as we go along. All right.?

    好,在这个例子里我会用,因为b是一直在变的东西,但是也可能是如下情况:,如果输入是数组的话,变化的就是数组的元素数,如果输入是字符串的话,变化的就是字符串的长度,如果是integer的话,可能就是这个数的大小,对不对

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

  • If I want to move this stack here, I'm going to take a stack of size n minus 1 move it to the spare spot, now I can move the base disk over, and then I'm going to move that stack of size n minus 1 to there. That's literally what I did, OK?

    如果我想移动这些圆盘,我先把从n-1个圆盘1,移动到多余的柱子上去,这样我就能把最底下的圆盘放到这儿了,然后再把从n-1个圆盘放到这儿来,这就是确切的我怎么做的对不对

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

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

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

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