But seeing the seriousness of his question,she said, "The mark has so often been called a charm that I was simple enough to imagine it might be so."
VOA: special.2009.09.26
So I'm going to solve this by enumerate and check, which is an example of what's called a brute-force algorithm.
你懂的,所以我得靠列举和检验来解决这个问题,这就是我们说的穷举算法。
So I was in a club called Ivy, which was, uh, the last year,
我参加过一个叫常春藤的俱乐部,呃,那是去年了。
This is a product of the Libyan and, I would day, Sudanese effort to railroad a so-called 'consensus'.
VOA: standard.2009.07.06
So I had only known people of color. I only knew black people or Nigros as we called ourselves then or we are called.
所以,我所认识的人,就只有黑人而已,那时我们自称“黑鬼“,大家也都这么叫我们。
' And so,I wrote the song called 'Why Didn't I Think of That?'" "How incredibly stupid not to have thought of that myself.
VOA: standard.2009.11.25
And the means by which I connect to the so called cloud is with a command line program or GUI program.
连接到所谓的“云“上,方法是一条命令行程序,或GUI程序。
"And so based on that moment, I wrote a song called 'Let him be first.' After all,he'll be the most hated and reviled man in all of England.
VOA: standard.2009.11.25
So my student called Bernard Sadow up and asked him about his invention and he said, "Yeah, I was thinking, why don't we have wheels on suitcases?
于是我的学生打电话给伯纳德?沙度,然后询问了他关于发明的事情,他说道,是啊,我当时在想,我们为什么不能在行李箱上安轮子呢?
All right? So if I called sqrt alone, that return test value is done, but in this case I bound it to test, so I can go look at test, and there it is.
执行完返回值语句,但是在这里我将把它赋值给,所以当我看test的值的时候就是返回的值。
So, the engine that I'm going to illustrate is called a Carnot engine.
这个热机,叫做卡诺热机。
So, just random contract jobs until I discovered this company called Odeo, which was run by Evan Williams.
所以,我一直在打零工,直到我找到了一家叫奥德奥的公司,它是埃文·威廉姆斯经营的。
So I show that here, so in green, you have what's called a carboxcylic acid group, a c o o h, which gets converted by s o c l 2 to a c double bond o c l or an acid chloride.
我在这里用绿色表示,我们所说的羧酸族化合物,碳,氧,氧,氢,它被亚硫酰氯转化为,一个碳氧双键与碳氯单键组成的酰氯。
So I wrote a chapter on him called Jean Cocteau and the poetry of film.
我曾写过一章来写他,章名叫,让·科克托和电影诗歌。
It's called John Muir and I'm on the cancer floor, so
这家医院叫约翰·缪尔医院,我在肿瘤科,
That's called a pick-up. Okay? So we have a little pick-up I was thinking of a diver in the Olympics.
我们称之为拾音头或唱头,我想到奥运会上的跳水运动员
So I was often pretty bleary when the governor called at that hour.
所以当我接到电话时,我还是非常迷糊的。
I realize that I'm out of time, and so I'll begin the next lecture by talking about a poem of Yeats called "Lapis Lazuli" written in 1935, in which he talks about the way in which people who build up things that have been destroyed are always "gay."
好像时间差不多了,那么下节课一开始,我们就来,一起讨论叶芝的一首诗,名为《青金石》写于1935年,在这首诗中,叶芝写了那些重建家园,的人们,他们一直很快乐“
So I tried running a program in this little black and white window called GCC and we'll see it today working properly that is a so called compiler.
在一个名为GCC的黑色小窗口里,运行我们的程序,然后得出想要的结果,这就是所谓的编译器。
s1 I have a variable called s1 and it's char * of type char * so here we go.
我有一个变量,它的类型是。
So, my danger when I came to what I called the "crossroads" of inheritance and this discovery was not a danger of Muslim extremism.
因而,当我遇到危险,即我所谓的,继承传统的十字路口和发现另一个美国时,这个危险并非穆斯林极端主义的危险。
C So here I'm declaring a variable called c, and I'm pretty much translating the formula from the slide using the characters on my keyboard to a floating point value.
这里我声明了一个变量,然后我把那个幻灯片上的公式,用键盘上的字符翻译成了,浮点数值。
So I'm going to have something called fast Fib.
我将要运行的是快速fib算法。
The scripts are in the middle, the sprites are on the right hand side, so when I have the stage selected at the moment, I'm seeing the script that are associated with sort of the whole program itself, the so called stage.
这些脚本在中间,这些精灵都在右边,当我们选择了某一刻的场景,我们就会看见与整个方案相关联的,脚本,这就是所谓的场景。
printf I have my includes, standard IO's; so I can use print F, but then I had this thing called a prototype.
我包含了标准输入输出文件,所以我可以使用,然后我有这个原型。
So I sat down over the course of a week Shuttleboy and implement what I probably shouldn't have called Shuttleboy at the time ' cause this jargon has lived on.
因此我认真思索了这个课题一周,我们实现了,或许不该这么叫的,因为’,这个术语当时已经存在了。
So this declares an integer, a variable of type int called I, 0 and initializes it to zero.
所以这里声明了一个整型数,一个叫做I的整型变量,把它初始化为。
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的函数库,因为我包含了所谓的头文件。
And I'm using the so-called "assignment operator," a single equals sign to store in n what?
我用了一个复制操作符“,一个等号向n中存储了什么?
X So here I'm declaring another variable called X, and this is totally legitimate because I already know that if I'm implementing a function like swap or increment, I can absolutely take input.
这里我声明另一个变量,这个完全是合法的因为我已经知道,如果我执行一个像swap,或,increment的函数,我完全可以携带输入。
应用推荐