×

nested loop meaning in Chinese

嵌套循环连接

Examples

  1. Because the for loop container can include other for loop containers , you can build nested loops and implement complex looping in packages
    因为for循环容器可以包含其他for循环容器,所以可以在包中构建嵌套循环和实现复杂循环。
  2. 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 )
    例如,在一个循环中嵌入另一个循环,在一个子程序中嵌入另一个子程序。
  3. 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
    这个方法由两个嵌套的循环组成:第一个循环遍历所有注册的类型。第二个循环遍历当前类型的所有特性。
  4. 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 ) ,以及评估或连接表的次序。
  5. 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变量也是如此) :
More:   Prev  Next

Related Words

  1. nested construct
  2. nested blocks
  3. nested design
  4. nesting subroutines
  5. birds nest
  6. nested intervals
  7. individual nest
  8. nested volcano
  9. headlight nest
  10. nesting loop
  11. nested level
  12. nested lists
  13. nested loop join
  14. nested loop mode
PC Version

Copyright © 2018 WordTech Co.