• Number three, pointer assignment, takes one pointer and changes it to point to the same pointee as another pointer so after the assignment the two pointers will point to the same pointee.

    第三条,指针赋,使一个指针,指向另外一个指针所指向的数据,赋过后,两个指针会指向,同样的数据

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

  • This refers to random variables that have fat-tailed distributions-- random variables that occasionally give you really big outcomes.

    这就表示,服从长尾分布的随机变量,这些数据出现极端的概率比较大

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

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

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

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

  • So the assignment operator thus far makes copies of things.

    所以到现在为止,赋运算符复制了很多数据

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

  • I'm going to have each observation as a year.

    将每一年的数据作为一个观察

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

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

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

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

  • 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等,如果你考虑下这些数据类型。

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

  • Well, A has to get whatever is in B. So now I'm clobbering, as they say, this value here, and at this point in the story, this is not good.

    好的,A将获得B中的数据,现在我把这个删掉,在这个地方,这是不好的。

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

  • The green line is the building costs and you can see that building costs, since 1890, in real terms-- everything is corrected for inflation -have gone up a little bit since 1890, but not a whole lot.

    绿线表示了建筑成本,你可以看到建筑成本,自1890年来,以实际计算,所有的数据均进行了通胀修正,从1890年开始有一点点上涨,并非是大幅度上涨

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

  • malloc I'm going to now use this new, fancy function called malloc and I'm going to say x gets the return value of malloc of the size of an int.

    我现在使用这个新的,别致的函数,然后我指明x,=,malloc的int型数据的大小,的返回

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

  • In order to create any kinds of expressions, we're going to need values. Primitive data elements.

    因此下一节课,Python的一些简单介绍,我们需要或者基础的数据类型l来创建。

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

  • X That's just the special symbol in C that says don't pass X, that is don't pass a copy of X. Rather figure out where x is in memory, where he is in that frame and provide swap the numeric address in RAM of that value so that swap can go do anything it wants at that address.

    这在C中是一个特殊的符号,指明不传送,也不是传递X的拷贝,而是指出x在内存中哪个地方,它在那个框架中的哪个地方,提供给swap它的地址,这样swap就可以使用那个地址中的数据

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

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

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

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