So each time through the loop, I'm doing three steps. Three basic operations.
因此每次运行这个循环,我做了三次基本运算。
Even if there is an immortal soul-- Sorry. Even if there is a non-physical soul that's part of me, we don't yet have any reason to believe that it's one of the fundamental building blocks that were being recycled.
即使灵魂是不灭的,不对,即使有个非现实的灵魂是我的一部分,我们并没有任何理由去相信,灵魂是被循环利用的,基本组成部分之一
Because I keep counting down each time around-- mostly I've got to unload this candy which is driving me nuts, so-- thank you.
因为我每次循环b减了,我一共要执行这个循环b次,所以这里我们一共执行了3b次基本操作。
b times. So I've got to go 3 b steps. All right I've got to go through the loop b times I've got three steps each time, and then when I pop out of the loop, I've got two more steps. All right I've got the initiation of answer and the return of it.
好,我一共执行了b次循环,每次循环内部进行了三次基本操作,当跳出循环后还有两个基本操作,因此这个初始的答案就是,2+3b次基本操作,来完成这个循环。
应用推荐