单词 | for loop |
释义 | 例句释义: 循环,回圈,循环控制 1. Up to this point we've been traversing the record store with a simple for loop. 至此,我们已经使用一个简单的for循环遍历了记录存储。 www.ibm.com 2. Now, even though the "for" loop is a very powerful construct, it is often prone to misuse. 现在,尽管“for”循环是一个非常强大的结构,但它也经常被滥用。 www.infoq.com 3. After all that comes the heart of the script: a simple for loop that processes each file in the files list. 完成所有这些定义之后,接下来就是脚本的核心了:一个简单的for循环,用于处理文件列表中的各文件。 www.ibm.com 4. The for loop fundamentally has a simple syntax, allowing you to extract a single item from a container object and do something with it. for循环有一个简单的语法,使您可以从容器对象中提取单个项目并对其进行某些操作。 www.ibm.com 5. The for loop toward the beginning of the method makes sure of that. 指向该方法开始处的for循环确保这一点得以实现。 www.ibm.com 6. Oracle also allows cursors to be tightly bound to a looping statement, a construct called a cursor FOR loop. Oracle还允许将游标与一个循环语句紧密地绑定在一起,形成所谓的游标FOR循环结构。 www.ibm.com 7. The upper half of this figure shows the three modeling elements to represent a while loop, a do-while loop, and a for loop. 此图的上半部分显示了三种建模元素,分别表示whileloop、do-whileloop和forloop。 www.ibm.com 8. Underneath, you can visualize a JDBC ResultSet object being returned and its contents being passed into a for loop. 在底层,您可以看到返回了JDBCResultSet对象,它的内容被传递进for循环。 www.ibm.com 9. When you need to do something a certain number of times (as you would for each item in a container), you use the for loop. 当需要对某件事情做一定的次数时(就像针对容器中的每一项一样),可使用for循环。 www.ibm.com 10. Note that you could also use a for loop to execute the script a given number of times before quitting. 注意,您也可以使用for循环按照指定的次数来循环执行这个脚本,然后才退出。 www.ibm.com 1. I then use short-hand for loop notion followed by an iterator with a closure. 然后使用简短的for循环,后面是一个带有闭包的迭代器。 www.ibm.com 2. The program's output shows that all threads run and terminate, but only one of the two threads executes an iteration of the for loop. 程序的输出显示所有的线程运行并结束,但是这两个线程只有一个执行for循环的一个迭代。 www.ibm.com 3. We leave it as an exercise to the reader to rewrite the outermost for loop in a more elegant fashion. 我们留给读者一个练习,以更好的形式重写循环的最外层。 www-128.ibm.com 4. The basic syntax of a for loop is shown in Listing 1, which also demonstrates how to use continue and break statements within a for loop. 清单1中显示了for循环的基本语法,还演示了如何在for循环中使用continue和break语句。 www.ibm.com 5. Array declared as for loop control variable cannot be declared with an initial size. 声明用于循环控制变量的数组时不能使用初始大小的值。 dictsearch.appspot.com 6. The for loop iterates over the list of strings, printing them out one at a time. for循环在string列表上进行迭代,一次输出一行。 www.ibm.com 7. Optionally, click Expressions and, on the Expressions page, create property expressions for the properties of the For Loop container. 根据需要,单击“表达式”,并在“表达式”页上为For循环容器的属性创建属性表达式。 msdn2.microsoft.com 8. The first for loop searches for a pre-existing entry in the windows hash that does not currently have a pipe attached to it. 第一个for循环将搜索目前没有绑定管道的窗口散列中的已有条目。 www.ibm.com 9. Optionally, modify the name and description of the For Loop container. 根据需要,修改For循环容器的名称和说明。 msdn2.microsoft.com 10. In the case of a for loop, three additional data fields are generated. 对于for循环情况,会生成三个附加数据字段。 www.ibm.com 1. The next section of code, the for loop, first retrieves all the childNodes of the first contact, when the variable j is initialized to zero. 接下来的一段代码是一个for循环,当变量j被初始化为0时,该循环首先检索第一个联系人的所有childNodes。 www.ibm.com 2. In each repeat of the loop, the For Loop container evaluates an expression and repeats its workflow until the expression evaluates to False. 循环每次重复时,For循环容器都计算一个表达式并重复运行其工作流,直到表达式计算结果为False。 msdn2.microsoft.com 3. I can get at these files by iterating with a for loop, which in this case iterates over the collection of directories. 循环中的迭代得到这些文件,在这个例子中,是在目录集合中进行迭代。 www-128.ibm.com 4. The for loop in Python is special and is closely tied to the container data types built into the Python programming language. Python中的for循环很特殊,与Python编程语言中内置的容器数据类型紧密相关。 www.ibm.com 5. A while loop will rarely include the number of iterations -- unless it is a for loop in disguise. while循环很少包含迭代次数--除非它是一个伪装的for循环。 www.ibm.com 6. At the end of the for loop, add each event to a dijitMap, as shown in Listing 12. 在for循环最后,将所有事件添加到dijitMap,如清单12所示。 www.ibm.com 7. Moreover, a modified RGA is given to overcome the difficulty encountered in computing the RGA of an integrating process for loop pairing. 为了解决这个问题,将相对稳态增益矩阵做一些修正,并利用修正后的结果来进行环路配对。 word.hcbus.com 8. Fundamentally, the for loop involves what is known as an iterator, which is used to move through the collection item by item. 本质上,for循环涉及到一个迭代器(iterator),用于在集合中逐项移动。 www.ibm.com 9. An OpenMP for loop may not modify the index (loop counter) in the body of the for loop. OpenMPfor循环不能修改for循环体中的索引(循环计数器)。 msdn2.microsoft.com 10. An executable can be a For Loop, Foreach Loop, or Sequence container; a task; or an event handler. 可执行文件可以是For循环容器、Foreach循环容器、序列容器、任务或事件处理程序。 msdn2.microsoft.com 1. The former uses an outer for loop to iterate over the coordinates , computing the distances to changed clusters in the inner loop . 前一个是使用了一个外部循环来遍历这些坐标,计算它们同在内部循环时改变的组的距离。 www.bing.com 2. Packages, tasks, and the Foreach Loop, For Loop, and Sequence containers can use the following enumerations to set the specified properties. 包、任务和Foreach循环、For循环和序列容器可以使用以下枚举来设置指定的属性。 msdn2.microsoft.com 3. I used one unsupported list comprehension in my code, which I had to unroll into a regular for loop. 在代码中,我使用了一个不支持的列表,将其放入一个普通的for循环。 www.ibm.com 4. Simply put, the for loop lets you iterate through the items in a collection of objects. 简单地说,使用for循环,可以迭代中对象集合的项目。 www.ibm.com 5. Integration Services provides two types of containers for looping through packages: the Foreach Loop container and the For Loop container. IntegrationServices为循环遍历包提供了两种容器类型:Foreach循环容器和For循环容器。 msdn2.microsoft.com 6. The second for loop only finds lowercase vowels as it iterates over the original string. 第二个for循环在迭代原始string时仅查找小写元音字母。 www.ibm.com 7. Non-Boolean expressions are used in the Derived Column transformation, property expressions, and the For Loop container. 非布尔表达式用于派生列转换、属性表达式和For循环容器中。 msdn2.microsoft.com 8. For Loop container, which can use expressions to build the initialization, evaluation, and increment statements the looping structure uses. For循环容器,可用表达式生成循环结构使用的初始化、计算和增量语句。 msdn2.microsoft.com 9. To summarize: use the enhanced for loop by default, but consider a hand-written counted loop for performance-critical ArrayList iteration. 结论:优先采用改进for循环,但在性能要求苛刻的ArrayList迭代中,考虑采用手写计数循环。 www.cnblogs.com 10. The increment parameter sets i to 11. The condition is no longer true, and the for loop is finished. 当i等于11时,这条件不再为真,循环终止。 blog.chinaunix.net 1. This means that the For Loop container runs all its control flow elements the same number of times. 这意味着For循环容器对所有其控制流元素运行相同次数。 msdn2.microsoft.com 2. The for loop iterates over the list of substrings, printing out each substring and its length. for循环迭代子字符串list,打印每个子字符串及其长度。 www.ibm.com 3. Once the for loop has iterated all the lines, any assignment operators within them will now be aligned correctly. 当for循环遍历了所有行之后,这些行中的赋值运算符将被正确对齐。 www.ibm.com 4. The unique identifier of the package; the For Loop, Foreach Loop, or Sequence container; or the task in which the log event occurred. 发生日志事件的包、For循环容器、Foreach循环容器、序列容器或任务的唯一标识符。 msdn2.microsoft.com 5. The Foreach Loop container uses an enumerator to perform the looping, whereas the For Loop typically uses a variable expression. Foreach循环容器使用枚举器执行循环,而For循环则通常使用变量表达式。 msdn2.microsoft.com 6. The third for loop, however, iterates over a temporary string returned by a call to the string object's lower method. 第三个for循环迭代通过调用string对象的lower方法返回的临时string。 www.ibm.com 7. You can build event handlers for packages, the Foreach Loop container, the For Loop container, the Sequence container, and all tasks. 您可以为包、Foreach循环容器、For循环容器和序列容器以及所有的任务生成事件处理程序。 msdn2.microsoft.com 8. A for loop iterates through the collection and yield returns the value of each item. for循环对集合进行循环访问,并返回每项的值。 msdn2.microsoft.com 9. The last example contains an extra for loop and an extra variable $artifactId. 最后一个示例包含一个额外的for循环和一个额外的变量$artifactId。 www.ibm.com 10. You can then split the string and iterate over the lines in the file within a for loop. 然后可以拆分string并在for循环中对文件的行进行迭代。 www.ibm.com 1. You can rewrite this procedure in a more compact form using a FOR loop. 您可以使用FOR循环,以更紧凑的形式重新编写此过程。 www.ianywhere.com 2. The For Loop container for creating repeating control flows that evaluate a condition to implement looping. For循环容器,用于创建评估实现循环所需条件的重复控制流。 msdn2.microsoft.com 3. Here's an example of a for loop written on the fly (shown in Listing 19). 下面是即时编写的for循环示例(见清单19)。 www.ibm.com 4. The first for loop iterates through this tuple, cumulating the sum of the numbers in the tuple in the count variable. 第一个for循环迭代此tuple,在count变量中累计tuple中数值的和。 www.ibm.com 5. The sequence diagram for the above for loop is shown in Figure 5. 图5显示了上述for循环的序列图。 www.ibm.com 6. The following diagram shows a simple package that has a For Loop container that contains one Execute SQL task. 以下关系图显示具有For循环容器的简单包,该容器包含一个执行SQL任务。 msdn2.microsoft.com 7. The next for loop processes just the HTTP links only. 接下来将只对HTTP链接进行循环处理。 www.ibm.com 8. The inner For Loop creates a row, and the outer For Loop "stacks" these rows to fill in the columns of the matrix. 内循环建立行,外循环将这些行排成矩阵中的列。 www.eefocus.com 9. Few people can really truly simulate in their minds a "for" loop, so errors in that construct are not uncommon. 很少有人真正能在他们脑子中模拟“for”循环,因此该结构中的错误不胜枚举。 www.infoq.com 10. The For Loop container can include a control flow with multiple tasks, and can include other containers. For循环容器可包含具有多个任务的控制流,还可包含其他容器。 msdn2.microsoft.com 1. Connect tasks and containers in the For Loop container using precedence constraints. 使用优先约束连接For循环容器中的任务和容器。 msdn2.microsoft.com 2. The Expressions page lets you edit expressions and view a list of the property expressions that a task, Foreach Loop, or For Loop uses. 利用“表达式”页可以编辑表达式,查看任务、Foreach循环或For循环所使用的属性表达式的列表。 msdn2.microsoft.com 3. The for loop now iterates through the copy, while you're modifying the original list. 现在for循环将迭代该副本,而对原始list进行修改。 www.ibm.com 4. The second for loop shown in Listing 2 also iterates over all elements in the tuple. 清单2中显示的第二个for循环也迭代tuple中的所有元素。 www.ibm.com 5. The For Loop container defines a repeating control flow in a package. For循环容器定义包中的重复控制流。 msdn2.microsoft.com 6. The for loop, therefore, reduces the alpha-blending amount in each pass to create an effective fade-out before the program exits. 因此,for循环将在每次呈现时减少阿尔法混合量,以在程序退出前创建有效的淡出效果。 www.ibm.com 7. There is logic responsible for verifying which elements are actually present, and then a for loop builds a table with the available columns. 代码中包含负责验证实际存在哪些元素的逻辑,接着,for循环用实际存在的列构建一张表。 www.ibm.com 8. The For loop that generates the numbers illustrates a simple use of the new Continue keyword. 生成数字的For循环简单说明了新的Continue关键字的使用情况。 msdn2.microsoft.com 9. The following diagram shows a For Loop container with a Send Mail task. 下图显示了一个具有发送邮件任务的For循环容器。 msdn2.microsoft.com 10. For instance, in machine code there is no "for" loop as most of us would understand them. 例如,机器码中并没有我们所熟知的“for”循环。 www.infoq.com 1. You use a simple for loop to iterate through the posts in the blog. 可以使用简单的for循环遍历blog中的全部post。 www.ibm.com 2. Inspection installation for loop antenna of direction finder on berth. 测向仪环状天线船台安装检查。 cyx1964.blog.china.alibaba.com 3. The for loop executes a statement or a block of statements repeatedly until a specified expression evaluates to false. for循环重复执行一个语句或语句块,直到指定的表达式计算为false值。 msdn2.microsoft.com 4. The main for loop iterates over every record that matched from the flat file. 主for循环将迭代每条匹配平面文件的记录。 www.ibm.com 5. Always explicitly initialize an array of reference types using a for loop. 总是用for循环显式初始化引用类型的数组。 www.cnblogs.com 6. This for-loop spits out everything cmislib knows about the repository. (I truncated the listing for the sake of brevity). 下面的for循环将列示cmislib知道的关于存储库的所有信息(为了更加简洁,我截短了输出清单)。 www.ibm.com 7. A For Loop container can have only one evaluation expression. 一个For循环容器只能有一个求值表达式。 msdn2.microsoft.com 8. The previously declared rss-summary function uses a for loop to iterate over each item by using the XPath specification to select each item. 通过使用XPath规范,前面声明的rss-summary函数使用了一个for循环在每个项上进行迭代,以便选择每个项。 www.ibm.com 9. With the if statement after the for loop, you also only display to the nurses the patients whose information is not yet approved. 通过for循环之后的if语句,可以仅向护士显示信息没有经过批准的患者。 www.ibm.com 10. When you click Enter, the CDT produces generic code representing the chosen type of for loop. 单击Enter,CDT会生成代表for循环的已选定类型的通用代码。 www.ibm.com 1. C-based programming languages have a for loop, but it's designed to perform a series of operations a specific number of times. 基于C的编程语言具有for循环,但它的设计目的是对一系列操作执行特定次数。 www.ibm.com 2. Page, found in the custom editors for tasks, the For Loop container, and the Foreach containers. 页,在任务、For循环容器和Foreach容器的自定义编辑器中提供。 msdn2.microsoft.com 3. An executable can be any task or a For Loop, Foreach Loop, or Sequence container. 可执行文件可以是任何任务,也可以是For循环容器、Foreach循环容器或序列容器。 msdn2.microsoft.com 4. The FOR loop created too many update SQL statements even we turned on the batch_size. 就算我们设置了batch_size,for循环也创建了太多updateSQL语句。 www.infoq.com 5. The Python for loop may seem odd if you've ever used another programming language. 如果您用过其他编程语言,Pythonfor循环可能看起来有点儿古怪。 www.ibm.com 6. Listing 2 demonstrates how to use a for loop to iterate through the elements of a tuple. 清单2演示了如何使用for循环迭代tuple的元素。 www.ibm.com 7. Because the For Loop container can include other For Loop containers, you can build nested loops and implement complex looping in packages. 因为For循环容器可以包含其他For循环容器,所以可以在包中构建嵌套循环和实现复杂循环。 msdn2.microsoft.com 8. Modify the Force Conformance in For Loop Scope property. 修改“强制For循环范围中的一致性”属性。 msdn2.microsoft.com 9. This shows that the error occurred on the third time through the "for" loop (i equals 2) when "value" equaled "div" . 此信息显示了在第三次执行“for”循环时(i等于2)发生了错误,此时“value”等于“div”。 www.ibm.com 10. You would use a FOR Loop when you want to execute the loop body a fixed number of times . 当你需循环体执行一定的次数的时候,就可以使用。 www.bing.com 1. Listing 7 demonstrate how you can use the range method within a for loop to create a times table for the integers 1 through 10, inclusive. 清单7演示了如何在for循环内使用range方法来创建整数1至10(包含10)的乘法表。 www.ibm.com 2. How to write a for loop. Use a For loop to run the same block of code a specified number of times. 怎样写一段循环。使用循环来执行指定次数的相同代码块。 www.at63.com 3. The for loop is used when you know in advance how many times the script should run. 使用for循环一般是当你事先知道脚本应该执行几次。 www.netvtm.com 4. This is actually what the statement looks like once the compiler converts it internally to a normal for loop. 以下是编译器把该循环转换成普通的for循环之后,语句实际看起来的样子。 www.ibm.com 5. Add tasks and containers to the For Loop container. 将任务和容器添加到For循环容器。 msdn2.microsoft.com 6. A for loop performs initialization before the first iteration. for循环在第一次反复之前要进行初始化。 www.jukuu.com 7. Post Java 5, we're free to use a for-loop variant that handles all of the above silently. 从Java5开始,我们可以随意使用for循环的变种,它可以在幕后处理上述所有工作。 www.ibm.com 8. If the dates are correct, then a For loop is executed. 如果这两个日期正确,则执行一个For循环。 www.ibm.com 9. For loop with those lines of code inside the loop block. 循环,选定的这些代码行在该循环块内。 msdn2.microsoft.com 10. Loop after the for loop scope has ended will now fail to compile. 循环范围结束后的使用,则此代码在编译时将失败。 msdn2.microsoft.com 1. Table 2 compares a FOR loop in a DB2 procedure and the equivalent processing on solidDB. 表2比较了DB2过程中的FOR循环和solidDB中的等效处理。 www.ibm.com 2. Add the For Loop container to the package. 将For循环容器添加到包。 msdn2.microsoft.com 3. For loop conformance, consider the code snippet in Listing 3. 对于循环的一致性,可以考虑清单3中的代码片段。 www.ibm.com 4. Looking for loop holes in the contest rules. 比如说,寻找比赛规则的漏洞。 www.bing.com 5. The for loop is demonstrated in pseudocode format in Listing 10. 清单10中的伪代码格式演示了for循环。 www.ibm.com 6. You cannot redefine a procedure variable in a block within that procedure, for example in an If. End If construction or a For loop. 在该过程内的块中(例如在If.EndIf构造或For循环中)不能重新定义过程变量。 msdn2.microsoft.com 7. The button is clicked three times, using the for loop. 按钮通过for循环被按了3次。 www.bing.com 8. For example, you can use a variable in the evaluation expression of a For Loop container to control iteration. 例如,可以在For循环容器的计算表达式中使用变量来控制迭代。 msdn2.microsoft.com 9. The for loop essentially says "for each item element, do the following. " for循环实际是说“对每个item元素,做以下事情。” www.ibm.com 10. You already know how to use a for loop. Now let's talk about conditionals. 您已经了解了如何使用for循环;现在,我们来讨论条件语句。 www.ibm.com 1. Steps [3] and [4] are repeatedly executed in a for loop. 第[3]步和[4]步可以再循环中重复执行。 www.ibm.com 2. The Python for loop can mimic this behavior by using the built-in range and xrange methods. Pythonfor循环可以通过使用内置的range和xrange方法来模拟该行为。 www.ibm.com 3. You start a for loop from 1 to i, print the value of i, and then . . . whoa. 它启动一个从1到i的for循环,打印i的值,然后做一些奇怪的事儿。 www.ibm.com 4. This procedure describes how to configure a For Loop container by using the For Loop Editor dialog box. 此过程介绍如何使用“For循环编辑器”对话框来配置For循环容器。 msdn2.microsoft.com 5. For example, a For Loop container can use variables defined in its scope and also variables defined in package scope. 例如,For循环容器可使用在其范围内定义的变量,也可使用在包范围内定义的变量。 msdn2.microsoft.com 6. Finally, the whole line is concatenated to the existing HTML so you have a complete list when the for loop is completed. 最后,所有行连接成现在的HTML,当for循环完成后,就有了完整列表。 www.ibm.com 7. Next, I have a for loop, which copies the length bytes from the length parameter into their correct positions in the lengthBytes array. 然后,有一个for循环,它将长度字节从长度参数中拷贝到在lengthBytes数组中它们的正确位置上。 www.ibm.com 8. In some cases, one extra for loop means a lot of added value. 但在某些情况下,一个额外的for循环则意味着大量附加值。 www.ibm.com 9. For example, the For Loop container can be configured to repeat a task seven times. 例如,For循环容器可以配置为重复某任务七次。 msdn2.microsoft.com 10. For example, you can use a user-defined variable in the evaluation condition for the For Loop container. 例如,您可以在For循环容器的求值条件中使用用户定义的变量。 msdn2.microsoft.com 1. When the for loop exits, I have the lengthBytes array, which conforms to the ASN. 1 format. 当for循环退出时,就得到了符合ASN.1格式的这个lengthBytes数组。 www.ibm.com 2. In Business Intelligence Development Studio, double-click the For Loop container to open the For Loop Editor. 在BusinessIntelligenceDevelopmentStudio中,双击For循环容器,打开“For循环编辑器”。 msdn2.microsoft.com 3. The while loop (like the for loop introduced later in this article) supports three additional statements while循环(与本文后面介绍的for循环一样)支持三种附加语句 www.ibm.com 4. Having determined the list of line numbers to be processed, the function uses a for loop to step through each 确定了将要处理的行号列表后,函数使用for循环来遍历每个行号 www.ibm.com 5. The Design and Explanation of the Diagram for Loop Forming Coordination on Terry Jacquard Warp-knitting Machine 毛圈贾卡提花经编机成圈配合图的设计与读解 service.ilib.cn 6. 'Var': index variable of OpenMP 'for' loop cannot be modified in loop body “var”:OpenMP“for”循环的索引变量不能在循环体中修改 msdn2.microsoft.com 7. Testing Method for Loop Length of Weft-knitting 纬编线圈长度的测试方法 www.ilib.cn 8. FOR-Loop variable '' cannot be passed as var parameter FOR 循环变量不能作为参数传递 blog.sina.com.cn 9. A New Testing Method for Loop Length of Weft-knitting 一种新的纬编线圈长度测试方法 www.ilib.cn 10. A rapid inversion technique for loop source transient electromagnetic method 回线源瞬变电磁测深快速反演方法 service.ilib.cn 1. Design and Calculation of Earthing Device for Loop Network at Urban Underground Substation 城市地下变电所环网接地装置的设计和计算 ilib.cn 2. A for loop then parses text rows and creates StockBean objects that are stored to the database. The CSV file's format is as follows 然后,for循环解析文本行并创建StockBean对象,该对象被存入数据库中。 www.ibm.com 3. For loop control variable must be simple local variable FOR 循环控制变量必须为简单局部变量 infos.edulife.com.cn 4. The Study of Medical Research for Loop Feedback Control System Automatically Detect Online Model 闭环在线检测自动反馈控制系统医学模型研究 www.ilib.cn 5. Spectrum Management for Loop Transmission Systems 环路传输系统的频谱管理 www.isres.com 6. The for loop now iterates through the copy, while you re modifying the original 循环将迭代该副本,而对原始 www-128.ibm.com 7. For loop executes a statement or a block of statements repeatedly until a specified expression evaluates to 循环重复执行一个语句或语句块,直到指定的表达式计算为 msdn2.microsoft.com 8. Configuring the For Loop Container Programmatically 以编程方式配置For循环容器 msdn2.microsoft.com 9. Using Expressions in For Loop Configuration 在For循环配置中使用表达式 msdn2.microsoft.com 10. FOR-Loop variable 'may be undefined after loop 在循环后的FOR循环变量是不确定的 www.newdidai.com 1. To implement a For Loop container in a control flow 在控制流中实现For循环容器 msdn2.microsoft.com 2. For loop control variable must have ordinal type FOR 循环控制变量必须为序数类 bbs.quanyo.com 3. Option of Route Schemes for Loop Freeway in Liaoning Middle Part 辽宁中部环线高速公路路线方案的选定 service.ilib.cn 4. Matthews correlation index for loop 环的马修斯相关指数 hpdb.hbu.cn 5. On-line Calculation for Loop Power Flow with PI Database 应用PI数据库进行合环潮流的在线计算 ilib.cn 6. NOTATION corrL: Matthews correlation index for loop 环状结构的马修斯相关系数 hpdb.hbu.cn 7. For loop with any Python object that provides an iterator, including the built-in sequence types such as the 循环与提供迭代器的任何Python对象结合使用,这些对象包括 www-128.ibm.com 8. Research on the advanced switchgear cubicle for loop network based on GPRS network 基于GPRS网络的新型环网柜终端 www.ilib.cn 9. New Weaving Machine for Loop Pile Carpets 织造毛圈地毯的新型织机 www.ilib.cn 10. Use Enhanced For Loop Syntax With Caution 慎重使用增强型For循环语句 wenku.baidu.com 1. Standard Test Methods for Loop Tack 环形黏着力的标准试验方法 www.isres.com 2. To configure the For Loop container 配置For循环容器 msdn2.microsoft.com 3. The for loop then repeatedly calls the 循环反复调用这个迭代器的 www-128.ibm.com 4. Zc: forScope (Force Conformance in for Loop Scope) Zc:forScope(强制for循环范围中的一致性) msdn2.microsoft.com 5. Listing 3. For loop conformance 清单3.for循环的一致性 www.ibm.com 6. For loop-AES this is one-step operation 对于loop-AES只需操作一步 debian.fr 7. Here is an example that uses a FOR loop 下面是一个使用FOR循环的示例 www.ibm.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。