• OK, says it says enter a float. I give it something that can be converted into a float, it says fine. I'm going to go back and run it again though. If I run it again, it says enter a float.

    好了,看到他说输入一个浮点,我输入它可以转换为浮点的值,那没问题,我回过来再运行一,如果我再运行一

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

  • If it's there, I'm done, if not, I keep walking down, and I only stop when I get to a place where the element I'm looking for is smaller than the value in the list., in which case I know the rest of this is too big and I can stop.

    并且保持历,我只在当当前位置的组元素,大于目标时停止,这意味着剩下的元素都比目标元素大,但是其他的情况,我还是要历完整个组。

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

  • What's the biggest number you can represent with three decimal digits? Pardon?

    你们想用这3个十进制表示什么?,请再说一

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

  • The worst case here is, the things not in the list in which case I've got to go all the way through the list to get to the end.

    目标不在组里,这意味着我必须组中所有的元素,好,说完了这些。

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

  • But that little short hand there is doing exactly the same thing. It is adding that value into some digits and putting it back or signing it back into some digits. And I'll walk through that loop and when I'm done I can print out the total thing does. And if I do that, I get out what I would expect.

    加上得到的这个的,但是这个缩写声明其实是进行了同样的操作,它把我们得到的这个加到一个上面去,然后用和对这个进行了重新赋值,在循环中会去历字符串,当完成循环后,程序会显示字的总和,如果我运行,这个程序的话,我会得到我期待的结果。

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

  • I'll get rid of Fibonacci here, we don't want to bother looking at that again.

    我在这里会注释掉Fibonacci,我们不想再看一

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

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

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

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