• Literally, return the control from this function, and take the value of the next expression, and return that as the value of the whole computation.

    正如字面意义上说的,从这个函数返回,然后取得下一个表达式的值,并把这个值作为整个计算的结果返回。

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

  • What I have now is the following: I can write expressions, do combinations of things to get out values, I can store them away, I can print them up.

    我已经讲过如下内容:,如何写表达式,如果把东西混合然后得到结果值,我可以将其保存,也可以将其显示。

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

  • And this puzzle piece here colored in blue because it's a Boolean expression is just something that--whose answer is either a yes or no, 0 true or false, one or zero.

    这个拼图染成蓝色,因为它是布尔表达式,它的结果只可能是肯定或否定,对或错,1或者。

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

  • In there, I want to make this distinction, this nuance: the evaluator is still going to be taking those expressions and using its rules to get a value, but it's not going to print them back out.

    在这里,我想要做这么一个,细微差别:运算器依然会,对表达式,进行求值,但是不会,显示结果值。

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

  • The interpreter is going to get a value for it.

    处理器会对表达式运算得到一个结果值。

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

  • Turns out with a Boolean expression, you don't have use the equality operator equals equals, you can just say what you mean.

    结果用一个bool表达式,你不需要使用等号操作符“==“了,你只要说出你的意思。

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

  • So if this is true do something else, true otherwise test and see if this is true, do something else, as many as I like followed by the end.

    因此如果结果为true那么做一些操作,否则的话再看看这个表达式的值是不是,如果是的话做另外一些操作,我想要多少后面就可以跟多少。

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

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

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

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