• Now when the only types we're dealing with are the built-in types, the ones that came with the programming language, that doesn't really matter.

    现在我们对付的数据类型,只有内置的数据类型,也就是编程语言固有的类型。

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

  • All right, c p 1 dot y, x I've said assign that to the value 2, 2,0. So now c p 1 has inside of it an x and y value.

    一个特定的版本,我现在命名了一个内置变量,并给它赋值了,我刚刚做的也就是给它。

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

  • Because I could've built that in, it says if you change the value of this thing, by the way you need to change recompute those other values in order to make this hold up.

    我想要大家通过定义好的方法,来改变实例的值了,因为我可以把这个功能,内置到方法里面去,它的意思就是如果,你改变一个值。

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

  • And yeah, I know it comes built in, that's OK, what we want to do is use it as an example to look at it.

    对,我知道这个方法可以通过内置的算法,来实现,这没关系,我们只是,把它当做一个例子来讲解。

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

  • We're typically going to use as basic steps the built-in primitives that a machine comes with.

    我们要用计算机内置的原始体来,定义基本的步骤,换句话说。

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

  • You thought you knew what the built-in function sort did, method sort did.

    你以为你知道这种内置功能,这种设备的作用。

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

  • hey'd rather single step it through using Idol or something, than just read it and try and figure things out. The most important thing to remember when you're doing all of this is to be systematic.

    比起阅读代码发现错误来他们,宁愿用内置的操作层,或者其他工具一步完成,你要记住的最重要的事情,就是要系统化的去做调试。

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

  • And there are some built into Idol.

    还有一些内置的操作层。

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

  • Which is, and we're going to do some examples of this, initially we just typed in expressions Python into the interpreter; that is,directly into Python And as I suggested last time, the interpreter is actually a program inside of the machine that is basically following the rules we're describing here to deduce the value and print it up.

    也就是,我们将会对这一点讲解一些例子,一开始我们只是简单的把表达式输入,到解释器里面去,也就是直接传给,我上次跟大家讲过,解释器实际上是,机器内置的,按照我们描述的规则,来推算出结果值并把值显示出来的一个东西。

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

  • Well basically what we're doing is we're giving ourselves the ability to create data types the same way that we have some built-ins, so we have things like int, float, string, these are built-in data types.

    就是要赋值我们自己创建,和内置的数据类型,相同的数据类型的能力,我们有一些内置的数据类型,如int,float,string等,如果你考虑下这些数据类型。

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

  • Did the same thing with c p 2, 2 2 0 Again, remind you, c p 2 is a different instance of this data type.

    建立了一个x变量,我也把它赋值为,因此cp1内置有了x和y值,然后对cp2做同样的操作。

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

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

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

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