• OK. So if we have variables, one of the questions we can ask is, what's the type of the variable.

    好,如果我们有了一个变量,我们要问的问题之一就是,这个变量的类型是什么?

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

  • And the only thing that's differing is the name of the type and the name of the variable I'm using.

    其中唯一的区别是数据类型的名字,和我使用的变量名字。

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

  • And obviously, that ought to involve the variable in some way, or it's not going to make a lot of sense, so this includes the variable, since that's the thing that's changing.

    很明显,这跟计数器的变量有某种关系,否则的话就没多大意义了,因此这跟计数器有关,因为它正是每次循环改变的东西。

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

  • Then the second derivative gives the change in entropy with respect to the variable that we're differentiating, with respect to which is either pressure or volume.

    二阶导数给出熵,随着变量变化的情况,这些变量包括压强或者体积。

    麻省理工公开课 - 热力学与动力学课程节选

  • The discount rate was a policy variable set by the Fed and it was typically fifty basis points below the Federal Funds Rate.

    贴现率是一个联邦可改变的政策,并且它比联邦资金利率通常,低五十个基本点。

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

  • And so, there is the distinction between fixed schedules versus ratios, variable schedules and ratio versus interval.

    因此,在固定时程与变化时程之间,以及在比率与间隔之间,存在着一些区别。

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

  • Change the independent variable, find the change in the function, take the ratio and that's the derivative.

    改变自变量,算出函数的变量,计算比值,这就是求导

    耶鲁公开课 - 基础物理课程节选

  • - When you say bracket one, you are storing -- you are referring to the variable here, bracket two.

    当你指明,你在存储-,涉及到的变量在这里。

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

  • All that's going to change, is the value the variable or the value of some data structures.

    或者一些数据结构的值,提醒大家在这块代码里面。

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

  • Right, so the fact that everything is indented means while 2 we're doing, while the variable is not equal to 2, keep doing this.

    事实上缩进意味着,如果变量不等于,就重复我们现在所做的这个过程。

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

  • name So it's-- the name of the variable is name.

    即,变量的名字就是。

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

  • If you have an experiment and the outcome of the experiment is a number, then a random variable is the number that comes from the experiment.

    如果你有一个试验,这个试验的结果是一个数,那么相对应的随机变量,指的就是这个试验结果所对应的那个数

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

  • When you declare a pointer yourself manually, you do say char * the variable name because recall that's the same thing that we did earlier but we called it instead string.

    当你手动声明一个指针是,你可以说char,*,变量名字,因为那是我早些时候做的事情,但是我们叫它为字符串。

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

  • What do I have here? I need the variable, ANS, ANS I need x, and I need ANS times ANS, ANS times ANS. Right. Those are the three things that are involved in this computation.

    因此让我先用这个方法做吧,我这里需要什么呢?我需要变量,还需要x,然后将ANS乘以ANS,对,在这个计算中涉及到了三件事情。

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

  • One of the advantages of this is, that I don't have to worry about explicitly updating my variable. That happens for me automatically.

    这样继续下去,这样做的一个优点是,我不用为更新变量来发愁了,程序会自动的为我进行这个操作,这一点很好。

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

  • C So here I'm declaring a variable called c, and I'm pretty much translating the formula from the slide using the characters on my keyboard to a floating point value.

    这里我声明了一个变量,然后我把那个幻灯片上的公式,用键盘上的字符翻译成了,浮点数值。

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

  • So the system will not be described by a single state variable during the path.

    因此系统将不能被,路径上的单一状态变量描述。

    麻省理工公开课 - 热力学与动力学课程节选

  • And that's fine, because inside of curly braces can you redeclare variables with the same name if you intend to quote unquote shadow the previous variable.

    那是可以的,因为,在花括号里面,你可以重新定义一个,相同名字的变量,如果你想引用之前的变量。

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

  • And we won't wait here one hundred seconds for it to finish, but we're using the loop, we're updating a variable, and we're formatting it in a nice way.

    我们将不会再这里等待100秒来等它完成,但是我们使用循环,我们更新一个变量,我们把它排成一个漂亮的格式。

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

  • So, when you want to figure out the address & of a variable, you say ampersand.

    当你想得到一个变量的地址,你可以指明。

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

  • OK. The other piece I want to say about variable names is, once I have that choice of variable name, I can use it, but in fact there are a few things that I can't use in terms of variable names.

    关于变量名字我还想说的,另外一点就是,一旦我对变量的名称可以选择,我可以用自己的方式命名,但是,有一些词汇是,不能用来命名变量的。

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

  • What if I don't change the value of that variable inside of the code?

    那么如果在循环内部,我不改变这些变量的值会怎么样?

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

  • Variable stores the value 1 I've got it.

    变量存储了数值。

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

  • There's something called "variable life," which refers to a life insurance policy where the policyholder can make decisions about the investment of the money in the whole life policy.

    有种保单叫做"可变寿险",作为终身寿险的一种,投保人可以自主选择,在终身寿险上进行多少投资

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

  • I have stocks, bonds, and oil but I want also to add one more final asset, we'll call it the riskless asset, long-term bonds are somewhat uncertain and variable because they're long-term.

    有股票,债券和石油,我还想再增加最后一种资产,我们称之为无风险资产,由于长期债券持有期限很长,存在一定不确定性及风险。

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

  • You can see that residential investment, as a fraction of GDP, has been very variable through history of the United States since World War II and that it's had a strong relationship with recessions.

    住宅投资要计入,国内生产总值,纵观美国自二战以来,这部分投资,变动很大,而且与衰退存在着密切关联

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

  • And the thing I wanted point out is, we've got this global variable number of calls. Which is there not because Fibonacci needs it but just for pedagogical reasons, so that we can keep track of how much work this thing is doing.

    要指出的是我们已经,调用了几次这个全局变量,这不是因为斐波那契数列,需要调用它而只是,因为教学上的需要,以便我们可以知道,这个函数做了多少事情。

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

  • If I wanted to use print as a variable name, how do I get the system to decide gee, do I want print as a value for something, or do I want print as a command?

    如果我把print当做一个变量名,我如何让系统来决定,我是要把print当做一个命令来用呢,还是要把它当做一个变量名来用呢?

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

  • Now at this point in the story, I have a variable called name, stored inside of that is the string, literally David.

    再回到这里,我有一个名为name的变量,而且把字符串David赋给了name变量。

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

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

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

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