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

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

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

  • String is actually not a data type in C. It actually is something called a char star and we'll come back to this before long.

    字符串在C语言里其实不是一种数据类型,而是一种称为char,*的数据类型,这个知识点我以后会讲到。

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

  • One of the things we said last time was, with that set of things, the ability to give values-- sorry, to give names to values-- the ability to make decisions, the ability to loop as a function of that, the ability get things in and out, we said that that actually gave us a language we said was Turing-complete.

    上次我们和以上内容一起说过,我们可以赋值--抱歉,为数值命名--可以做出判断决定-,并且据此进行循环,可以输入输出数据,我们说拥有这些功能的语言,是图灵完备的。

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

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

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

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

  • Scheme And I happen to like Lisp and Scheme, it's a great language when you're trying to deal with problems where you have arbitrarily structured data sets.

    而且我很偶然的喜欢上了Lisp和,这些是当你要试图解决你,曾经很武断的设置数据,的地方的问题时很棒的语言

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

  • So we talked about Mr. Bool briefly last week in this idea of true or false, but in C, you don't have a Boolean data type.

    我们上周简短地谈论过Bool先生的,真假的逻辑思想,但是在C语言里,没有布尔数据类型。

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

  • But other languages, Java, C++, and the like all come with Bool.

    但是在其它语言中,像Java,C++中,都有Bool数据类型。

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

  • But one of the teaching fellas also passed long to us recently, a little real world example of what happens when you're not mindful of various data types and you're not mindful of the imprecision that's inherent in representing data in a computer, at least using a language like C and low level primitives like floats and even doubles.

    最近有个助教告诉我们,一个现实世界中的例子,当你不注意各种各样的数据类型,也不注意在计算机中表示数据时,其内在的不精确性,至少在用像C语言,和float甚至double型数据时,那将会发生什么?

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

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

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

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