inner loop
常见例句
- After storing the cell data, close the inner loop.
存储单元格数据之后,关闭内部循环。 - Next, start the inner loop to read the cells, as in Listing 9.
接下来,开始内部循环以读取单元格,如 清单 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.
一旦进入内部循环,就创建一个 XML 元素来表示单元格,使用适当的列名作为元素名。 - The inner loop, this part here, I do m times.
这个循环执行了多少次呢?
麻省理工公开课 - 计算机科学及编程导论课程节选 - 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.
上帝保佑,哦,抱歉,我没说清楚,这是两个问题,在冒泡排序中要做多少次排序?许多,正确的,可能要做很多次,因为在持续的干,这就意味着它要做很多次内部循环。
麻省理工公开课 - 计算机科学及编程导论课程节选 - What's the complexity of that inner loop?
我只想要得到内嵌的这个循环的复杂度?
麻省理工公开课 - 计算机科学及编程导论课程节选 返回 inner loop