The myth that Yeats takes up is of Zeus's rape of the maiden, Leda, whom he attacks as a swan.
叶芝此诗的神话原型是,宙斯强暴了一个美女,丽达,宙斯变成天鹅侵犯了她。
He was in the movie. He was featured in the movie "A Beautiful Mind".
有个电影是以他为原型的,叫《美丽心灵》。
If you scroll back up on the printout or screen here, you'll see that you can actually not only declare function's prototypes, their general structure.
如果我回滚到打印输出或者这个屏幕,你们将看到你们不仅可以声明函数的原型,它们的一般结构。
So clearly it's an old story and we have even older prototypes for elements of the story as well.
证明,这是一个古老的故事,我们甚至可以找到更古老的故事原型。
and it is the matrix of all future political ideas and arguments in the Greek world that comes after this time.
这也是希腊社会此后政治理念,和政治主张的原型
If Milton's true muse, or so he hopes or so he wants us to believe, has a Christian origin, then this counter-muse is unquestionably classical.
如果弥尔顿他望或想要我们相信,他真正的缪斯女神,有一个基督教的原型,那么这位与缪斯女神相对的人物毫无疑问是经典的。
We can say today that this university is a direct ancestor of the platonic republic of Plato's Academy.
我们可以说现今这间大学的直系原型,即是,“柏拉图学院“的,柏拉图式理想国。
printf That's not actually where someone implemented print F and related functions, rather, in dot H files, by convention, are prototypes.
那实际不是有某人在哪里执行,相关函数,而是在,h文件中,按照惯例,它们是函数原型。
printf I have my includes, standard IO's; so I can use print F, but then I had this thing called a prototype.
我包含了标准输入输出文件,所以我可以使用,然后我有这个原型。
For some reason, at the top of this file, I've also included what I've called a function prototype.
因为一些原因,在这个文件顶端,我包含了一个函数原型。
Here in functions prototype it just means the address of.
这个函数原型中,它指的意思地址。
So up top, the function prototype.
在顶端,那个函数原型。
What's the prototype of a function?
什么是一个函数的原型呢?
Who is Machiavelli but an archetypal, unarmed prophet?
谁是马奇亚维利,除了是一名原型非武的先知之外?
Now because among its contents is the prototype for print F, that is why, very simply, I can call print F without having to declare its prototype myself.
现在因为在它的内容中是printf的原型,这就是为什么我可以不声明printf函数的原型,而可以调用它。
As an aside, why are you able to use print F without writing out a prototype for it?
此外,为什么我们不用写printf的函数原型,而可以使用它呢?
So putting back that prototype allows me to compile this, because I'm saying proactively to the compiler hey, you're going to see a function called increment.
把那个原型放回原处使我能够编译它,因为我提前向编译器打了招呼,将看到一个叫做increment的函数。
Right. So main calls foo, foo is declared, but wait a minute, void foo void I need my prototype; so void foo, void.
对,main调用foo,foo被声明了,但是等一等,我需要我的原型,所以。
It's a little redundant, admittedly, but I include not the same function, but just its prototype, as I say in the comment here.
它确实是有点长的,但是我包含的不是同一个函数,而只是一个原型,就像我这里的注释所说的。
Now, one of the earliest -- and I think this is a remarkable fact - one of the earliest citations of Paradise Lost that actually appears in print in the seventeenth century comes from the proto-feminist writer Lady Mary Chudleigh.
最早的--我认为这很重要,-17世纪最早的以印刷形式出现的,对《失乐园》的引用,来自于原型女性主义作家玛丽·恰德莱夫人。
My prototype, again, so that I can use it later increment without the compiler wondering what is this increment that you're referring to because it's not otherwise been declared.
我的函数原型,再次强调,我可以以后使用它,这样编译器就不会疑惑这个你提及的,是什么,因为是没有,被声明的。
The prototype is just its return value, its name, and its arguments, if any.
原型就是他的返回值,它的名字,它的参数之类的。
The only thing that you have to put in the function prototype, ; again, is three things; one, the name of the function; the return value; and its arguments.
你唯一要加入到函数原型中的东西,是有三个东西,一,函数的名字;,返回值,和它的参数。
I have to change the prototype of this function to say that swap no longer takes an int per se or another int per se, but rather it takes two pointers, two ints, and in fact, it's on the very last page if you're still flipping.
我改变了这个函数的原型,来说明swap不再携带那两个int数本身,而是携带两个指针,两个整型数指针,实际上,它是在最后那页上。
And now the point just to tease apart, I can't erase that, let's fix, so now the one detail that's worth pointing out is * that this here the * in swap's prototype and the * here in swap's prototype do not mean go there.
现在我们要梳理一下,我不能清除那个,让我们修正一些,需要指出的一个细节是,在swap原型中的,意思不是定位到那个地方。
It may mean something different and this is sort of just stupid re-use of syntax although frankly it wouldn't really be much fun to have yet a symbol so they went with the same symbol which is pretty reasonable in the context *a of a function prototype this just means *a expect A to be the address of an int and expect B to be the address of an int.
这里的意思有点不同,这是为了重使用的目的,虽然这个符号没有什么意义,所以在函数原型中,他们就使用了相同的符号,这只是表示,期望,是一个int型的地址,期望b是一个int型的地址。
应用推荐