• Some protestors carry signs comparing the Obama administration with Nazi Germany, and fringe elements still question whether the president is really a U.S.citizen, despite the fact that he has an official birth cirtificate on file with the state of Hawaii and birth announcements were printed shortly after he was born.

    VOA: standard.2009.08.17

  • And this is because as you start writing--saving files to your hard drive, what happens is you might save this file here, then this one, then this one, then this one, but very reasonably you might go back eventually and delete this one.

    这是因为当你开始对硬盘驱动器进行读写时,你可以保存一个文件到磁盘的某处,然后再一个,再一个,又一个,最后你可能回到这,并删除这一个文件。

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

  • Is there any way he can bring the file to the meeting?

    他有办法把文件带来开会吗?

    Is there 实战 - SpeakingMax英语口语达人

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

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

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

  • That is we make animation file when you put the current to the coil of the field, getting established magnetic field.

    即通过制作动画效果,当你将电流,输送到线圈上,形成磁场。

    麻省理工公开课 - 媒体、教育、市场课程节选

  • The problem with being a public investment company is you have to file quarterly reports about all the things you've invested in.

    而公共券商的困难在于,你必须按季度向证交会报告,公司所有的投资活动

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

  • Right now, this is just a text file. OK.

    好,这就是一个文本文件,好。

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

  • Because what you don't see in this file is any code a that actually says put a letter of the alphabet at the top left hand corner of the screen and then put the next character to the right in other words, I'm taking for granted at this moment in time that my computer knows how to print something to the screen.

    就是这些你在本文件中看不到的一些代码,实现了将首字母,放在屏幕的左上角,然后把其他字母加在其右边,我想当然地认为,我的电脑知道如何打印相应信息到屏幕上。

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

  • So I've got one more piece of bad code on this point and this is buggy five dot c. So as a comment on top bug of this file challenges, what is, in fact, the bug.

    所以我在这里得到了一块很烂的代码,这个是buggy5,c,所以作为这个文件顶端的注释,那实际上是那个。

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

  • So I'm saving this file, notice there is a few keywords that we'll come back to next week like main which is kind of the main part of my program.

    保存此文件,注意这有几个关键字,我们在下周介绍,比如代表程序主体部分的“main“

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

  • It's instead outside of them and, by convention, at the top of the file so that I can access it anywhere, whether or not this is a good thing, remains to be seen.

    它在函数的外面,按照惯例,在文件的顶端,所以我可以在任何地方使用它,不管这是不是好事情,拭目以待。

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

  • Text is where the zeros and ones that compose your file are actually stored.

    文本是那些二进制,构成的存储文件。

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

  • All you have to include in your own programs is the so-called header file.

    你们自己写的程序只需要包括,头文件就可以了。

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

  • The one thing that the SEC requires that companies file is their balance sheet, which you can look up for any company on EDGAR.

    证交会规定公司要披露的,公司文件之一就是资产负债表,在EDGAR上可查到任一公司的资产负债表

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

  • There is file now called nonswitch.c among your printouts.

    这个有一个叫做nonswitch,c的文件,在你们的打印资料里。

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

  • So thankfully, modern operating systems allow you to put parts of files here, parts of your file here, parts of your file here, but the end result is that your files get fragmented.

    因此,谢天谢地,现代操作系统允许你,把这里的文件进行分块,在这里存一部分,在那儿存一部分,但最后的结果是你的文件变成了分片的。

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

  • Every file or program that you see here in this packet is alphabetically listed.

    你们看到的所有的文件或程序,都会在这里按字母表顺序一一列出。

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

  • This is a keyword to Python that says, when it reads this in the file, it says, I'm creating a definition.

    这是Python语言的关键词,当你在文件中读到这个词的时候,它的意思就是我正在创建一个定义。

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

  • It makes sense to me logically that I want to see it first when I open the file; so I scroll on down but only later is increment declared.

    这个逻辑上对我是有意义的,打开文件的时候,我想先看到它,所以我向下翻,之后才声明increment函数。

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

  • Just the .h file as we'll see is obviously named different than a .c file.

    这些头文件是以,h为后缀的,完全不同于,一个,c文件。

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

  • I mean, you'll play with it in great-- with great delight this semester, you will see that backslash N is the standard in any text file for creating what we know as new line characters.

    我是指,这学期,你们会很高兴-,和它打交道,同时你们也会看到,在任何文本文件里,反斜杠n已经是,换行的代名词了。

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

  • I'm gonna call my file hello.c. There's a little bit GUI-- of distraction here but this is because this is not a GUI, CLI a graphical user interface, this is a CLI, command-line interface, which just means there are no windows and icons.

    我先给我的文件命名为“hello,c“,你们也许会觉得有点烦,因为不是,图形用户界面,这是,命令行界面,这意味着没有窗口,没有图标。

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

  • So it turns out a really nice shortcut on most systems, oops, is to say if you have a file called hello.c and you wanna turn it into a program called hello, well, make hello just write in the command makeHello and it will do all of that for you automatically and hand you a program called hello.

    就是寻找一种能在大多数系统上运行的更快捷的方式,哇!,也就是说,你有一个hello,c的文件,你想把它变成一个名为hello的程序,那么只需要敲入命令,它就会自动为你生成,一个hello程序。

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

  • This is a little file I created, all right, and I'm going to start with a sequence of these things and walk them along, again I invite you to put comments on that handout so that you can follow what we're going to do. All right?

    这是我创建的一个小文件,好,然后我回去以一系列这样的事情,开始然后进行下去,我还是想大家都在手册上做一些注释,这样我们就能对将要做的事情,做一个记录了,对不对?

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

  • If you are a public company, the important thing is you have to do all of the disclosure that Louis Brandeis would have liked; you have to file regular forms with the SEC, disclosing information.

    作为一家上市公司,你必须公布所有必要信息,就像是路易斯·布兰代斯曾希望的那样,你必须定期向证交会上交文件,披露公司的信息

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

  • 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包含的-,叫做预处理指令。

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

  • hi3 And then all of these other white files are just source code files, dot C file.

    就是绿色的。,Hi3,is,green。,而其他部分白色文件都是些源代码,都是,c文件。

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

  • It's kind of a stupid lack of feature that this is the case, but notice that here is main, at the top of my file.

    这是有点笨的,缺少特征的,就是这种情况,但是注意这里是main函数,在我的文件的顶端。

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

  • This is a file called Holloway.c. This is-- to be clear, not a program.

    这里有一个文件Holloway,c,不是程序-,我们马上就要清除掉它。

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

  • LS And what very often happens if you do an LS in your account, to list your files, there's a whole lot of stuff in here at the moment -- and I don't have it here - but what you'll often see -- I'll just fake this demo -- is a file called core.

    经常发生的是,如果你用你的账号做一个,来列出你的文件,此刻这里有一大堆元素,-它不在这里,但你们将经常看到--我将篡改这个演示-,是一个叫做core的文件。

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

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

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

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