Iterates

v.重复

常用释义

词性释义

v.重复,反复进行:指对某个过程或行为的多次重复。
例句
  • 全部
他展示了尝试试解决此问题的思维过程,并将他的短小程序迭代了几个不同的版本。
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.
胡特重申自己要留在切尔西,对于拜仁钦点下赛季要签入他并不感冒。
然后,一个while循环迭代数据集,在一个方便的数组中存储信息以便将来进行显示。
本例迭代Pythonlist中的所有项目,并在单独的行中打印每一项及其相对应的Python类型。
Two classes of planar polynomial maps satisfying that the arbitrary iterates do not increase their degree are studied.
研究了两类平面多项式映射的迭代,讨论了它们在迭代运算下次数不增的条件。
As the foreach loop iterates it will assign each of the matched elements to the $child variable.
当foreach循环迭代时,它将每个匹配项赋给$child变量。
此示例循环访问使用数据适配器的select命令以及维护记录读取的计数创建的数据读取器。
This implementation iterates over the specified collection, and adds each object returned by the iterator to this collection, in turn.
对指定集合进行遍历,依次向当前集合添加每一个由迭代器返回的对象。
Iterates to the end of the document if the starting node is after the ending node or is in a different document.
如果开始节点在结束节点之后或是位于其他文件中,则会逐一查看直到文件结尾。
通过在发票上迭代项目的foreach循环,您为每一个内容行进行同类型的布局(请参考清单8)。
这个脚本遵循一种类似模式,接受一个屏幕姓名,然后迭代该用户的关注者。
First, within the callback, jQuery's each function iterates over the friends collection within the received JSON response.
首先,在回调函数内,jQuery的each函数在收到的JSON响应内遍历好友集合。
循环处理联系人列表,把每个联系人的姓名、电话号码和电子邮件数据放进每行的前三列。
The for loop iterates over the list of strings, printing them out one at a time.
for循环在string列表上进行迭代,一次输出一行。
Then it iterates over the browsers again, calculating the browser's share for that month, and adds this to xStats.
然后再次在浏览器中迭代,计算该月浏览器的市场份额,并将其添加到xStats。
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类迭代其相关的参数。
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,组装请求属性集,双重遍历是不需要的,这儿仅仅未了清晰。
This implementation iterates over the elements in the collection, checking each element in turn for equality with the specified element.
对集合的元素进行遍历,依次检查每个元素是否和指定元素相等。
然后她反复尝试每份文件不同的排列,建立和储存杂凑值。
I can get at these files by iterating with a for loop, which in this case iterates over the collection of directories.
循环中的迭代得到这些文件,在这个例子中,是在目录集合中进行迭代。
该算法中的顶层循环对可能出现在XML文档中的XML元素和属性的列表进行迭代。
It then gets the number of attributes in the collection and iterates through the collection, writing the key to each attribute to the page .
然后它会获取该集合中的属性数并循环访问该集合,同时将每个属性的键写入该页。
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用户的所有模式。
根据一个受迭代影响的社区是聚合还是发散,迭代可以被归类到稳定和不稳定集。
返回一个枚举器,它循环访问字符串的文本元素并从指定索引处开始。
The outer foreach loop iterates over all of the command-line parameters in the @ARGV array looking for a trigger message.
外层foreach循环迭代@ARGV数组中的所有命令行参数,查找触发器消息。
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提要条目细节都写入该文件。
该算法的每次迭代是对前两次迭代结果的线性组合做阈值处理。
该循环在数组ARGV上迭代,它是在命令行传递给脚本的余下的参数集合。
返回一个循环访问字符串的文本元素的枚举器。