• "Unless we reconstruct and maintain the international financial system, if countries start doing it bilaterally instead of multilaterally, the system will fall apart and we will end up in a depression,".

    VOA: standard.2009.03.29

  • It's, and in particular, the colon is the start, and the carriage return is the end.

    尤其是,冒号是开始,回车意味着这块指令集的结束。

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

  • Takes a start and an end point, just going to bind local variable names start and end to those pieces.

    有一个开始和结束点,就是去把局部的变量的名字,和这些点进行绑定。

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

  • We must now start with solidarity for our side, which does not end in workshops and conferences, but ends in action geared specifically to increase the number of women in politics and in our delegations,".

    VOA: standard.2009.04.05

  • So if you start and end at the same place, they've got end at the same place that they started.

    所以如果你开始和结束于同一个位置,它们最终的状态与开始时会是一样的。

    麻省理工公开课 - 热力学与动力学课程节选

  • And what we've done is submit a tool in the end of the riser to start to extract some of that flow and bring it directly to the drill ship so it never enters into the Gulf of Mexico."

    VOA: standard.2010.05.17

  • For the carbon, we start with 4 valence electrons, we have 0 lone pair electrons minus 4, and we end up with a formal charge of 0.

    对于碳,我们从四个价电子开始,我们有零个孤对电子,再减去四,最终我们有零个形式电荷。

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

  • But the basic implication is that if the past repeats itself, if one could replicate the past, the implication is as follows: Those seeking to gain fast profits, they should try and profit from the fast, buying shares prior to the start of Ramadan and selling them at the end of the Holy Month or,preferably, immediately after Eid al-Fitr, where our results begin to decline.

    VOA: standard.2010.08.05

  • So here's how well off you are, here is time, and you start with nothing and you end up incredibly well off.

    纵坐标代表你的处境,横坐标代表时间,你从一无所有到辉煌腾达。

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

  • It may have been true or maybe not, but it made people start looking at the past, what really happened between 1940 and 1945, or '44, end of '44, what really happened.

    也许是真的也许是假的,但是让人们开始回首往事,在1940年到1945年间到底发生了什么,或者44年,44年末,到底发生了什么

    耶鲁公开课 - 1871年后的法国课程节选

  • For example, if you started here and you did all this and you came back here, the average velocity would be zero, because you start and end at the same value of x, you get something; 0 divided by time will still be 0.

    例如,如果你从这里开始运动,经过这个过程又回到这里,平均速度就是0,因为初态和末态的位移相同,你得到了什么呢,0除以时间还是0

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

  • And then really the fun begins when you realize all you have ; to do is now start wiring these ideas together; wiring these little bite size problems together and so in the end that actually make, per Tej's project, a really impressive whole.

    当你意识到你现在要做的就是,把想法付诸程序,把小问题串连到一起的时候;,就开始觉得有意思了,实际上每个Tej的项目,都是个为令人印象深刻的整体。

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

  • All right, then as I push through, I'm going to start with all of my gas on this side, and at the end I'm going to have all the gas on the other side.

    好的,随着我的推动,刚开始这些气体全在这一边,到了最后,这些气体全在另一边。

    麻省理工公开课 - 热力学与动力学课程节选

  • And so he said, if you start off with a male and a female, at the end of one month they have an offspring. Let's assume they have two offspring. At the end of the next month let's assume those offspring have offspring. Again a male and female.

    在13世纪的时候想要计算兔子的数量,就是一个月大的兔子,再过一个月就可以进行交配,所以它说如果你一开始有一公一母两只兔子,在一个月末它们就可以生小兔子,让我们假设它们生了两只小兔子。

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

  • STUDENT: So are you entering a tuple in for start and end?

    学生:那么你把开始点和结束点,访在一个元组里面输入么?

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

  • The causal paths that result in death may start different, but I presume that they converge and you end up having a set of events take place.

    不同的手段导致死亡的方式不同,但是我认为有一点是相同的,你的死亡伴随着这一系列的事情发生

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

  • it's clear that you want to add a vector that looks like that, because then you go from the start of this to the finish of that, you end up at the same point and you get this invisible 0 vector.

    显然应该给它加上这样一个矢量,因为从这个矢量的起点指向那个矢量的终点,最终指向的是同一个点,你就得到这个不可见的零矢量

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

  • Let's say we start from some V1 and p1 here, so high pressure, small volume and we end up with a high volume low pressure, under constant temperature condition.

    例如我们要从压强比较高,体积比较小V1,p1出发,到达低压强,大体积的末态,过程中温度不变。

    麻省理工公开课 - 热力学与动力学课程节选

  • Well, for a thing called main which itself is a function but a function I wrote, a tool I am writing at the moment not like printf which someone else wrote long ago, I have to say where does main start, where does main end, and I do that by using these curly braces.

    至于这个名曰main的函数,由我们自己写的函数,也是一个工具,只不过由我们自己编写,而不是像printf那样已经由前人写好了,我们必须要说明main在哪开始,在哪结束,这样我们就要用到大括号了。

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

  • This piston is being brought out, so we expect 0 the work to be negative, negative. And we start o V2 ut with zero volume. We end up with a volume p2 of V2, and the external pressure is constant to p2.

    所以我们可以想象功是负的,开始的时候体积是,最终的容积是,外界的压力恒为。

    麻省理工公开课 - 热力学与动力学课程节选

  • And when I do this test, what I want to do, is say I'm going to pick the middle spot, and depending on the test, if I know it's in the upper half, I'm going to set my start at the mid point and the end stays the same, if it's in the front half I'm going to keep the front the same and I'm going to change the endpoint.

    如果我知道目标数可能,再比中值点大的区间里,我可能就会把开始点设为中值点,而尾点不变,如果在小的那个区间里,就保持开始点不变而把尾点设为中值点,你们可以看到这儿的代码,就是这么做的,对不对?它是怎么做的?

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

  • So, for example, if I say TEST and I don't give it a start but I give it an end, then it gives me all the elements up to that point.

    例如,我创建了TEST这个元组我没有给他,起始点却给了它一个结束点,然后程序会基于这一点放置所有的元素。

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

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

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

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