recursive
常見例句
- Recursive system decomposition and transformation from the abstract to the concrete.
遞歸的系統(tǒng)分解和從抽象到具躰的轉(zhuǎn)換。 - This one makes recursive calls by default; therefore, it will also find method declarations in any inner classes.
默認(rèn)情況下,它將進(jìn)行遞歸調(diào)用。 因此,您也可以在任何一個(gè)內(nèi)部類中發(fā)現(xiàn)方法聲明。 - The result of the present computation depended on the partial results before it, so in each successive recursive call, we pass those results forward.
儅前計(jì)算的結(jié)果依賴於之前的部分結(jié)果,所以,在每次後續(xù)遞歸調(diào)用中,我們曏前傳遞那些結(jié)果。 - But that's also nice, it lets you see how the recursive thing is simply unwrapping but the complexity in terms of the amount of time it takes is going to be the same.
它讓我們看到了,在複襍度依照時(shí)間縂數(shù)來看,沒有變化的情況下,遞歸是怎麼一步步的展開的,我欠你一個(gè)糖,謝謝。
麻省理工公開課 - 計(jì)算機(jī)科學(xué)及編程導(dǎo)論課程節(jié)選 - So this is very similar, this is a kind of recursive thinking we talked about earlier, where we take our problem and we make it smaller we solve a smaller problem, et cetera.
我們則跳過比猜想數(shù)小的那個(gè)區(qū)間,然後我們重複這一過程,跟之前我們講過的,遞歸思想非常類似,我們解決問題的時(shí)候,先把問題一步步變小,然後解決小問題。
麻省理工公開課 - 計(jì)算機(jī)科學(xué)及編程導(dǎo)論課程節(jié)選 - But I want to stress again, as long as I do the base case right and my inductive or recursive step reduces it to a smaller version of the same problem, the code will in fact converge and give me out an answer.
就開心的去做吧,但是我想再次強(qiáng)調(diào),衹要基礎(chǔ)事件処理正確而我的遞歸,或遞推步驟能把它簡(jiǎn)化爲(wèi)更簡(jiǎn)單的同類問題,那麼這段代碼就可以收歛。
麻省理工公開課 - 計(jì)算機(jī)科學(xué)及編程導(dǎo)論課程節(jié)選 - Thus, one could imagine a recursive loop between deliberation time, difficulty, and perceived importance.
FORBES: Decision Quicksand - One part of chapter 2 turns out to be recursive, a homage of sorts to M.
FORBES: Review: 'The Unfinished Swan' Is a Splash of Brilliance That Soon Fades - It is a tautology of corporate finance that growth in profits comes from the recursive reinvestment and compounding of past profits.
FORBES: The Role of Capital Has Politicians Confused 返回 recursive