• Ouedrago says the men go to the market,run errands and then come home and cook.

    VOA: standard.2010.03.08

  • So now when I compile this fourth version with make math4 1 31 and then run math4, I indeed get 1.31.

    所以现在我键入“make,math4“来编译第四个版本4,然后运行math4,我得到了。

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

  • he throws the ball and then the receiver or someone else can catch it and then they run with it.

    他扔球,然后接球的或者其他人可以抓住球,带着球跑。

    美式足球 - SpeakingMax英语口语达人

  • If election authorities invalidate enough ballots to bring President Karzai's total below a majority then he and Abdullah would face each other in a run-off.

    VOA: standard.2009.09.12

  • Now if I am difficult with the user positive1 and I compile make positive1, and I then run positive1.

    现在如果我和用户有点不和谐,我编译正positive1,然后运行。

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

  • Intifar Sabre Abu Hassan, one of the women of the family, says she knows the taps will run dry by the afternoon, and then stay dry for several days ahead.

    VOA: standard.2009.08.01

  • Let's run merge sort on it, and then we'll look at the code.

    让我们在这个列表上运行归并排序,然后我们在看一下代码。

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

  • It's like the part of the brain that's responsible for language learning is only around early in development and if you don't get your language by then it'll just run out.

    就好像负责语言学习的大脑区域,只是在发展的早期比较活跃,如果你没有在这个时候获得语言,那你就没有机会了

    耶鲁公开课 - 心理学导论课程节选

  • The big Pharma hasn't really done research for years but then he married in the biotech area and therefore biotech companies aren't that well run but they spent a great deal in research for the large molecule drugs.

    大型制药企业已经很多年没有做过相关研究,但它却与生物技术领域合作,因此导致众多生物技术公司经业绩下降,但生物技术公司在大分子药物的研究上,却投入了很多。

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

  • For if such holy Song / enwrap our fancy long," then we'll mistakenly convince ourselves that time could actually run backwards and that we've been returned to the Golden Age, the very first age of human history according to classical legend.

    如果这神圣的天籁,永远包围我们想象的心怀“,然后我们就会错误的说服我们自己,时间实际上就会倒转,我们就会到达黄金般的国度,依照古典的传说就是人类最久远的历史。

    耶鲁公开课 - 弥尔顿课程节选

  • So poor Lily is also an orphan, at least in the emotional sense, if not in actual reality. Her father, of course, had run off from her mother right after she had gotten pregnant, and then I suppose he came back.

    可怜的莉莉也是个孤儿,至少从感情的角度上看是,如果你认为在现实情况不是,她的父亲,当然,在她母亲怀孕后,就开溜了,然后我猜测他又回来了。

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

  • But then the Parliament were made really to run, but the Kings and Queens ruled.

    但是,议会成立的目的是为了管理这个国家,而国王和女王是统治这个国家。

    政府和皇室的作用 - SpeakingMax英语口语达人

  • I then click on the shell, rather than hitting F5, try and run it and say, it's not doing what I thought I should do.

    然后我点击了命令解释程序,而不是按F5,我运行了程序而它,并没有按照我认为的那样做。

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

  • And he walks to the kitchen and then he forgets why he's there and you run out there.

    他进了厨房,却忘了自己要做些什么,这时你跑过去。

    耶鲁公开课 - 心理学导论课程节选

  • I don't know if the word is approved but it's--you have to run it by the SEC and then you always have to give that up.

    不知道人们对此是否认同,但是你不得不按证交会的规则去办事,不断地提交这类文件

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

  • Nano hello c We did Nano for hello.c or whatever I called it, GCC to actually compile into 0s and 1, and then step three is to actually run it.

    首先,第二,GCC,hello,c把它编译成01二进制文件,第三,运行。

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

  • Imagine a virus, for instance, that captured an animal's brain and then modified the animal's brain such that the animal would run out and bite other animals so as to pass on the virus.

    想象一个病毒,例如,控制动物大脑,然后修改大脑,这个动物会跑出去咬其他动物,以传播病毒。

    耶鲁公开课 - 心理学导论课程节选

  • I run out of the house and then usually around 3 o'clock somebody points out, in one case a homeless man, that I have a big glob of shaving cream in my ear or-- because I neglected to actually look in the mirror while I shaved.

    然后冲出家门,大概到了下午三点时,会有人跟我说,有一次是一个流浪汉,告诉我,我耳朵上有一团剃须膏-,因为我剃须时忘了,照镜子。

    耶鲁公开课 - 心理学导论课程节选

  • Just to remind you what it does, we bound x to some value, we set up an initial variable called ANS or answer, answer and then we run through a little loop.

    记住你要做些什么,我们给x赋一个值,我们建立一个初始变量,命名为ANS或者。

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

  • It's going to let j run over the length of the list all right, so it's going to start at some point to move down, and then it's going to let i run over range, that's just one smaller, and what's it doing there?

    就在这里,会做什么呢?,我们让j遍历这个列表,好的,它要从某一定开始移动,然后让i也跑遍整个范围,就是比之要小一,会发生什么?

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

  • I'm going to give a name to that. And what you see there is I'm going to call divisors initially an empty tuple, something has nothing in it. Right here. And then I'm going to run through the same loop as before, going through this set of things, doing the check.

    你们可以看到这里,我初始化一个空的元组,名为divisiors,这里,然后我会去运行,跟以前一样的循环,遍历这个集合内的东西,然后做检查,现在我要做的是,每次我找到了一个除数我要把它收集起来。

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

  • I'm binding a z to be some value, and then I'm going to run this.

    我把z绑定到一个值上,然后运行下代码。

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

  • And you can write your source code in it but to compile something you don't run a command like GCC and then the name of the file, you instead click a button.

    你们可以在上面写源代码,如果要编译的话,不用像GCC这样要输入命令,文件名,只需点击按钮就可以了。

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

  • And then I could do things like again, say, okay having done, that let me just run it here, run that, so I've now got polar point 1, and polar point 2.

    然后给它们赋值半径和角度,然后我可以进行刚才的操作,也就是说,对刚才的笛卡尔坐标进行的操作,让我们来运行下它吧,运行下,现在我有一个极坐标点。

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

  • - You then run a compiler, in our case called "GCC" -- -- one of the world's most popular -- and then you can run it with some number of switches, these command line arguments as they're called that somehow influences the behavior of this program.

    然后你们运行编译器,在这里我们使用叫做“GCC“的编译器-,这是全球最流行的-,然后你们可以通过一些命令来运行这个编译器,这些命令行参数可以,影响这个程序的行为。

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

  • So actually, let's just run it and then we'll talk about what it does.

    那么,让我们运行下程序,然后来探讨下程序的功能吧。

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

  • All right, we're-- well actually, I should say that better, we first check to see, is x 0 greater than or equal to zero, if it's not, then we come down here and we print something out, otherwise we run through a little loop to get the answer, and then we check it and we spit something out.

    然后我们运行一个小循环,好了,我们现在来看看,如果x≥0或者x<,我们看这儿,我们会输出一些内容,或者我们运行一个小循环来获取答案,然后我们检验一下,然后得到结果。

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

  • And then I run a loop in which I read something in, I check to see if it's the right type, if it is, I change that variable to say it's now the correct type, which means the next time through the loop, I'm going to say I'm all set and I'm going to bounce out.

    因为我还没输入,然后我运行一个循环,循环内部我输入一些东西,然后看看是不是正确的类型,如果是的话我改变input,Ok为真,来证明输入数是正确的类型,这就意味着下一次运行这个循环的时候,就可以跳出循环继续执行了。

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

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

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

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