• 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.

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

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

  • - And here as promised is that other operator -- looks a little weird, but because assignment is already using the equal sign to assign one value on the right to a variable on the left.

    在这里正像所承诺的那样,其他的操作-,看起来有点怪异,但是因为“=“已经被用来当赋值运算符了,用来把右边的一个赋值左边的变量

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

  • I can give two names, which will get bound to the two parts of that return tuple.

    我可以它设两个变量,返回的一对将会被这两个变量

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

  • x Inside of that structure, create a variable name x, and a value associated with it.

    创建了一个变量名为,然后赋值,请注意我也在这边做的操作。

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

  • Well, unfortunately in C, you have to be ever so specific as to what you wanna put in the variable.

    很不幸,在C语言里,给变量赋值之前,你必须搞清楚它的数据类型。

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

  • I declare a variable called n. I'm not giving it a value yet, so I had better be careful.

    我申明一个变量n,我先不赋值,所以我最好小心点。

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

  • Just to remind you what it does, we bound x to some value, we set up an initial variable called ANS or answer, answer and then we run through a little loop.

    记住你要做些什么,我们x一个,我们建立一个初始变量,命名为ANS或者。

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

  • We've seen in class that you get garbage values if you don't initialize something to a value so let me actually initialize x to a value.

    我们在课程上了解到,如果你不一个变量,进行赋值,它会获得一个无效,让我把x初始化为一个

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

  • Z So it would be incorrect to try to assign this to a variable X or Y or Z, because it doesn't actually give me anything back.

    这个是错误的,来赋值这个给变量X或Y或,因为它的确没有返回什么我。

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

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

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

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