单词 | iterate |
释义 | iterates是iterate的第三人称单数
第三人称单数:iterates 现在分词:iterating 过去分词:iterated v. repeat,restate,reiterate,recapitulate,go over 例句释义: 反复,叠代,迭代,重复,重申 1. He shows the thought process in trying to solve this problem and iterates through different versions of his short program. 他展示了尝试试解决此问题的思维过程,并将他的短小程序迭代了几个不同的版本。 www.ibm.com 2. Huth re- iterates that he wants to stay at Chelsea and is not wooed by Munich's clear approaches to sign him for next season. 胡特重申自己要留在切尔西,对于拜仁钦点下赛季要签入他并不感冒。 dictsearch.appspot.com 3. A while loop then iterates through the dataset, storing the information in a convenient array for later display. 然后,一个while循环迭代数据集,在一个方便的数组中存储信息以便将来进行显示。 www.ibm.com 4. This example iterates over all the items in a Python list and prints each item and its corresponding Python type on a separate line. 本例迭代Pythonlist中的所有项目,并在单独的行中打印每一项及其相对应的Python类型。 www.ibm.com 5. Two classes of planar polynomial maps satisfying that the arbitrary iterates do not increase their degree are studied. 研究了两类平面多项式映射的迭代,讨论了它们在迭代运算下次数不增的条件。 www.dictall.com 6. As the foreach loop iterates it will assign each of the matched elements to the $child variable. 当foreach循环迭代时,它将每个匹配项赋给$child变量。 www.ibm.com 7. This example iterates through a data reader created using a data adapter's select command as well as maintaining a count of records read. 此示例循环访问使用数据适配器的select命令以及维护记录读取的计数创建的数据读取器。 msdn2.microsoft.com 8. This implementation iterates over the specified collection, and adds each object returned by the iterator to this collection, in turn. 对指定集合进行遍历,依次向当前集合添加每一个由迭代器返回的对象。 www.51goushu.com 9. Iterates to the end of the document if the starting node is after the ending node or is in a different document. 如果开始节点在结束节点之后或是位于其他文件中,则会逐一查看直到文件结尾。 technet.microsoft.com 10. You do the same sort of layout for each content row via a foreach loop that iterates through the items on the invoice (see Listing 8). 通过在发票上迭代项目的foreach循环,您为每一个内容行进行同类型的布局(请参考清单8)。 www.ibm.com 1. Following a similar pattern, this script accepts a screen name, and then iterates the followers of that user. 这个脚本遵循一种类似模式,接受一个屏幕姓名,然后迭代该用户的关注者。 www.ibm.com 2. First, within the callback, jQuery's each function iterates over the friends collection within the received JSON response. 首先,在回调函数内,jQuery的each函数在收到的JSON响应内遍历好友集合。 www.ibm.com 3. Iterates through the contact list, placing name, telephone, and e-mail data for each contact into the first three columns of each row. 循环处理联系人列表,把每个联系人的姓名、电话号码和电子邮件数据放进每行的前三列。 www.ibm.com 4. The for loop iterates over the list of strings, printing them out one at a time. for循环在string列表上进行迭代,一次输出一行。 www.ibm.com 5. Then it iterates over the browsers again, calculating the browser's share for that month, and adds this to xStats. 然后再次在浏览器中迭代,计算该月浏览器的市场份额,并将其添加到xStats。 www.ibm.com 6. When the invoke method of the Call class is called at line 1 above, the Call class iterates through its associated parameters. 当在上面第1行处调用Call类的invoke方法时,Call类迭代其相关的参数。 www.ibm.com 7. Then it iterates over the map and populates the request attribute set. The double iteration is not needed, it's just there for clarity. 然后遍历map,组装请求属性集,双重遍历是不需要的,这儿仅仅未了清晰。 www.blogjava.net 8. This implementation iterates over the elements in the collection, checking each element in turn for equality with the specified element. 对集合的元素进行遍历,依次检查每个元素是否和指定元素相等。 www.51goushu.com 9. She then iterates through the different permutations of each document, creating and storing a hash value. 然后她反复尝试每份文件不同的排列,建立和储存杂凑值。 www-128.ibm.com 10. 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 1. The top loop in the algorithm iterates over the list of XML elements and attributes that may appear in the XML document. 该算法中的顶层循环对可能出现在XML文档中的XML元素和属性的列表进行迭代。 www.ibm.com 2. It then gets the number of attributes in the collection and iterates through the collection, writing the key to each attribute to the page . 然后它会获取该集合中的属性数并循环访问该集合,同时将每个属性的键写入该页。 www.bing.com 3. The script shown in Listing 14 iterates over all the patterns and displays to the console any pattern whose owner is the cbadmin user. 清单14所示的脚本将遍历所有模式并在控制台中显示所有者为cbadmin用户的所有模式。 www.ibm.com 4. Iterates may be categorized into stable and unstable sets depending on whether a neighborhood under iteration converges or diverges. 根据一个受迭代影响的社区是聚合还是发散,迭代可以被归类到稳定和不稳定集。 www.bing.com 5. Returns an enumerator that iterates through the text elements of the string, starting at the specified index. 返回一个枚举器,它循环访问字符串的文本元素并从指定索引处开始。 207.46.16.252 6. The outer foreach loop iterates over all of the command-line parameters in the @ARGV array looking for a trigger message. 外层foreach循环迭代@ARGV数组中的所有命令行参数,查找触发器消息。 www.ibm.com 7. Then it iterates over the result array and writes to the file with the RSS feed item details for all the feed items in the result array. 然后,此函数会遍历结果数组并会把结果数组中所有提要条目的RSS提要条目细节都写入该文件。 www.ibm.com 8. In this algorithm, each iterate depends on a linear combination of the previous two iterates. 该算法的每次迭代是对前两次迭代结果的线性组合做阈值处理。 jeit.ie.ac.cn 9. This loop iterates over the array, ARGV, which is the remaining set of arguments passed to the script on the command line. 该循环在数组ARGV上迭代,它是在命令行传递给脚本的余下的参数集合。 www.ibm.com 10. Returns an enumerator that iterates through the text elements of a string. 返回一个循环访问字符串的文本元素的枚举器。 207.46.16.252 1. Iterates through the Parameter objects contained by the collection, and calls the Evaluate method on each one. 遍历集合包含的Parameter对象,并对每个对象调用Evaluate方法。 msdn2.microsoft.com 2. This view iterates over the results returned to it and displays them back to the user. 这个视图遍历返回给它的结果并将它们显示给用户。 www.ibm.com 3. When paginating, the ASP. NET iterates through the control tree, calculating weights and assigning page numbers. 分页时,ASP.NET循环访问控件树,计算权重并分配页码。 msdn2.microsoft.com 4. This method iterates through the hash set of Java listeners and notifies them. 该方法迭代Java侦听器的哈希集合,并通知它们。 www-128.ibm.com 5. The second for loop only finds lowercase vowels as it iterates over the original string. 第二个for循环在迭代原始string时仅查找小写元音字母。 www.ibm.com 6. The code iterates through the rows in a dataset, writing trace statements for each row in that dataset. 代码循环访问数据集中的行,为数据集中的每行编写跟踪语句。 msdn2.microsoft.com 7. Once this is called, the function just iterates through the results, and it returns all the event log names as an array of strings. 调用此函数后,它就会遍历结果,并将所有事件日志名称转换为一组字符串。 msdn2.microsoft.com 8. The inner foreach loop iterates over the hash entries and strips trailing space characters from the values. 内部foreach循环迭代哈希条目,删除值最后的后缀空格字符。 www.ibm.com 9. The following example iterates over the node tree recursively, and displays information about Element and Text nodes. 下面的示例以递归方式循环访问节点树,并显示有关Element和Text节点的信息。 msdn2.microsoft.com 10. The following code example iterates through a DataReader object, and returns two columns from each row. 以下代码示例循环访问一个DataReader对象,并从每个行中返回两个列。 msdn2.microsoft.com 1. The script shown in Listing 11 iterates a user's followers, and then iterates their followers. 清单11展示的脚本首先迭代一个用户的关注者,然后迭代他们的关注者。 www.ibm.com 2. This view iterates over each of the hits sent to it from the viewSearchResultsAction method. 这个视图遍历从viewSearchResultsAction方法中发送给它的每个命中结果。 www.ibm.com 3. It simply iterates over the list of stories and populates a simple table. 它仅循环遍历新闻列表,然后填充一个简单的表。 www.ibm.com 4. Each element is cloned and inserted into the container. Furthermore, if the source range iterates over pointers instead of references. 每个元素均被克隆并插入到容器中。此外,如果源区间遍历的是指针而不是引用,那么。 boost-doc-zh.googlecode.com 5. The for loop iterates over the list of substrings, printing out each substring and its length. for循环迭代子字符串list,打印每个子字符串及其长度。 www.ibm.com 6. It iterates through a file and builds a list of entries, it assigns the values to objects, it does some calculations, and more. 它要做的事情包括遍历一个文件、构建一个列表、为每个对象赋值、执行计算等等。 www.ibm.com 7. Returns an enumerator that iterates through the text elements of the entire string. 返回一个循环访问整个字符串的文本元素的枚举数。 msdn2.microsoft.com 8. The code then iterates through the list and applies a regular expression of the search query to each movie title. 接下来的代码遍历列表,把搜索查询的正则表达式应用于每个电影的标题。 www.ibm.com 9. Returns an enumerator that iterates through the ReadOnlyCollectionBase instance. 返回循环访问ReadOnlyCollectionBase实例的枚举数。 msdn2.microsoft.com 10. Google's Chrome team iterates quickly and has adopted a very rapid and incremental development model. Google的Chrome团队采用非常快速且递增的开发模型。 www.bing.com 1. Here the BalancerMember lines are generated by a foreach loop that iterates over the collection of required servers ( $appNodes). 在这里,一个foreach循环遍历服务器集合($appNodes),生成BalancerMember行。 www.ibm.com 2. An enumerator is an object that iterates through its associated collection. 枚举数是循环访问其关联集合的对象。 msdn2.microsoft.com 3. 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 4. The algorithm iterates until the robot arrives at the goal node. The path gained is safe and optimal. 机器人每前进一步就重复该过程,沿一条全局优化的路径安全地到达终点。 dictsearch.appspot.com 5. A for loop iterates through the collection and yield returns the value of each item. for循环对集合进行循环访问,并返回每项的值。 msdn2.microsoft.com 6. The foreach loop then iterates through each of the user nodes and stores their attributes in the data array. 然后,foreach循环迭代通过每个用户节点,并将它们的属性存储在data数组中。 www.ibm.com 7. It simply calls libusb to find all of the devices, then iterates through all of the devices and prints out the descriptor dump. 它简单地调用了libusb来查找全部设备,然后迭代遍历全部设备且打印出描述符。 blog.sina.com.cn 8. The program iterates through all possible machine settings except the plugboard settings. 程序重复通过所有可能的机器装置,当然配线板装置除外。 dictsearch.appspot.com 9. Then, attrList. tag iterates over the elements of the map and addMap collections, generating the HTML attributes of the element. 然后,attrList.tag遍历map和addMap集的元素,生成元素的HTML属性。 www.ibm.com 10. HB iterates these comparisons with all the remaining cards and generates a card probability-table for the 1-3 strongest opponents. 血红蛋白迭代这些对比与其余所有卡,并带来一张概率表为1-3最强对手。 dictsearch.appspot.com 1. The code iterates through the control's Items collection and tests each item's Selected property. 这段代码循环访问控件的Items集合,并测试每一项的Selected属性。 msdn2.microsoft.com 2. The difference is that the process is wrapped by a loop that iterates across the saved vector of declared languages. 差别在于这个处理是由循环包围的,该循环迭代跨越已声明语言所保存的向量。 www.ibm.com 3. Returns an enumerator that iterates through the string dictionary. 返回循环访问字符串字典的枚举数。 msdn2.microsoft.com 4. Returns an IDictionaryEnumerator that iterates through the Hashtable. 返回循环访问Hashtable的IDictionaryEnumerator。 msdn2.microsoft.com 5. First, it iterates to do something, which exhibits imperative thinking. 第一,它以迭代方式执行操作,这不利于紧急式思考(imperativethinking)。 www.ibm.com 6. 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 7. HAMMER typically iterates object identifiers sequentially and expects to never run out. HAMMER通常会重申对象标识符顺序,并预期不会被用完。 blog.zol.com.cn 8. Returns an IDictionaryEnumerator that iterates through the DictionaryBase instance. 返回循环访问DictionaryBase实例的IDictionaryEnumerator。 msdn2.microsoft.com 9. it then iterates though the list and calls each subscriber passing through the event. 然后通过该事件来反复使用列表调用每个订户。 wiki.ubuntu.org.cn 10. The elements are copied to the array in the same order in which the enumerator iterates through the SortedDictionary. ValueCollection. 元素按照与枚举数循环访问SortedDictionary.ValueCollection的相同顺序复制到数组中。 msdn2.microsoft.com 1. Iterates through the list of views associated with the document. 通过与文档相联系的文档列表迭代。 www.zjrj.org 2. Then, an inner repeat iterates over the info elements within each item. 然后,一个内部repeat在每个item内的info元素上迭代。 www.ibm.com 3. The click method iterates through the list of callbacks and invokes each one. 方法click会遍历回调函数的列表,然后一个个地调用它们。 www.bing.com 4. It then iterates over this table list, dynamically generating a new elements array on each iteration. 然后迭代此表列表,动态地针对每个迭代生成一个新的elements数组。 www.ibm.com 5. The repeat element then iterates across this nodeset for each of its nested controls. repeat元素迭代这个nodeset,以获得它的每个嵌套控件。 www.ibm.com 6. The for loop now iterates through the copy, while you're modifying the original list. 现在for循环将迭代该副本,而对原始list进行修改。 www.ibm.com 7. The result JSP file iterates through the elements in the LatLongBean and displays them in the portlet window. 结果JSP文件迭代LatLongBean中的元素,然后在portlet窗口中显示。 www.ibm.com 8. The JSF dataTable iterates through the list and displays each Person object in a row. JSFdataTable通过遍历列表,每一行显示一个Person对象。 www.infoq.com 9. Operator iterates through a range. 运算符在一个范围内迭代。 www-128.ibm.com 10. The second for loop shown in Listing 2 also iterates over all elements in the tuple. 清单2中显示的第二个for循环也迭代tuple中的所有元素。 www.ibm.com 1. The procedure iterates through the rows of the GridView control and calls the custom IsRowModified function for each row. 此过程循环访问GridView控件的每一行,并对每一行调用自定义IsRowModified函数。 msdn2.microsoft.com 2. The utility iterates through the services and only changes those which run under the old account. 该实用工具循环访问各服务,只更改在旧帐户下运行的服务。 msdn2.microsoft.com 3. The list. gsp page then iterates through the list, building an HTML table row by row. gsp页面随后将遍历列表,逐行构建HTML表格。 www.ibm.com 4. The section labeled "C" iterates over and prints the results of the query. 而标注为“C”的片段则遍历并输出查询的结果。 www.ibm.com 5. Section 2 of the worldCompositeMap. pl program iterates over the data file and annotates the image. pl程序的第2部分将迭代数据文件并为图像加注。 www.ibm.com 6. While the JavaScript function quickly iterates through the IDs on the page, it simply sets a singular radio button as selected. 在JavaScript函数迅速地在页面上的ID之间迭代的时候,只是把单一单选按钮设置为selected。 www.ibm.com 7. The main for loop iterates over every record that matched from the flat file. 主for循环将迭代每条匹配平面文件的记录。 www.ibm.com 8. It then iterates over this feed, processing each row in turn and adjusting the value of certain cells in each row. 然后遍历该提要,处理每个行并调整每个行中的某些单元格的值。 www.ibm.com 9. This version iterates backward through the list. 这个版本用来反向遍历链表。 www.phpfans.net 10. Then the foreach loop iterates through each data item and creates a new row with the data. 然后,foreach循环迭代通过每个数据项并利用数据创建一个新行。 www.ibm.com 1. The outer loop iterates over each group , and the inner loop iterates over each group's members . 外部循环用于循环访问每个组,内部循环用于循环访问每个组的成员。 www.bing.com 2. In the third section, the author iterates the relevant theory and methodology of this paper. 在文章的第三部分中,作者介绍了本研究所采用的理论和研究方法。 dictsearch.appspot.com 3. In step 4, it iterates through the array of problem tags, inserting the missing terminators. 在步骤4,它遍历包含问题标记的整个数组,插入缺失的结束符。 www.ibm.com 4. It queries the table created earlier, and then iterates over the result set, creating an HTML table. 它先查询之前创建的表,然后在结果集上进行迭代,创建一个HTML表。 www.ibm.com 5. Iterates through the KnownColor enumeration elements to find all known colors that have the same hue as redShade. 循环访问KnownColor枚举元素以找到与redShade具有相同色调的所有已知颜色。 msdn2.microsoft.com 6. The code iterates on the outer vector; for each inner vector, it creates a element. 代码遍历外部vector,对每一个内部vector,它创建一个元素。 www.ibm.com 7. The details script iterates over each of the venues. 这个细节脚本迭代所有场所。 www.ibm.com 8. Hence, when the application iterates through the version history, Vroot is skipped. 所以,当应用程序在版本历史中遍历时,Vroot被跳过。 www.ibm.com 9. The second loop iterates through all attributes for the current type. 第二个循环遍历当前类型的所有特性。 dictsearch.appspot.com 10. It iterates through the tree via the zipper and terminates with end? . 它通过zippers遍历树,并使用end?终止。 www.ibm.com 1. It iterates over the list of socket objects you have been accumulating and sends the same data to them all. 它基于您已经积累的套接字对象列表进行迭代,并给它们全部发送相同的数据。 www.ibm.com 2. Next the code iterates over the artists, adding them to the table. 代码接下来对艺术家进行迭代,将其添加到表中。 www.ibm.com 3. Query 13 iterates over each "dept" element of each department document and returns the names of the employees who work in department PR27. 查询12遍历各department文档中的“dept”元素,并返回在部门PR27工作的员工姓名。 www.ibm.com 4. Including it can lead to an infinite loop when Maven iterates over subprojects and finds the main project again among the subprojects. 原因是如果包括它,当Maven在子项目上迭代时,会在子项目中再次发现主项目,这样将导致死循环。 www.ibm.com 5. Next, it iterates over all of the data in local storage. 接着,它遍历本地存储中的所有数据。 www.ibm.com 6. This function iterates over each month of data. 此函数在每个月的数据中迭代。 www.ibm.com 7. If you are going to process a large amount of files, I suggest creating a script that iterates the files to change. 如果要处理大量文件,我建议创建一个脚本,通过它自动处理要修改的文件。 www.ibm.com 8. Each loop iterates over a list that contains the integers 1 to 10, inclusive. 每个循环都迭代包含整数1至10(包含10)的list。 www.ibm.com 9. The code then iterates to send the five messages. 然后,该代码进行迭代,以发送上述五条消息。 www.ibm.com 10. This section of ChompQ. pl iterates over command line arguments looking for TMC2 structures. pl的这个部分迭代命令行参数,查找TMC2结构。 www.ibm.com 1. The template then iterates through each file tag using the for-each XSL tag. 模板使用for-eachXSL标签遍历每个文件标签。 www.ibm.com 2. The code in Listing 11 iterates through the XML response to find the city (element[1]) and the state (element[2]). 清单11中的代码遍历XML响应来查找城市(element[1])和州(element[2])。 www.ibm.com 3. For example, the compiler might generate a loop that iterates over all the occurrences of the letter a that it found. 例如,编译器可能生成一个循环,以循环访问它发现的所有字母匹配项。 msdn2.microsoft.com 4. In addition to the header line, you have a foreach loop in the EventTable method that iterates through each of the games. 除了标题行之外,在EventTable方法中还有一个foreach循环,它将在每个比赛上进行迭代。 www.ibm.com 5. On the convergence of the Ishikawa iterates to a common fixed point of two mappings in complete convex metric spaces 完备凸度量空间中两个映射的公共不动点的Ishikawa迭代强收敛定理 www.ilib.cn 6. At run time, the authorization module iterates through the 运行时,授权模块从最本地的配置文件开始,循环访问 msdn2.microsoft.com 7. The process iterates among designing, building, testing components while involving customers in the testing process 该过程在测试过程中包含顾客的同时,在设计,构建,测试组件之间迭代 www.quanwen.cn 8. Consider the code fragment below, which iterates the elements of a 考虑下面的代码片段,它迭代一个 www-128.ibm.com 9. Listing 9 shows the code that iterates over the forms of the page, submitting their data to the server 清单9显示了对页面表单进行迭代的代码,以将表单数据提交给服务器。 www.ibm.com 10. The following code example iterates through all of the elements in a document and sets 下面的代码示例循环访问文档中的所有元素,并设置 msdn2.microsoft.com 1. When the tag handler encounters a LaTeX text string, it iterates through the cached LaTeX text 当标记处理器遇到LaTeX文本字符串时,它遍历高速缓存的LaTeX文本 www-128.ibm.com 2. The for loop now iterates through the copy, while you re modifying the original 循环将迭代该副本,而对原始 www-128.ibm.com 3. Change the number of times Excel iterates a formula 更改Excel迭代公式的次数 office.microsoft.com 4. The code iterates through the values of the 代码遍历的价值观 blog.sina.com.cn 5. for: Iterates through an input sequence, binding a variable to each input item in turn for:对输入序列进行迭代,依次将一个变量绑定到每个输入项 www.ibm.com 6. Mann iterates and fixed points for nonlinear mappings 非线性映象的Mann迭代的收敛性与不动点 service.ilib.cn 7. The following C# code (Listing 12) iterates on a Result instance and prints the fields related with the result 下面的C#代码(清单12)循环遍历Result实例并输出与结果相关的字段 www.ibm.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。