nested loop meaning in Chinese
嵌套循环连接
Examples
- Because the for loop container can include other for loop containers , you can build nested loops and implement complex looping in packages
因为for循环容器可以包含其他for循环容器,所以可以在包中构建嵌套循环和实现复杂循环。 - For example , to nest one loop ( the nested loop ) within another loop ( the nesting loop ) ; to nest one subroutine ( the nested subroutine ) within another subroutine ( the nesting subroutine )
例如,在一个循环中嵌入另一个循环,在一个子程序中嵌入另一个子程序。 - This method consists of two nested loops : the first loop iterate through all the registered types . the second loop iterates through all attributes for the current type
这个方法由两个嵌套的循环组成:第一个循环遍历所有注册的类型。第二个循环遍历当前类型的所有特性。 - If the query includes a join , the optimizer must determine the join plan hash , sort merge , or nested loop , and the order in which tables are evaluated or joined
如果该查询包含了连接,那么优化器就必须确定连接计划( hash 、 sort merge或nested loop ) ,以及评估或连接表的次序。 - Imperative python code for " print big products " nested loop procedural style for finding big products xs 1 , 2 , 3 , 4 ys 10 , 15 , 3 , 22 bigmuls . more stuff . . . for
既然我们已讲到这,注意传递消息的opp风格是如何处理的也非常有趣( smalltalk或self与此类似,一些我使用的oop xbase变量也是如此) :