I'd give him 5 or 10 min to get settled, to look at some of the papers on his desk.
我会给他5到10分钟整理一下,看看桌上的报纸。
So, sometimes people get confused when they're solving problems and call the amplitude this distance all the way from the max to the min but it's only half of that because we're only going back to the average level.
解题的时候会弄错,把这个从,最大值到最小值的距离,叫做幅值,但实际上,只有它的一半,只是它和平均值的差距。
It says, right. If j is-- well it says until j is at the less than the length of l-- it says, if min value is bigger than the thing I'm looking at I'm going to do something, all right?
只要j比长度l小,如果MinVal比我要找到元素大,我就要做些什么了,我们来遍历?
Ah-ha. What does that say to do? It says, 3 gee, make min index point to there min value be 3. Change j. Is 6 bigger than 3?
啊哈,这该怎么处理呢?,让MinIndex指向那里,MinVal是,改下j值,6比3大么?
OK. What does that say? I'm going to change MinIndex min index to also point there n value is 8, j starts off here, and I say, OK, is the thing I'm looking at here smaller than that? Yes.
好的,这意味着什么?,我打算交换,让它也指向那里,MinVal是8,j从这里开始,我要找的值比这个小么?是的。
I get to the end of the loop, and I actually do a little bit of wasted motion there. And the little bit of wasted motion is, I take the value at i, store it away temporarily, take the value where min index is pointing to, put it back in there, and then swap it around.
我走到了循环的末尾,事实上我做了多余的动作了,有点多余的是我把i的值,临时保存起来了,看看MinIndex指向的值,放回到哪里,然后再交换。
应用推荐