• They began to divide the country into areas called spheres of influence.

    VOA: special.2010.07.29

  • And we want to divide all of that by our wavelength, and to keep our units the same we'll do meters.

    我们想用波长除以所有这些,而且保持单位统一我们采用米。

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

  • q1 So let me just rewrite that as, I just want to divide by q1 everywhere.

    分子分母同时除以,现在我写的这些。

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

  • He offered to divide Oregon at the forty-ninth parallel of latitude.

    VOA: special.2009.02.19

  • And the two categories I'm going to divide them into are declarative and imperative knowledge.

    我会把它分成两类:,陈述性的知识和程序性的知识。

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

  • He did not want the nation to divide.

    VOA: special.2009.04.02

  • Once you have a difference that occurs, two cells are difference, those differences can propagate as the cells continue to divide.

    一旦产生差异,产生两个不同的细胞,这些差异会伴随着,细胞分裂过程代代相传

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

  • Telomeres are necessary for a cell to divide.

    VOA: special.2009.10.07

  • John Geanakoplos and I had a meeting and we tried to divide up the subject matter of finance into two courses.

    约翰·吉纳科普洛斯和我开了个会,我们将金融这一学科,分为两门课

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

  • There was no way to divide them.

    VOA: special.2009.04.02

  • What are you going to divide by to get the acceleration?

    你会拿它除以多少来得到加速度呢

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

  • Speaking to supporters in the village of Teyit, Mr.Bakiyev, said there is an attempt to divide the country between north and south.

    VOA: standard.2010.04.12

  • I need to divide it by three to get the average.

    我应该先除3得到平均数

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

  • He told VOA he is willing to discuss ways to discuss the apparent divide over Ukrainian history with opponents in Crimea.

    VOA: standard.2010.03.17

  • We know we need to divide by 266, 266 but what we need you to help us with is to figure out this top number here and see how many particles are going to backscatter. So if the TAs can come up and quickly hand out 1 particle to everyone.

    知道背散射的概率就可以了,我们知道要除以,但还需要你们来搞清楚,分子上的数是多少,有多少个发生背散射的粒子,助教们请过来,把这些球分给同学们。

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

  • He says industrialized economies should intensify technology transfers to developing nations, especially on environmental technology to prevent what he called a "green divide."

    VOA: standard.2009.11.13

  • But who began to divide them up into early and late elements, which I thought drove the field of classics insane for about 100 years, while folks argued about the unity of Homer, the unity or not the unity of one of the poems and so on.

    他的成就在于第一个将其分成早期和晚期,此举颠覆了古典主义长达一个世纪,那时的人们对于荷马史诗中诗歌,是否具有同一性有过激烈的争论

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

  • This anniversary is about remembering the past. And as the dominoes run in a line from Potsdamer Platz, past Brandenburg Gate to the nearby parliament, they once again divide the city, even if only briefly.

    VOA: standard.2009.11.09

  • In the material that's usually associated with P Moses is depicted as stretching out his staff, first to divide the waters which stand like a wall so that the Israelites can cross over on dry land; and then he holds out his staff to bring the waters crashing down on the Egyptians.

    在经常能和P材料联系起来的材料中,摩西需要满足他的追随者的要求,第一个便是,水像墙一样立在两旁以便于犹太人,可以从中通过,然后为了保住追随者的性命,他用水淹没了埃及士兵。

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

  • If you divide the two of them through you will get 6.02 times 10 to the plus 23 per mole.

    如果你除以他们两个,你会得到6。02*10^摩尔。

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

  • So if I try to apply the same logic, well how can I divide and conquer this problem.

    如果我想要用同样的逻辑,那么怎样划分,并解决这个问题呢?

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

  • It was a gene that was causing a cell to be malignant and to divide without control, for example.

    例如,一个会使细胞恶化,并不受控制地无限分裂的基因

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

  • So things that are good candidates for divide And conquer are problems where it's easy to figure out how to divide down, and the combination is of little complexity.

    因为适合用分治算法解决的问题,最好是能够简单的将问题进行分解,并且合并的过程不是非常的复杂,只要比线性方案要小。

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

  • They had to divide by hand and so they didn't like the number 365, so they thought, let's just round it to 360.

    他们必须手工计算,所以不太喜欢365,所以他们就近似成360

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

  • Well, it might be that this signal is a signal to divide.

    这可能是那些让细胞开始分裂的信号

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

  • And it's called divide and conquer for the obvious reason. I'm going to divide it up into sub-problems with the hope that those sub-problems get easier. It's going to be easier to conquer if you like, and then I'm going to merge them back. Now, in the binary search case, in some sense, this is a little bit trivial.

    因此被称为分治的原因就这么简单,将一个问题分解成一些子问题,并希望这些子问题解决起来比较方便,正如你希望的,求解的过程也会变得简单,下面就是把结果合并起来,现在,在二分搜索的例子里,从某些方面来说,这有点微不足道。

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

  • If you tried to do one alone it would not work, so we decided to divide it up imperfectly and there may be some repetition between our two courses.

    非要分开单独来学的话是不可行的,所以我们只能退而求其次,分割后的两门课可能会有重复的部分

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

  • Therefore, when you divide by the mass to get the acceleration, the response of different bodies is inverse to the mass.

    因此,当你拿力除以质量得到加速度时,不同物体的加速度与质量成反比

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

  • Where those pieces, I would do the same thing with, I would divide them up into smaller chunks, and sort those. Is that going to give me a more efficient algorithm?

    合并起来,而那些小列表,我又会把他们拆成更小的列表,再排序,这会给我,一个更高效的算法么?

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

  • By tradition, they divide by 360, not 365, and so you understand that dealers of Treasury bills tend to quote "discounts."

    习惯上他们除以360,而不是365,国库券的经销商,习惯于谈论"贴现"

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

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

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

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