• Then the men and children left the table.

    VOA: special.2009.12.12

  • because someone turned the gas off and turned it back on and then left.

    因为有人把瓦斯关了以后,又打开,忘记关上就离开了。

    Make sure 课堂 - SpeakingMax英语口语达人

  • I'm gonna tell you go sort the left, go sort the right, and then I'll merge the two together.

    那先对左半部分排序,再对右半部分排序,然后将两者合并起来。

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

  • Some of them are unique to one source, some are not, but ultimately the claim is that these have all been merged, and have left us then with an overall total of ten. This may in fact be true.

    有些瘟疫只有一个出处,有些则不是,最重要的是,它们被混在一起,流传下来的,就有了十次瘟疫,也许真的有。

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

  • You can go ahead and use that equation, or you could figure it out every time, because if you know the total number of nodes, and you know the angular node number, then you know how many nodes you're going to have left.

    你们可以直接用这个方程,或者每次都自己算出来,因为如果你们知道了总的节点数,又知道角向节点数,就知道剩下的节点数是多少。

    麻省理工公开课 - 化学原理课程节选

  • The fact that the picture is a little prettier on the far right is testament to the fact that I'm sorting the left half, the left half, the left half, and that's why you get these little triangles, triangles, triangles, that then get merged together.

    可以看到最右边的画面,变化很快,先对左半部分排序,然后再左半部分,这就是为什么会有这些小三角形,最后再将它们合并起来。

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

  • And then he adds this important provision, "At least where there is enough, and as good " left in common for others."

    并加上了这一重要补充,“至少在留有足够同样好的东西,共有的情况下,是这样的“

    耶鲁公开课 - 公正课程节选

  • And if you just look at the numbers, you can see how it cuts in from one side and then the other side as it keeps narrowing that range until it gets down to the place where there are at most two things left, and then it just has to check those two to say whether it's there or not.

    你能看到他是如何不断的,从一个大的范围被拦腰劈开,知道最终只剩下两个数字,然后就只需要,比一比就知道结果了,将它同线性查找比较下。

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

  • If I shoot to the left and the goalie dived to the right, then I score 90% of the time, so my payoff is .9.

    如果我从左路射门而门将扑向右路,那我有90%的概率进球,即我的收益就是9

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

  • So I got two months left of that, and then after that, that's me, I'm in the army.

    我还有两个月就训练完了,之后我就要进军队了。

    英国的军人 - SpeakingMax英语口语达人

  • Eventually you develop a scab, as it healed, and then it would--and then the scab would fall off, and you'd be left with a scar.

    愈合之后会变成一个疤,这个疤后来会脱落,你身上会留下疤痕

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

  • I've left her here and then I'm going back on the train this afternoon,

    我把她留在这儿,然后我就打算今天中午坐火车回去,

    成功加入合唱团 - SpeakingMax英语口语达人

  • and then the bad professors, the "bad" professors are left till the end.

    不好的教授,“坏”教授的课就要留到最后了。

    课程评价网站 - SpeakingMax英语口语达人

  • I then left,taught one year at Rhodes College in Memphis, Tennessee,and then I taught eleven years at Duke and got in love with their basketball team.

    后赴田纳西州孟菲斯市的罗德学院,任教1年,之后于杜克大学工作了11年,期间迷上校篮球队。

    耶鲁公开课 - 新约课程节选

  • Let's create a graph here that on the x axis it's going to be time, so time zero will be when you first take in a food and then one hour later, two hours later will be shown as you go from left to right, and then we'll have blood glucose level up on the y axis.

    我们在这建立一个曲线图,X轴代表的是时间,所以零时间点是你第一次进食的时间,然后一小时以后,两小时以后,是从左到右呈现在图表上的,在Y轴上是你的血糖值

    耶鲁公开课 - 关于食物的心理学、生物学和政治学课程节选

  • Figure out how you can make it move a little to the left, a little to the right, up and down and then repeat in some kind of looping structure.

    就是找出办法让它向左移动一小步,向右移动一小步,向上一小步,向下一小步,像这样不断重复。

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

  • So if I shoot to the right and the goalie dives to the left, then I score with probability point 9 or my payoff is 9.

    如果我从右路射门而门将扑向左路,我进球的概率是90%,即收益是9

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

  • And if we hybridize these orbitals in carbon, what we end up with is having two hybrid orbitals, and then we're going to be left with two of our p orbitals that are each going to have an electron associated in them.

    如果我们杂化碳原子里这些轨道,我们能得到两个杂化轨道,另外剩下两个p轨道,每个里面有一个电子。

    麻省理工公开课 - 化学原理课程节选

  • It says, well I'm going to print out first and last just so you can see it, and then I say, gee 2 if last minus first is less than 2, that is, if there's no more than two elements left in the list, then I can just check those two elements and return the answer.

    然后它计算了尾点和开始点的差,如果小于2的话,也就是说数组中的元素小于等于,我对这两个元素进行比较,然后返回结果就可以了,否则的话,我们就去寻找中值点,注意它是怎么实现的,首先这个指向一个列表的开头。

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

  • I chose Bubble Sort on the left Selection Sort on the right and then something called merge sort on the very right hand side and then I started this all off roughly at the same time and what was frankly striking at least to me at the time was, my God it's done.

    我在左边选择冒泡排序,在中间选选择排序,在最右边选择归并排序,然后同时将它们启动,在那时,至少我是震惊了,天哪,它已经完成了。

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

  • Conversely, if you think the goalie's going to shoot to the right with probability more than a ?, then the best you can do is represented by the pink line, and that's shooting to the left, or if you think the goalie's going to dive to the right with the probability more than a ?, the best you can do, your best response is to shoot to the left.

    相反如果你认为门将扑向右侧的概率,大于?的情况下,此时你最佳策略用粉线表示,即从左路射门,也就是说如果你觉得门将扑向右路的,概率大于?的话,你最好选择从左路射门

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

  • So in a moment you're going to go ahead and hit the spacebar and then as things fall from the screen when they line up with the left arrow, hit the left arrow with a different arrow, hit that arrow and see how good a score you can get.

    一会儿你走到前面,敲一下空格键,当屏幕上面的东西从左边往下掉的时候,你就敲一下键盘上的左键,是哪个方向,敲对应的方向键就可以了,我们来看看你能得多少分。

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

  • If you can kick the ball very hard, but not very accurately, then if you try and shoot to the left or right, you're slightly more likely to miss.

    如果你只会大力抽射但是缺乏精准,当你射向左路或者右路时,你有可能会射偏

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

  • So this is a little bit trickier to look at and see what it means, but essentially we have two hybrid orbitals, which are shown in blue here, and then we have one p orbital that's left alone that's going up and down on the page.

    看这个图肯能会觉得比较诡异,但本质上,骂我们有两个杂化轨道,这里用蓝色表示,还有剩下一个p轨道,在图中上下方向上。

    麻省理工公开课 - 化学原理课程节选

  • If you cut and you open up a segment of DNA then you've left these sticky ends, for example and these sticky ends are capable of recognizing each other by the process of hybridization.

    如果你进行切割打开一个DNA片段,就会留下,比如说,这些粘性末端,这些粘性末端能在杂交的过程中互相识别

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

  • Because what you don't see in this file is any code a that actually says put a letter of the alphabet at the top left hand corner of the screen and then put the next character to the right in other words, I'm taking for granted at this moment in time that my computer knows how to print something to the screen.

    就是这些你在本文件中看不到的一些代码,实现了将首字母,放在屏幕的左上角,然后把其他字母加在其右边,我想当然地认为,我的电脑知道如何打印相应信息到屏幕上。

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

  • If I thought there was 2/3 probability they'd choose Left and 1/3 probability they'd choose Right, then I think it's twice as likely they're going to choose Left, and I could redo this calculation.

    如果你觉得对手选左的可能性是2/3,而选右的可能性是1/3,即对手选左的可能性是右的2倍时,我们再重新计算一下

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

  • - And lastly, you might have recalled the Fruit-craft RPG game that we played briefly with the little man that moves up and down, left and right and collects like oranges and apples and then brings them into the store.

    最后,我需要你们回想一下之前玩过的一个游戏,“Fruit-craft,RPG“,我们只需要让那个小人,上上下下,左左右右地移动,收集桔子啊,苹果啊等等,然后把它们送到仓库里去。

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

  • Simply by clicking that link you can then log into your account; and then on the left hand side what appears is a little menu of all of your friends who are also using this tool and you can select any one of them and actually see what that person is shopping.

    只需轻点鼠标便可进入自己的账户;,页面的左边有一个菜单栏,其中是你所有也在使用这个工具的朋友,你可以选中其中一个,查看ta所选择的课程。

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

  • But as soon as the most recently called function finishes executing, you have to take that tray off the stack in order to get at the previous function's memory, and once he's done executing, you have to take that one off and then what's left well then main.

    但是,一旦新的调用函数结束了执行,你必须从堆中把托盘拿掉,用来获得先前函数的内存,一旦他完成执行,你必须把那一块拿下来,然后剩下的是main函数。

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

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

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

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