inner loop
常見例句
- After storing the cell data, close the inner loop.
存儲單元格數(shù)據(jù)之后,關閉內部循環(huán)。 - Next, start the inner loop to read the cells, as in Listing 9.
接下來,開始內部循環(huán)以讀取單元格,如 清單 9 所示。 - Once you're inside the inner loop, create an XML element to represent the cell, using the appropriate column name as the element name.
一旦進入內部循環(huán),就創(chuàng)建一個 XML 元素來表示單元格,使用適當?shù)牧忻鳛樵孛?/li>原聲例句
- The inner loop, this part here, I do m times.
這個循環(huán)執(zhí)行了多少次呢?
麻省理工公開課 - 計算機科學及編程導論課程節(jié)選 - God bless. Oh, sorry, that wasn't a sneeze, it was a two? How many swaps do I do in bubble sort? A lot. Right. Potentially a lot because I'm constantly doing that, that says I'm running that inner loop a whole bunch of times.
上帝保佑,哦,抱歉,我沒說清楚,這是兩個問題,在冒泡排序中要做多少次排序?許多,正確的,可能要做很多次,因為在持續(xù)的干,這就意味著它要做很多次內部循環(huán)。
麻省理工公開課 - 計算機科學及編程導論課程節(jié)選 - What's the complexity of that inner loop?
我只想要得到內嵌的這個循環(huán)的復雜度?
麻省理工公開課 - 計算機科學及編程導論課程節(jié)選 返回 inner loop