• So I can only recommend from the German experience that it's good, that it's something to copy from."

    VOA: standard.2010.03.23

  • So this is a classic error. I've not made a copy of the list. I've got an alias of the list.

    这是个相当经典的错误,在这里我并没有得到数组的。

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

  • I like books. I'm old-fashioned. I like the paper copy, you know.

    我喜欢书籍。我是个守旧的人。我喜欢纸质的书。

    美国的出版市场 - SpeakingMax英语口语达人

  • But let's suppose that I realize that I'm doing a lot of addition in my programs, and I actually want to factor out what seems to becoming a lot of copy, paste.

    但是假如我在程序中做了很多加法,我实际上想要提出那些,复制粘贴的东西。

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

  • So if you don't buy this book this week, I may be able to make the advance copy of the new edition available for some of you next week.

    如果你这周不买,可能下周你们,就能买到新版的了

    耶鲁公开课 - 博弈论课程节选

  • It's really been a powerful tool in molecular biology because I might have a very small copy of a gene that I'm interested in and I can make enough copies that I can start to do something else with it.

    这确实是分子生物学的一项利器,因为我可能只有,很少量的感兴趣的基因拷贝,而我可以马上制造出足够数量的复制品,能使我用作其他用途

    耶鲁公开课 - 生物医学工程探索课程节选

  • to do sqrt, or square root-- no, I'm going to square root use sqrt, that's the name I'm using here-- square root a hundred different places in some piece of code. Without function, I'd have to copy that piece of code everywhere.

    让我做一下准备,想象一下我要调用sqrt或者-,不,我会调用sqrt函数,这是我在这里用的名字,我得把这段代码到处复制。

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

  • One solution for that is to get a copy of a textbook I wrote called Basic Training in Mathematics.

    解决办法之一,就是买一本我编写的教材,书名叫《数学基础训练》

    耶鲁公开课 - 基础物理课程节选

  • There's a list on your handout, so I hope everyone got a copy of the handout.

    你们的讲义上有一个列表,我希望每个人都拿到了讲义。

    耶鲁公开课 - 旧约导论课程节选

  • So I strongly recommend you to pick up a copy of this book.

    所以,我强烈建议你也读读这本书。

    普林斯顿公开课 - 人性课程节选

  • Now incidentally I'm writing a book the title of the book is Subprime Solution; I just sent off the draft to the copy editor last Friday.

    顺便提一句,我正在写一本书,名叫《次贷危机解决方案》;,上周五我刚刚将草稿送到文字编辑手中。

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

  • I work as a typist and a copy editor.

    我是一个打字员,也是一个文字编辑。

    在超市遇到的人 - SpeakingMax英语口语达人

  • After I (do) that, I get a copy written.

    之后,我得到一个副本。

    请听听我的歌 - SpeakingMax英语口语达人

  • I could have done this in another way but I am going to just be extra deliberate so I make sure that this copy ends with back slash zero and voila, now, I have a copy.

    我可以用另外一种方式来处理,我确保这个拷贝由反斜杠0结尾,那样,现在我得到了一个拷贝。

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

  • So, let's do a little sanity check now and let's try to demonstrate as much I now claim I'm going to capitalize the copy of the string I just made.

    多以,让我们做一个检查,然后做一个演示,现在我声称,我要利用那个字符串的拷贝。

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

  • We're actually making a legitimate copy with this version of the program so I don't have this bug in anymore.

    我们使用这个程序版本,做了一个合法的拷贝,这样我就没有这个bug了。

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

  • I want an actual copy in memory so that that string is in two different places.

    我想要在内存中有一个拷贝,把字符串存储在,两个不同的地方。

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

  • Let's do a little Copy Paste down here so I can print out its size.

    让我再做个复制粘贴,所以我能打印它的大小。

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

  • I next say I am capitalizing the copy dot, dot, dot.

    接下来我把那个拷贝大写化。

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

  • So, main meanwhile is going to change, but let's fast forward to the end just to confirm that all I did was copy and paste what was on the slide a moment ago.

    所以,main同时要改变,快速翻到末端,来确认,我刚才所做的就是,在面板上复制粘贴。

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

  • If I want a copy of the string, I've got to whip out my week 1 skills of just iterating with a four loop from left to right and make copies of those characters.

    我需要那个字符串的一个拷贝,我使用,第一周的技巧,从左到右做四次迭代,然后复制这4个字符。

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

  • All right, I'm going to run copy one enter.

    好的,然后run,copy1,回车。

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

  • I could do a whole lot of copy-paste essentially.

    我可以做一些必要的粘贴复制。

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

  • Well, I don't have to use that name for every copy of X, and as we'll see in a moment.

    好的,我并不需要每次使用那个X的名字,我们一会儿将看到。

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

  • I then store in it A. This makes a copy.

    然后把它存储在A中,这就是一个复制。

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

  • For instance, if I wanted to change the sound that the cat is making, my God, now I have to change it on three places but like 30 places if all I've done is copy and paste.

    举个例子,假如你想,改变猫的叫声,我的天啊,你现在必须改变三个地方,但是,我做了30多次复制和粘贴。

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

  • This particular copy was pretty dog-eared; As a matter of fact, it was a paperback copy and I think it was in about eight or ten different pieces and the people that threw this party remembered that, so they gave me it at this celebration.

    我用过的那本已经翻烂了,实际上,那是本平装版,我想书脊也不知断了八处还是十处,组织派对的人还记得,在派对上把这本书给了我作纪念

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

  • I can now just blindly copy what remains in the previous list here.

    我现在就可以直接将,前面列表中的元素拷贝到这儿。

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

  • I just do a copy paste of that.

    我刚赋值粘贴了那个。

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

  • And what happens the moment I call swap, as I said earlier, you get a copy of the inputs.

    当我调用swap时会发生什么,之前说过的,你得到一个输入。

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

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

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

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