• they just couldn't believe that Somebody would doall that running for no particular reason.

    VOA: standard.other

  • It's not their choice--they might like to advertise -but they can't without running afoul of the SEC.

    他们也不想这样...他们也想登广告,但是不可以登,否则会与证交会起冲突

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

  • If you can't enjoy it, if you can't be running around, you know,

    要是身体不好,你不能到处跑。

    成为教练的理由 - SpeakingMax英语口语达人

  • "It was pretty much of a shock when I got here." "I mean,if you're going to talk to some of your friends of some of the stuff you saw and you can't describe the smells, the feeling of the heat on your body and the sweat running down your back, the smell of the pus that hits your nose of unwashed bodies in a closed room, the circulation, the smell of your own panic when you're not sure what to do" Other doctors in the film echo Dr.Krueger's sentiments.

    VOA: standard.2010.06.29

  • And that way we won't have to worry about running out of time at the end.

    这样我们没有必要担心,在最后超时了。

    麻省理工公开课 - 固态化学导论课程节选

  • Another time,I was running along. Somebody who'd lost all his moneyin the T-shirt business, he wanted to put my faceon a T-shirt, but he couldn't draw that well, and he didn't have a camera.

    VOA: standard.other

  • And that description, which I won't read just because we're running out of time, it's on 181 and 182.

    那个描写,我不会给你们读了,因为时间已经没了那是在181和182页。

    耶鲁公开课 - 1945年后的美国小说课程节选

  • It wasn't the fact that they were running that time and they say "Oops! We are over the speed limit!

    不是因为跑到那个时间,就说“不好,超过速度极限了!

    哈佛公开课 - 幸福课课程节选

  • There are absolutely going to be times where you're running a program where the programmer, say you, didn't possibly know in advanced how much RAM the program was going to need.

    它们总是在,程序员运行程序的地方,你可能预先不知道那个程序,需要多少内存。

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

  • I'm checking that I didn't leave my program because I didn't find an answer. Well this is a good thing, it's better than my program running forever, but it's a bad thing because I don't have it the square root of 0.25.

    我对计数器要做个验证,因为我不会没得到答案就退出程序,好,这其实是个好事,因为它不会让我的程序永远跑下去,但这也是件坏事因为,我没得到0。25的平方根。

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

  • We can't stand against them anymore and when you start running, the only thing the guys who are left up front can do is run.

    我们打不过他们了,而你开始逃跑,留在前面的人唯一能做的也是逃跑

    耶鲁公开课 - 古希腊历史简介课程节选

  • I won't read it since we're running a little short of time.

    我就不读了,我们剩的时间不太多了。

    耶鲁公开课 - 现代诗歌课程节选

  • It doesn't look that straight because I was running out of room up here.

    看起来不是很直,因为地方不够了

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

  • Because,indeed,they don't exist They're merely possible And we might say,you've got to exist in order for something to be bad for you But once we say that it seems we're running towards the position that in that case,death can't be bad for me because of course,when I'm dead,I don't exist ? So how can anything be bad for me?

    因为他们其实并不存在,他们只是一种可能,我们由此认为你必须首先存在,某事才会让你害怕,但我们一旦这么说,我们似乎会得出这个结论,这种情况下死亡不可能让我害怕,因为我死了就不存在了,所以我怎么会害怕?

    耶鲁公开课 - 死亡课程节选

  • You can very quickly drive yourself nuts by sitting down, thinking, oh, I can write this program, no sweat, and then you write it and then there's a tiny little mistake here, but then there's a tiny little mistake here and here, and all of these stupid little things cascade until you try running your program, and the thing just doesn't work.

    如果你只是仅仅干坐着,不费吹灰之力,凭空幻想着我可以把这个项目搞定,你会想地发疯的,也许你会写出一点东西出来,可能会有一点点错误,紧接着这或那又出现一点小错误,这些小错误一点一点地堆积了起来,直到你开始运行你整个项目,你会发现这堆东西根本就不工作。

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

  • So the running time of the problem where the input is T of size N as expressed here formulaically, T of N, the running time of an algorithm, given an input of size N. You know what?

    因此一个输入为N的问题的运行时间,在这儿的公式表示为,如果输入为N,那么此算法的运行时间,是多少呢?

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

  • In general, when we wanna talk about running time, we just need a silly place holder, so we'll call it T for time.

    一般情况下,当我们讨论运行时间时,需要一种表示方法,这里T表示时间。

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

  • If I'm using algorithm that I'm now calling merge sort, T the running time involved in sorting N elements, T of N, you know, is just the same as running the algorithm for the right half, plus what's this plus N come from?

    如果我用归并排序算法,对N个元素其运行时间,就等于此算法一半元素的运行时间,另一半的运行时间,再加上N,这个N是什么呢?

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

  • So here is the simplest program which is perhaps an ironic statement that you can implement with this language called C. So it takes a few lines of code to actually get something up and running and as you'll recall last Friday, I didn't even get this up and running because part of the process of writing a program is to one, write it.

    让我们回到这个最简单的程序,你们也许觉得啼笑皆非,这么简单的例子,用C语言写出来就可以了嘛,的确只需要几行代码,就可以让这个程序跑起来,就像上周五的那样,我之所以没让它跑起来,因为编程步骤之一,就是“写“

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

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

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

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