• stdio h It pretty much means open this file, standard IO dot H and just paste its contents right here.

    它的大致上的意思是打开这个文件,然后把它的内容粘贴在那里。

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

  • include stdio h Well, remember this line; include standard IO dot H.

    好的,请记住这一行。

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

  • stdio I don't even need standard IO because I'm not printing anything.

    我甚至不需要,因为我不需要打印任何东西。

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

  • stdio h This file here is called standard I/O or stdio.h and this is just another text file someone else wrote many years ago and by using that line of code there, I'm telling the computer, give me acces to this code that this other person wrote that's in that file.

    在这里的头文件称为标准输入输出文件或,这是由某位前人编写的文本文件,我们只需要刚才所述的一行代码,就能告诉电脑,让我连接到,这个前人在那个文件中写的代码。

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

  • include stdio h The next line of code says include standard io.h which just as a little sanity check contains among other things, printf.

    接着的一行代码写着,这个库文件包含一些我们常用的函数,譬如,printf函数。

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

  • stdio c So somewhere there's standard IO dot C, stdio h somewhere they're standard IO dot H, but, for me, right now, the only file I need to know about is the dot H, -- because what Sharp include really does -- it's what's called a preprocessor directive.

    所以某个地方有一个,现在对于我来说它们是,我只要知道那个,h文件,因为Sharp包含的-,叫做预处理指令。

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

  • h Not stdio but stdlib.h.

    不是stdio,而是stdlib。

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

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

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

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