• It deconvolves that reaction of sodium plus chlorine into elementary steps that are related to electron transfer and acquisition.

    它将钠和氯的反应,分解成基本的步骤,这些步骤是直接与电子的转移和获得有关的。

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

  • If we take hydrogen peroxide in the liquid state, it can break down to form water and oxygen.

    如果我们有一些液态的过氧化氢,它会分解成水和氧气。

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

  • But it is a very handy way of thinking about, not just how to program, but how to break problems down into nice sized chunks.

    但是它确实是一种很方便的思考方式,不仅仅限于编程序,在将程序分解为小部分时也很有用。

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

  • And the disunited Canaanites put up little or no resistance: they're paralyzed by a fear that is sent by God.

    而被分解的迦南人几乎完全丧失抵抗力:,他们因为上帝送来的恐惧全面瘫痪。

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

  • So this is a thing, Week Number Four, saw very commonly, which was -- this is something we saw commonly and there's a couple of issues here.

    所以这是一件事,第四个,一般的分解,那是我们讲解的东西,这里有好几个问题。

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

  • So what that means is that's how much energy we would have to put into a hydrogen molecule in order to get it to split apart into its two atoms.

    它的意义,就是我们需要向一个氢分子中注入这么大的能量,才能将它分解成两个独立的原子。

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

  • But if the soul is something immaterial, then that could continue to exist, even after the destruction of the body.

    但如果灵魂是非物质的,那么它会继续存在,即便肉体已经被分解殆尽

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

  • What happens in the intestine is that food gets broken down into constituent molecules, some of those molecules are absorbed into our bodies.

    在肠道中,食物必须分解成基本的组成分子,其中一些分子才能被我们的身体吸收

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

  • And when a compound is decomposed, the atoms are recovered unchanged.

    当一个化合物被分解的时候,原子有恢复原来未曾改变的面貌。

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

  • That large, white knee: the way this narration allows us to see through Haze's eyes Haze the whole body apart, so what he sees is not Mrs. Watts; he sees a large, white knee.

    我们可以从描写:,又白又大的膝盖的,这种叙述方式中看到,的眼睛将整个身体,begins,to,take,分解成了部分,所以他看见的并不是Watts太太;,而是她的膝盖。

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

  • It's says find the mid-point and split the list in half. Copy of the back end, sorry, copy of the left side, copy of the right side.

    找到列表的中间节点,然后在这里将列表分解成两半,后端的拷贝,左部分的拷贝,右部分的拷贝。

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

  • We could certainly implement this much more efficiently by just writing this one line of code, but, again, the key here is to take this step toward decomposing our code into chunks of code.

    我们可以写这一行代码,使代码的执行更有效率,但是,这个关键字用来把我们的代码分解,成一段段的。

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

  • As long as it's reversible, you know what the efficiency has to be, and in principle, you could break it down into a bunch of steps that you could formulate as isothermal and adiabatic.

    只要这个循环过程是可逆的,你们知道效率是多少,从理论上说,可以将总过程,分解成一系列绝热,和等温的小过程。

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

  • When we increase the potential between the 2 electrodes that we have in the tube -- we actually split the h 2 into the individual hydrogen atoms, and not only do that, but also excite the atoms.

    当我们增大两个电极之间电压,我们有-我们可以把氢气2,分解成单个的氢原子,不仅这样,还能激发原子。

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

  • There's a way to actually grind down and prepare the flour, so that you promote the enzymes within the plant to breakdown the cyanide precursors.

    有一种方法是将它们磨碎,做成粉,这样就可以促进它们本身带有,酶将氰化物的前驱体分解掉。

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

  • And as long as that smaller computation reduces to another smaller computation, eventually I ought to get to the place where I'm down in that base case.

    如果我不属于基础事件,那么我需要把它简化为更简单的计算,随着计算的不断简化,最终我能分解成基础事件。

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

  • How do we take a complex program, again, divide and conquer, I feel like a 1-trick pony, I keep repeating the same thing over and over again.

    同样的先分解再逐个击破,我就像只会一个把戏的小马,我不断重复相同的事情。

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

  • Anytime you find yourself in this pattern, odds are, what you're doing is a candidate for being factored out, hierarchal decompositions is the buzzword you'd see in the textbooks if you're following along with any of them, but it's really just the idea of taking out common code and putting it into just one place.

    任何时候你发现你处于这种模式中,可能,你所做的东西是可以提取改进的,体系分解是一个你在课本中看到的流行词,如果你遵循其中一个,这个实际上是一个把相同的代码,放到一个地方的思想。

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

  • 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.

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

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

  • But there is a different example that we have to worry about is where, which to argue against this proposal that the body could be decomposed and then be recomposed.

    但我们还得关注另一个,很不一样的例子,这个例子得到的结论与刚才相反,它并不认为肉体可以被分解然后,再重组。

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

  • But eventually my body will decompose.

    然而最终我的身体将会分解

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

  • Notice here that it's different than the binary search case. We're certainly dividing down, but the combination now actually takes some work. I'll have to actually figure out how to put them back together. And that's a general thing you want to keep in mind when you're thinking about designing a divide and conquer kind of algorithm.

    一个分治的例子,注这里,与二分查找所不同的地方,我们肯定是分解了,但是合并的过程还是需要一些工作量的,我会详细说明怎样把它们合并在一起的,当你在考虑设计一个分治算法时,这是你要必须记住的最基本的东西。

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

  • I have used divide and conquer, as we seen before, to recursively break it into smaller problems. But the smaller problem of fib of 4 and the smaller problem of fib of 3 overlap with each other.

    正如我们之前看到的,我已经进行了划分,并且递归性的把它分解为更小的问题,但是fib的简化问题,和fib的简化问题会相互重叠。

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

  • We transition to actually real world applications later on like a compression-- how do you take a huge amount of data ; and actually whittle it down into something more manageable; something that uses less of your disk space.

    然后我们会讲生活中的应用程序,比方说压缩文件——,把大量的数据分解使其更易管理;,并占用尽量少的磁盘空间。

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

  • OK. And then the exponentials, as you saw is when typically I reduce the problem of one size into two or more sub-problems of a smaller size.

    好,然后说到指数级,正如你所见,典型的例子是,我讲一个问题分解成为,两个更小规模的子问题。

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

  • 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.

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

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

  • We actually threw half of the list away and we kept dividing it down, until ultimately we got something of size one to search.

    我们实际上将另一半的列表给抛弃了,我们接着不断的如此分解下去,直接最终我们搜索到了唯一的一个元素。

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

  • Our goal is to take problems and break them down into these computational steps, these sequence of instructions that'll allow us to capture that process.

    我们的目标是得到问题,然后将问题分解为这些计算步骤,这些指令集,可以让我们看到这个过程。

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

  • You really want to get the power of dividing things up, but if you end up doing a ton of work at the combination stage, you may not have gained anything.

    你真的想得到分解问题的能力,但是如果在合成的某个阶段,你需要做大量的工作,你可能得不到任何东西。

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

  • Those are fancy terms. Decomposition is a way of putting structure onto the code.

    这些都是诱人的术语,分解是一种将代码结构化的方法。

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

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

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

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