单词 | for loops |
释义 | for loops例句释义: 全部 1. Another example of where variables are often not used when they should be is in the case of for loops that iterate through an array. 另一个应该用变量而没有用的地方是遍历数组的for循环。 www.ibm.com 2. One of the things widely used in services orchestration and is missing in JPDL is support for loops. 循环在服务编排中使用得非常广泛,但JPDL却不支持它。 www.infoq.com 3. We will take a look on how the compiler implements for loops, and which optimizations it applies on them. 我们将看一下编译器如何执行循环,同时做了哪些优化。 tr.bab.la 4. In Erlang there is no need for loops because tail recursive functions are transparently optimized to run in constant space. 而在Erlang中不需要使用循环,因为尾递归函数会被自动优化在固定的空间中运行。 www.infoq.com 5. limited programmability: you don't get if statements and for loops, you get whatever this particular BPEL designer supports. 有限的可编程性:你无法拥有if声明和for循环,你只能得到这一特定的BPEL设计器所支持的东西。 www.infoq.com 6. When used within nested For loops, Exit For exits the innermost loop and transfers control to the next higher level of nesting. 当在嵌套的For循环内使用时,ExitFor将退出最内层的循环,并将控制权交给下一个较高级别的嵌套。 msdn2.microsoft.com 7. You can use two For Loops, one inside the other, to create a 2D array if you don't want to type in values on the front panel. 如果不想在前面板输入数组值的话,你可以利用两个嵌套的for循环来创建二维数组。 www.eefocus.com 8. Such typical GPL features include object-oriented programming, if-statements and for-loops. 这些典型的GPL特性包括面向对象编程、if指令和for循环等等。 www.infoq.com 9. Conspiracy Generator - A fun program - shows case, counters, for loops and listbox. Some other things too - For Beginners, by Beginners. 这是一个有趣的程序-陈列框,计算器,用于循环和列表框,还包括其它一些事情-由初学者为初学者所编写。 opensource.gdsp.net 10. That's why there are no while loops or for loops in Haskell and instead we many times have to use recursion to declare what something is. 这便是haskell没有while或for循环的原因,我们的替代方案是使用递归。 www.bing.com 1. The next two for loops iterate through the string and count how many vowels ('a', 'e', 'i', 'o', or 'u') it contains. 下两个for循环迭代该字符串并计算其包含多少个元音字母(“a”、“e”、“i”、“o”或“u”)。 www.ibm.com 2. For loops are run for a set number of iterations. For循环是针对一组迭代运行的。 www.ibm.com 3. The Port Status LEDs turn amber for about 30 seconds as the switch discovers the network topology and searches for loops. 当交换器找到网路拓朴并检查是否有迴路的时候,连接埠状态灯号会转为黄褐色约30秒。 www.cyut.edu.tw 4. These two parameters are then supplied to the two for loops that generate the times table. 这两个参数随后会被提供给生成乘法表的两个for循环。 www.ibm.com 5. Ceylon also creates what is called a fail block that is used with for loops to identify when they do not break prematurely. Ceylon还创建了fail块,在for循环中使用它处理循环提前中断的情况。 www.ibm.com 6. do clauses or for loops to test a class' methods appropriately. do子句或for循环来正确地测试类的方法。 www.ibm.com 7. For loops are the most complex loops in PHP. for循环是PHP中最复杂的循环结构。 www.phpx.com 8. You can nest For loops by placing one loop within another. 可以将一个循环放在另一个循环内以嵌套。 msdn2.microsoft.com 9. We call it "logic-less" because there are no if statements, else clauses, or for loops. 我们称其为“无逻辑”,因为它没有if语句,else子句或者for循环。 www.oulan.com 10. There are no rules against using extra for loops. 没有规则限制使用额外的for循环。 www.ibm.com 1. The illustration in Figure 7. 14 shows two For Loops creating a 2D array of random numbers using auto-indexing. 图7.14中表示的是利用自动索引创建有随机数组成的二维数组。 www.eefocus.com 2. Use integer variables (Int32 or Int64) in for loops instead of object variables. 在for循环中使用整数变量(Int32或Int64),而不使用对象变量。 msdn2.microsoft.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。