At that stage we can merge these, and then take this down, do the division merge and bring them back up.
在那里做一次分解,做到这步时,我们可以把这些进行合并,然后把这个拿下来,做分解合并过程后再把它们拿回去。
When they do that they can actually engulf the bacteria in a process called phagocytosis and break them down into antigens.
免疫细胞确实是将细菌整个吞进了肚内,这一过程称为吞噬作用,并将细菌分解成小抗原
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.
只要这个循环过程是可逆的,你们知道效率是多少,从理论上说,可以将总过程,分解成一系列绝热,和等温的小过程。
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.
因为适合用分治算法解决的问题,最好是能够简单的将问题进行分解,并且合并的过程不是非常的复杂,只要比线性方案要小。
What was the divide? The divide was breaking a big search up into half a search.
什么是分解?分解是把一个大搜索过程,分解成搜索一半的过程。
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.
一个分治的例子,注这里,与二分查找所不同的地方,我们肯定是分解了,但是合并的过程还是需要一些工作量的,我会详细说明怎样把它们合并在一起的,当你在考虑设计一个分治算法时,这是你要必须记住的最基本的东西。
应用推荐