The Tea Party express bus tour will make its way to Washington over the next several weeks and plans to arrive in the nation's capital for a rally on April 15, the national deadline day for citizens to file their annual income tax returns.
VOA: standard.2010.03.28
You can put a variable there, and because it's not encapsulated in curly braces, as we just discussed, that essentially means it's accessible everywhere in that file.
你可以加入一个变量,因为它不是封装在花括号里,就像我们刚才讨论的,本质的意思是它可以在文件的所有地方,都可以被访问到。
you're the face, you're the person who's supposed to keep the troop, you know, the, the rank and file motivated.
你是球队的标志,是保持球队战斗力和激情的主心骨。
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
When you're working on a file, it's saving constantly to RAM but also hopefully to disc, the hard disk so you don't actually lose it if the power goes off.
当你打开一个文件,它不断地保存在内存中,但对于光盘,硬盘,当你断开电源的时候,数据不会丢失。
And, it's also, I think they keep in on file.
还有,我想这个还会记录在档案里。
As I said, right now that's just text file.
正想我刚才说的,它现在就是一个文本文件。
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.
它在函数的外面,按照惯例,在文件的顶端,所以我可以在任何地方使用它,不管这是不是好事情,拭目以待。
Well, I include what's called a header file as we'll call it.
好吧,我需要包含一个头文件。
So that's why I've included that header file.
这就是我包含那个头文件的原因。
Let's look at a version two of this file.
看看这个文件的第二个版本。
It's in a file called swap.C. Everything should be alphabetical so it should be toward the end of this week's packet and notice that it's almost identical except for a couple of syntax changes.
在一个叫做swap。c的文件中,对于这周末的数据包来说,所有的东西都是字母,请注意,除了几个语法改变,它几乎是一样的。
So I could -- and the hint here is that looks like you probably do want to use CS50's library because I've included the so-called header file for it.
所以我可以--这里的提示看起来好像,你可能的确想使用CS50的函数库,因为我包含了所谓的头文件。
In a .h file, it's generally the names of functions other people wrote.
在头文件里,只有一些函数名。
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.
在这里的头文件称为标准输入输出文件或,这是由某位前人编写的文本文件,我们只需要刚才所述的一行代码,就能告诉电脑,让我连接到,这个前人在那个文件中写的代码。
The bits, the zeros and ones that compose the library are actually - in that file called cs50.c but those bits live or-- even that's a white lie.
这些构成该库的比特--0啊1啊,却是在cs50,c文件里,这些源代码-,可以说是根本不存在。
So I'm gonna go ahead and save this file, hello c it's hello.c, dot C hints at the fact that this program I just whipped up is written in a language called C.
所以我打算继续,保存,并命名为,“,c“表明这个程序,是使用C语言写的。
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“,你们也许会觉得有点烦,因为不是,图形用户界面,这是,命令行界面,这意味着没有窗口,没有图标。
应用推荐