单词 | iterate |
释义 |
第三人称单数:iterates 现在分词:iterating 过去分词:iterated v. repeat,restate,reiterate,recapitulate,go over 例句释义: 迭代,重复,重申,重述 1. Much like the PHP version, I then iterate over the items in the list that are lines of the standard out of the command. 与PHP版本非常相似,然后我对命令的标准输出行列表中的项进行了迭代遍历。 www.ibm.com 2. XForms makes it easy to iterate over nested sets like this through the nesting of the corresponding repeats. 通过将相应的repeat嵌套,XForms使在类似这样的嵌套集上迭代得以轻松实现。 www.ibm.com 3. As you may imagine, a common business need is to modify specific column values as you iterate through the rows in a ResultSet. 正如您想象的那样,常见的业务需求是在循环访问ResultSet中的行时修改特定的列值。 www.ibm.com 4. This property is usually used to access a specific item in the control or to iterate though the complete collection of items. 这个属性通常用于存取控制项中的特定项目,或逐一查看项目的整个集合。 technet.microsoft.com 5. Iterate the Law a few times and you'll eventually be able to create silicon that's fast enough for specific tasks at a very low cost. 摩尔定律反复作用最终你将能以非常廉价的花费为专项的任务设计出芯片。 www.bing.com 6. You may notice that although I found a matching service on the ibook, I continued to iterate through the Vector and search for services. 您可能注意到,虽然我在ibook上发现了匹配的服务,我还继续在Vector中迭代并搜索服务。 www.ibm.com 7. As you've seen from the scripts, it's easy to iterate your contacts, and then iterate their contacts. 从上面的脚本可以看出,可以轻松迭代您的联系人,然后迭代联系人的联系人。 www.ibm.com 8. You can bring it up in any servlet container and iterate over fragments of a page (bricks) or a larger composited page. 你可以在任何Servlet容器中运行Sitebricks并遍历页面(称作brick)或是更大的组合页面中的片段。 www.infoq.com 9. This means ClearCase and ClearQuest have been used to iterate on the artifacts and increment the file versions. 这意味着ClearCase和ClearQuest已经用于迭代工件,并增加文件版本。 www.ibm.com 10. Thereafter, it's quite easy to iterate over this array, printing the contents of each cell in a table. 此时,可以非常轻松地遍历这个数组,并在一个表中输出每个单元格的内容。 www.ibm.com 1. It's now quite easy to iterate over the collection and print the contents of each cell in a list. 现在可以很轻松地遍历这个集合并在一个列表中输出每个单元格的内容。 www.ibm.com 2. As before, it now becomes quite easy to iterate over this object collection and extract the details of specific posts from it. 跟前面一样,现在迭代通过此对象集合并从中摘取出特定帖子的详细信息变得相当容易。 www.ibm.com 3. In each previous example, the queries do not actually execute until you iterate over the query variable in a foreach statement. 在上述每个示例中,直到您在foreach语句中循环访问查询变量时,查询才会实际执行。 msdn2.microsoft.com 4. Now, having access to a hypervisor, you can iterate through the various resources on that hypervisor with a set of API calls. 进入虚拟机监控程序后,便可以使用一组API调用函数重复使用该虚拟机监控程序上的各种资源。 www.ibm.com 5. Sure, later you can iterate and add a feature or two, but as you get started, do as little as possible. 当然,之后你能够重复进行,并添加一个或是两个新的特征,但是一旦你想开始了,尽量从简入手。 www.bing.com 6. You might be tempted to simply iterate through the collection and add or remove each element as it's found, but don't. 您也许很想对集合进行迭代,然后添加元素或移除找到的元素,但是不要这样做。 www.ibm.com 7. 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 8. With this list, iterate over the keywords and, for each, create a new @keyword line to be prefixed to the documentation. 对于该列表,对关键字进行重复操作,创建一个新的@keyword线,以作为记录的前缀。 www.ibm.com 9. The essence was to re-iterate what was set out in the text. 其实质是重新成立什么重复的文字了。 wenwen.soso.com 10. I'll start by defining the template -- it'll look much like the intended output with some logic to iterate over a collection of classes. 现在我将开始定义模板了——它看起来更加类似于想要的输出结果,采用了一些逻辑来循环遍历一组类。 www.ibm.com 1. In this case, you create an implicit file object, and Python does the rest, allowing you to iterate over all the lines in the file. 在这个示例中,创建隐式file对象,然后Python做余下的工作,允许对文件中的全部行进行迭代。 www.ibm.com 2. Thus, you can iterate over a collection quite easily using the each method in conjunction with a code block, as shown in Listing 1. 这样,您可以使用each方法和代码块在集合中轻松迭代,如清单1所示。 www.ibm.com 3. 7B. Iterate this procedure until the dial indicator reads zero through the full travel across the face of the vise. 重复此过程,直到指示计的读数在通过整个虎钳表面时为零。 www.023java.com 4. A cursor is a database structure that allows you to iterate through the results of an SQL query. 游标是一种数据库结构,它将允许您循环访问SQL查询的结果。 www.ibm.com 5. It then uses it to iterate through the windows collection and to display the name of the containing project and project item for the window. 然后会使用这个视窗逐一查看视窗集合,并显示视窗所包含的专案和专案项目名称。 technet.microsoft.com 6. However, you can iterate through a set of rows and update each row individually while using optimistic locking techniques. 不过,您可以使用乐观锁定技术循环访问一组行并单独更新每个数据行。 www.ibm.com 7. You want to iterate through the list, breaking each word into a sorted array of letters, then joining the array again. 需要遍历该列表,将每个单词拆分为经过排序的字母数组,然后再次合并数组。 www.ibm.com 8. To bring together the answers from across the grid, you simply have to iterate through the results provided to you from the partitions. 要组合来自整个网格的结果,您只需遍历各个分区所提供的结果。 www.ibm.com 9. As you iterate over the query expressions, your algorithm may need to correct for double negatives. 在遍历查询表达式时,算法可能需要纠正双重否定。 www-128.ibm.com 10. It is now quite simple to iterate over this collection, extract the values needed, and display them in an HTML page. 现在很容易在该集合上迭代,抽出所需的值,显示在HTML页面中。 www.ibm.com 1. Grouping is only slightly more complicated because we also have to iterate over groups within each match. 由于我们还必须在每个匹配项中循环访问组,因此分组是唯一略微复杂的操作。 blog.sina.com.cn 2. For this reason, it's recommended to avoid the for-in loop unless your intent is to iterate over an unknown number of object properties. 因此推荐的做法如下:除非你需要对数目不详的对象属性进行操作,否则避免使用for-in循环。 blog.sina.com.cn 3. If you just need the name of the solution startup project, then you can just iterate through the array. 如果只需要解决方案启动项目的名称,循环访问此数组即可。 207.46.16.251 4. Retrieves a dictionary enumerator used to iterate through the key settings and their values contained in the cache. 检索用于循环访问包含在缓存中的键设置及其值的字典枚举数。 msdn2.microsoft.com 5. Similarly, the parser must always iterate over the set of attributes to locate any namespace declarations. 与此类似,解析器必须遍历属性集来定位所有的名称空间声明。 www.ibm.com 6. This makes it easy to unit-test workflow classes, making it possible to iterate quickly on the development of key business processes. 这样就让我们很容易地对工作流类做单元测试,进而允许关键业务流程的迭代开发。 www.infoq.com 7. Loop within the body of the advice to iterate over all registered observers. 循环,对所有已注册的观察者进行迭代。 www-128.ibm.com 8. Lists differ from other container elements in that they iterate over data sets that are bound to the list. 列表不同于其他容器型元素的地方在于列表会迭代绑定到其上的数据集。 www.infoq.com 9. First I'll go through the basic idea, then I'll iterate through a few variations. 首先我会细说基本的想法,然后我重述那些改动的地方。 www.bing.com 10. You can access lists as a whole, as shown in Listing 6, to iterate over them by first getting the list itself. 可以将列表作为整体访问,以通过首先获得列表本身来对其进行遍历,如清单6中所示。 www.ibm.com 1. After showing some stats from the search, we iterate through each result -- here displaying the title and URL of these results. 在显示了搜索中的一些状态之后,我们将遍历每个结果——这里显示了这些结果的标题和URL。 www.ibm.com 2. The specific algorithm used to iterate over an array (versus a LinkedList) is left to the design pattern implementation. 用于迭代数组(相对于LinkedList)的具体算法留给设计模式的实现部分。 www.ibm.com 3. With SQLObject, you need to iterate over the entire result set and modify the last_call member of each object, which is much less efficient. 使用SQLObject,您需要迭代通过整个结果集,并修改每个对象的last_call成员,这是非常低效的。 www.ibm.com 4. The Fan Out Context is used to store the current item of a repeating element when Fan Out is used in iterate mode. 当扇出在iterate模式下使用时,扇出上下文用于存储重复元素的当前项。 www.ibm.com 5. Display a simple variable, iterate over an array or associative array, and display the members of a class. 显示简单变量,迭代整个数组或关联数组,以及显示类的成员。 www.ibm.com 6. The ResultSet allows you to iterate over each QuerySolution returned by the query, providing access to each bound variable's value. ResultSet支持在查询返回的每个QuerySolution上进行迭代,这提供了对每个绑定变量值的访问。 www.ibm.com 7. This recordset is then used to iterate through the search results to display a given subset. 然后,使用此记录集迭代遍历搜索结果以显示给定的子集。 www.ibm.com 8. Iterators make it easier to dictate how a foreach loop will iterate over a collection's contents. 迭代器使得规定foreach循环将如何循环访问集合的内容变得更加容易。 msdn2.microsoft.com 9. You can then iterate through the entries and parse the list of words out of the entry, as in Listing 1. 然后您可以迭代通过这些条目,从条目中解析出一系列单词,如清单1所示。 www.ibm.com 10. Within that tag, I iterate around the tags and export them as rows within the HTML. 在此标记中,我循环遍历了各个标记,并将它们导出为HTML中的行。 www.ibm.com 1. The var attribute declares a variable that will be used to iterate over the list, a pattern often used by JSF components. var属性声明一个变量,该变量将用于对列表进行迭代,JSF组件经常使用这种模式。 www.ibm.com 2. You then iterate over the list from the stories with the given tag, putting each into the map using the ID of the story as the key. 然后循环遍历列表获得带有特定标记的新闻,并以每条新闻的ID为键将它们放入映射中。 www.ibm.com 3. You can use this class to get iterate over a collection of process modules on the system. 可以使用此类来循环访问系统上进程模块的集合。 msdn2.microsoft.com 4. In this algorithm, each iterate depends on a linear combination of the previous two iterates. 该算法的每次迭代是对前两次迭代结果的线性组合做阈值处理。 jeit.ie.ac.cn 5. The Microsoft data controls provide a user interface consisting of a series of buttons to iterate through the data. Microsoft数据控件提供了由一系列循环访问数据的按钮组成的用户界面。 msdn2.microsoft.com 6. A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. 通用例遍方法,可用于例遍对象和数组。 dictsearch.appspot.com 7. For each item, you iterate over the list of items, and output the title, followed by a small audio pause. 对条目的列表进行循环遍历,对于每个条目输出标题,然后是一个短暂的音频停顿。 www.ibm.com 8. Keyword enables you to iterate through arrays and collections. 关键字使您可以循环访问数组和集合。 msdn2.microsoft.com 9. The navigation used by the iterate starts at the current swimmer and traverses down to all nested elements. 迭代使用的导航从当前游泳队员开始,并向下遍历所有嵌套的元素。 www.ibm.com 10. You can use a for statement to iterate over multiple items to extract fine detail, but I omitted this for simplicity. 使用for语句可以迭代多个项以提取细节信息,但为了简便起见,我在此省去了对它的介绍。 www.ibm.com 1. The code that wants to automatically iterate code must provide only a delegate implementation. 该代码,希望能够自动重复代码必须提供唯一一名代表执行。 www.hbzxr.com 2. Note: If you're only going to iterate through a cursor, you can leave the AUTOCOMMIT mode enabled. 注:如果仅通过游标进行循环访问,则可以把AUTOCOMMIT模式保留为启用状态。 www.ibm.com 3. Use the Controls property to iterate through all controls of a form, including nested controls. 使用Controls属性可循环访问窗体的所有控件,包括嵌套控件。 msdn2.microsoft.com 4. 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 5. In SQL procedures, cursors can be used to do more than iterate through rows of a result set. 在SQL过程中,游标不仅仅可以用来遍历结果集中的行。 www.ibm.com 6. You can add controls to the collection, remove controls from the collection, or iterate through the server controls in the collection. 您可以向集合添加控件、从集合中移除控件,或者循环访问集合中的服务器控件。 msdn2.microsoft.com 7. Simply put, the for loop lets you iterate through the items in a collection of objects. 简单地说,使用for循环,可以迭代中对象集合的项目。 www.ibm.com 8. It automatically manages the values as a collection that you can iterate over, etc. , as in our examples. 比如它自动把所有值作为集合以供遍历等,正如我们的例子所示。 www.bing.com 9. In such a market, competitors iterate new features and constantly one-up each other. 在这样一个市场,竞争对手永远是值得学习和借鉴的一方。 dictsearch.appspot.com 10. The range method can also be used to iterate over a container, accessing each item in the sequence by using the appropriate index. range方法还可用于迭代容器,通过使用适当的索引访问序列中的每一项。 www.ibm.com 1. As you use the to operator to iterate through various integers, the context item (it's the context item in 2. 0) is undefined. 当您使用to运算符迭代各个整数时,上下文item(2.0中的上下文item)是未定义的。 www.ibm.com 2. Enumerated values, which you can iterate over and use in switch statements, among other things, are very valuable. 您可以逐个遍历枚举值,也可以在switch语句中使用枚举值,枚举是非常有价值的。 www.ibm.com 3. The Fan Out is set to iterate over the repeating elements in the request message, which in this case are the SalesOrders. 在请求消息中,将扇出设置为遍历重复元素,在这种情况下,重复元素是SalesOrders。 www.ibm.com 4. Thus, I am able to iterate over the items and print their names, and in this case I should only receive one item back. 因此,我能够迭代项目并打印其名称,在本例中,我应该只收到一个项目。 www.ibm.com 5. The example uses the Controls collection of the form to iterate through each control on the form and disable the controls. 该示例使用窗体的Controls集合循环访问窗体上的每个控件并禁用这些控件。 msdn2.microsoft.com 6. This exchange shows that sometimes you have to iterate to get to the bottom of an issue. 我们之间的这几番交流表明,有时候必须反复多次才能彻底了解问题的实质。 www.ibm.com 7. Returns an enumerator that can be used to iterate through the selected index collection. 返回可用于循环访问选定索引集合的枚举数。 msdn2.microsoft.com 8. Doing so will iterate through the (filtered) list of the back-end repository users. 该任务将遍历(过滤后的)后端库用户列表。 www.ibm.com 9. You must iterate through the controls of each container control separately; this can be done using a recursive function. 必须分别循环访问每个容器控件的控件;可使用递归函数完成此操作。 msdn2.microsoft.com 10. The while loop is used to iterate over this small number of properties and process the appropriate member on object . while循环用于遍历这几个属性并处理所对应的对象成员,而不是遍历对象的每个属性。 blog.sina.com.cn 1. Collection to iterate through elements that represent user input forms and graphics, respectively. 集合来循环访问表示用户输入窗体和图形的元素。 msdn2.microsoft.com 2. This statement provides a simple, clean way to iterate through the elements of an array. 该语句提供一种简单、明了的方法来循环访问数组的元素。 msdn2.microsoft.com 3. That is, when you iterate through the attributes, you see them in the same order that they were added. 也就是说,当您逐一查看属性时,您会看到加入这些属性的相同顺序。 technet.microsoft.com 4. Clauses - enable query programmers to iterate over groups of nodes within XML documents and to bind variables to intermediate results. 子句的非正式方式。它使程序员能够循环遍历XML文档中的节点组并将变量绑定到中间结果。 www-128.ibm.com 5. The first question, therefore, is the capstone. We iterate the unimportance of this type of data. 回到第一个问题,金字塔冠石,我们重申,这类数据并不重要。 www.douban.com 6. You can set a fixed number of times for your test to iterate. 可以为测试设置一个固定的迭代次数。 msdn2.microsoft.com 7. Less code--and better-structured code--means changes are relatively painless, so you can iterate and experiment more readily. 更少的程式和更好的架构表示当要改变时相对无痛,所以你可以迭代和实验更乐意。 blog.sina.com.cn 8. Iterate through the array index to view properties for a single thread. 循环访问数组索引以查看单个线程的属性。 msdn2.microsoft.com 9. You can add controls to, or remove controls from the collection, and iterate through the controls in the collection. 您可以在集合中添加控件,也可以从中移除控件,并且可以循环访问集合中的控件。 msdn2.microsoft.com 10. To gather all of the information from the workbook, iterate through all of the sheets, each row in each sheet, and each cell in each row. 要获取工作簿中的所有信息,只需遍历所有工作表,每个工作表的每一行,每一行中的每个单元格。 www.ibm.com 1. Iterate through the entries of the feed to construct first-level activity nodes. 循环遍历提要中的条目来构建第一级活动节点。 www.ibm.com 2. Unfortunately, there is no direct way you can iterate over the arguments. 不幸的是,无法直接遍历参数。 www.ibm.com 3. After the Server is registered, we iterate through the set of keys and handle each one based on its type. Server被注册后,我们根据每个关键字(key)的类型以迭代方式对一组关键字进行处理。 www.ibm.com 4. You cannot perform a query over the data or iterate over the contents to extract information. 不能在数据上执行查询,或者对内容进行迭代来提取信息。 www.ibm.com 5. The application can then iterate through that collection to display or update the TrustRelationshipInformation objects it contains. 应用程序然后可以循环访问该集合,以显示或更新它所包含的TrustRelationshipInformation对象。 msdn2.microsoft.com 6. You can iterate over these, break them down, and generate new user stories and epics. 可以查看这些内容,分解它们,并生成新的用户描述和综述。 www.ibm.com 7. You can then split the string and iterate over the lines in the file within a for loop. 然后可以拆分string并在for循环中对文件的行进行迭代。 www.ibm.com 8. You will also set user-defined package variables to enable the tutorial package to iterate through all the flat files in the folder. 还将设置用户定义的包变量,以便使该教程包能够迭代遍历文件夹中的所有平面文件。 msdn2.microsoft.com 9. This enables you to create generic methods that can use the same code to iterate through arrays and other collection types. 这使您可以创建能够使用相同代码循环访问数组和其他集合类型的泛型方法。 msdn2.microsoft.com 10. Just iterate over the array of property names looking for the audit fields. 只需循环遍历属性名数组,寻找审计字段。 www.ibm.com 1. An easier way is to iterate through the documents with PHP and review the numbering. 一种更简单的方式是使用PHP来迭代文档并检查页码。 www.ibm.com 2. Returns an enumerator to use to iterate through the selected indexes collection. 返回枚举数,它们用于循环访问选定索引集合。 msdn2.microsoft.com 3. Other operations, such as rename and replace, need a "for" expression to iterate over the affected nodes, as shown in Update 19. 重命名和替换等其他操作需要用“for”表达式循环遍历受影响的节点(见更新19)。 www.ibm.com 4. For this, you iterate over the Vector and generate tags, one for each log file. 为此,迭代Vector并生成标签,每个日志文件一个。 www.ibm.com 5. It is to "experiment and iterate, " says Ms. Paharia, the former executive director of Creative Commons. 它的目的是“实验和反复”,Paharia女士说,她以前是《知识共享署名许可协议》执行主任。 www.bing.com 6. The OutletIterator (Fan Out primitive) is set to iterate over the repeating Outlet elements in the request message. 将OutletIterator(扇出原语)设置为在请求消息中迭代重复的Outlet元素。 www.ibm.com 7. For Each loop to iterate through every element of a collection. 循环来循环访问集合中的每个元素。 msdn2.microsoft.com 8. In addition, you can use this action to iterate through the elements of an array, including arrays of primitives. 此外,您可以使用该操作来迭代数组(包括基本类型数组)中的元素。 www.ibm.com 9. There are rules and regulations on how you can iterate whether it be in a lab or in pre-clinical or in clinical practice. 怎样在实验室,临床实验或者临床实践上反复,都是有规范的。 open.163.com 10. Add the iterate tag in Listing 11 around the Java property, getters, and setters. 在清单11中添加iterate标记,使之包含Java属性、getter和setter。 www.ibm.com 1. I can then iterate through the object and use getter methods to extract and report the data it contains. 然后我可以在对象中迭代,并使用getter方法来抽取和报告其中包含的数据。 www-128.ibm.com 2. Now you abstract that script slightly to iterate over the whole collection. 现在,您对该脚本稍微进行一下抽象,以便对整个集合进行遍历。 www.ibm.com 3. You then iterate the modules that depended on you and remove this module from their lists. 然后迭代具有依赖性的模块,并将这个模块从这些列表中删除。 www.ibm.com 4. Returns an object that can be used to iterate over the collection. 返回一个可用于循环访问该集合的对象。 msdn2.microsoft.com 5. Iterate through the Workbooks collection and call the Save method on each workbook. 循环访问Workbooks集合,并对每个工作簿调用Save方法。 msdn2.microsoft.com 6. It made us fix bugs and iterate faster since we knew people were looking at the site. 从我们知道用户开始访问这个站点后,我们修复缺陷和迭代得更快了。 www.bing.com 7. 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 8. Again, use temporary arrays to hold the XML nodes when you iterate through the result. 同样,遍历结果时使用一个临时数组来保存XML节点。 www.ibm.com 9. Since the returned SOAPElement has a hierarchy of objects underneath, you have to iterate through the tree to get the actual data object. 因为返回的SOAPElement在底层具有对象层次结构,所以必须递归地处理树以获得实际的数据对象。 www.ibm.com 10. Returns an enumerator that can iterate through the BehaviorServiceAdornerCollection instance. 返回可循环访问BehaviorServiceAdornerCollection实例的枚举数。 msdn2.microsoft.com 1. You don't need to iterate through the results row by row because OGSA-DAI returns all the rows together. 您无需对结果集进行迭代,因为OGSA-DAI会一同返回所有行。 www.ibm.com 2. Incrementally iterate: We build an application in small chunks over iterations that last no more than 30 days. 不断迭代:我们需要在小于30天的一次次迭代中构建应用程序。 www.bing.com 3. Iterate through the lists adding an element from each list to the TMX file as elements. 遍历生成的列表,将列表中的元素作为添加到TMX文件中。 www.ibm.com 4. Object that can be used to iterate through the objects in the collection. 对象,该对象可用于循环访问集合中的对象。 msdn2.microsoft.com 5. This speeds up the constructor because it does not have to iterate through the whole document. 这会加速构造函数的运行,因它无需迭代整个文档。 www.ibm.com 6. It's very difficult to balance that need to be nimble and iterate quickly with the need to plan. 要想在灵活、快速更新迭代的需求与计划需求之间做出平衡是非常困难的。 blog.sina.com.cn 7. Where things really fall apart in Agile development is when no one plans to iterate. 在敏捷开发中,当没有人计划迭代时,那么一切都会瘫痪。 www.infoq.com 8. When all input has been processed, you simply iterate through the hash and emit the key-value pairs to stdout. 在所有输入都被处理以后,通过hash可简单迭代且将键值对发送到stdout。 www.ibm.com 9. I iterate through the mountains collection to create the radio buttons. 我对mountains集合进行迭代,以创建单选按钮。 www.ibm.com 10. Many functional languages have specific methods to iterate over lists using this idiom. 许多函数语言均利用这一特点通过特定的方法实现列表遍历。 www.ibm.com 1. Then one can iterate over the data with LINQ, and process it accordingly. 接着就可以使用LINQ来迭代数据,并进行相应的处理。 www.infoq.com 2. To perform a code review on all of these files, you need to iterate through this list. 为了对所有这些文件进行代码复查,您需要通过该列表进行重复。 www.ibm.com 3. Then given some good candidate solution, we might then iterate to improve a candidate solution. 然后给出一些好的候选方案,可能而后我们在迭代中改进某个候选方案。 www.infoq.com 4. It then uses it to iterate through the windows collection to display a number of properties, and it then closes the window object. 然后会使用这个视窗逐一查看视窗集合,并显示一些属性,然后会关闭这个视窗物件。 technet.microsoft.com 5. From that parsed stream, you can tell the kit to iterate through all available tags and get the anchor tags' href attributes. 根据这个解析的流,您可以告诉工具箱遍历所有可用的标记,并获得锚标记的href属性。 www.ibm.com 6. The FOR statement is used to iterate over rows of a defined result set. FOR语句用来遍历一个确定的结果集中的行。 www.ibm.com 7. Blocks A statement group; Blocks may be labeled for use by continue or iterate. 语句组;块可以有标签,供继续或循环利用。 www-128.ibm.com 8. Iterate this process, tying randomly chosen pairs of buttons together with red thread. 重复这一过程,用红线连接随机选择的钮扣对。 www.bing.com 9. As I iterate over them, any checkbox element that matches selectedMountains is checked. 当我在它们之间迭代时,与selectedMountains匹配的复选框元素就是选中的元素。 www.ibm.com 10. An object that can be used to iterate over the collection. 可用于在集合上进行迭代的对象。 msdn2.microsoft.com 1. Returns an enumerator to use to iterate through the link collection. 返回要用来循环访问链接集合的枚举数。 msdn2.microsoft.com 2. The XML document model is used to iterate through the. Config file until the appSettings section is found. XML文档模型用于循环访问.config文件直到找到appSettings节。 msdn2.microsoft.com 3. Sometimes it's better just to launch a product or initiative, track it, measure the results and then iterate. 有时候,只是为了更好地推出一个产品或倡议,跟踪,测量结果,然后反复演算。 www.bing.com 4. You may also iterate over all of the elements within a document. 您也可以循环访问文档中的所有元素。 msdn2.microsoft.com 5. Use a temporary array to hold the XML nodes when you iterate through the result. 当您遍历结果时,可以使用一个临时数组来保存XML节点。 www.ibm.com 6. The other connections have to wait while you iterate through each one. 在系统循环遍历每个连接时,其他连接不得不等待。 www.ibm.com 7. With tail-recursion optimization, this idiom is a marvelously concise way to iterate over a list. 由于尾部递归优化,这种方式是对列表进行迭代的一种非常简单的方式。 www.ibm.com 8. The development team wishes to iterate but has yet to prove the appropriateness of the approach to the business community. 开发团队想要进行迭代但是已经证明了当前解决方案对业务组织的适用性。 www.ibm.com 9. In the code above, we iterate over all the files in a directory. 在上面的代码中,我们重申了一个目录里的所有文件。 www.mscto.com 10. You can then iterate through the collection to look at individual libraries. 然后,可以循环访问该集合以查看单个库。 msdn2.microsoft.com 1. This method is useful when you need to iterate through the collection to perform the same operation on each group. 当您需要循环访问集合以便对每个组执行同一操作时,此方法很有用。 msdn2.microsoft.com 2. Loops to iterate over the first value of each pair . 循环中使用以遍历每对中的第一个值。 www.bing.com 3. The last two lines of code in Listing 4 will iterate over each entry, printing out its title. 清单4的最后两行代码迭代了所有条目,并打印出它们的标题。 www.ibm.com 4. You use a simple for loop to iterate through the posts in the blog. 可以使用简单的for循环遍历blog中的全部post。 www.ibm.com 5. You can add, remove, or iterate through the server controls in the collection. 可以添加、移除或循环访问该集合中的服务器控件。 msdn2.microsoft.com 6. Class to enumerate strings of text elements and iterate through those elements. 类枚举文本元素字符串并迭代通过这些元素。 msdn2.microsoft.com 7. Were- iterate our recommendation to stickwithlarge cap defensive growth stocks such asthemobile operators and consumer staples. 我们重申我们的推荐,即坚持投资于大盘防御型增长股票,比如移动运营商和消费品行业。 www.bing.com 8. Use the NextMarker method to iterate through the existing markers in a path. 使用NextMarker方法循环访问路径中的现有标记。 msdn2.microsoft.com 9. And uses the returned enumerator to iterate through the values. 并使用返回的枚举数来循环访问值。 msdn2.microsoft.com 10. Obtaining the collection is useful if you need to iterate over the collection. 如果需要循环访问集合,获取集合就很有用。 msdn2.microsoft.com 1. Here, if you type for and press Ctrl-Space, you will have a several options, one of which is to iterate over a collection. 看这儿,如果您输入for,再按Ctrl-Space,就能看到若干条选项,其中一个是在一组数据上进行迭代。 www.ibm.com 2. You then iterate over all its attributes and use the Attribute interface to get their names. 然后迭代所有的属性,使用Attribute接口获得属性名。 www.ibm.com 3. To write the XML to an Excel spreadsheet, iterate through the XML and set cell values and formatting. 要将XML写回Excel电子表格,应该迭代XML,并设置单元格值和格式。 www.ibm.com 4. You then iterate through the list and extract the LabelValueBeans labels and values to their appropriate places. 然后对列表进行迭代,把LabelValueBeans标签和值释放到适当的位置。 www.ibm.com 5. You'd need to iterate over the list, incrementing a local variable by 1 each time you encounter an uppercase character. 需要对列表进行迭代,每遇到一个大写字母,就要将一个本地变量加1。 www.ibm.com 6. Create an iterator to iterate through the collection. 创建一个迭代器,以便通过集合进行迭代。 www.ibm.com 7. Property to iterate through the collection. 属性循环访问集合。 msdn2.microsoft.com 8. Retrieves a reference to an enumerator object, which is used to iterate over the collection. 检索对枚举数对象的引用,该对象用于对集合进行循环访问。 msdn2.microsoft.com 9. In this case, you iterate over the rsp. photos. photo object. 在本例中,我们对rsp.photos.photo对象进行迭代。 www.ibm.com 10. That can be used to iterate through the rows in the data reader . 可用于循环访问数据读取器中的行。 www.bing.com 1. Iterate over each item in the selected list and insert it into the Items element. 循环遍历列表中的每个商品并将它们插入Items元素。 www.ibm.com 2. 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 3. You've seen several examples of closures that iterate over collections. 您已经见过了几个对集合进行迭代的例子。 www.ibm.com 4. The stylesheet uses for-each statements to iterate over groups of elements. 样式表使用for-each语句来迭代元素组。 www.ibm.com 5. Then use the methods shown to access and iterate over all the target data. 然后使用所展示的方法来访问并迭代所有目标数据。 www.ibm.com 6. With Lucid Spec you can rapidly create screens, show users, and iterate, this way you can finish by adding more details for developers. 使用这个软件可以快速创建页面布局,向用户展示,为程序开发者添加更多的细节。 www.bing.com 7. To fetch individual search results, you just need to iterate through the NamingEnumeration object. 要提取单个的搜索结果,只需在NamingEnumeration对象上进行迭代即可。 www.ibm.com 8. Proposes an algorithm of bi-iteration subspace tracking using instrumental variable, and it is a bi-iterate rank-one update model. 提出了一种运用辅助变量的双迭代子空间跟踪方法。 www.dictall.com 9. Iterate through all the attributes in the statement to get the values. 迭代陈述中的所有属性以便获得属性值。 www.ibm.com 10. It uses some simple XForms controls to iterate the XML data from the model's instance data. 它使用了一些简单的XForms控件从模型的实例数据中迭代XML数据。 www.ibm.com 1. So if the suffixes are jpg, jpeg, then you'll iterate over those two split on the comma. 因此,如果后缀为jpg,jpeg,那么将遍历那些使用逗号分隔为两部分的内容。 www.ibm.com 2. Once you have built up your final array, you can iterate through the array and generate a list of sums and what their respective odds are. 在构建完最终数组后,您可以迭代数组并生成骰子数总和的列表及其各自的机率。 www.ibm.com 3. And, finally, iterate over all animations and print their names. 并且,最后,遍历所有的动作并打印它们的名字。 www.igamett.com 4. When you iterate over a query that produces a sequence of groups, you must use a nested foreach loop. 在循环访问生成组序列的查询时,您必须使用嵌套的foreach循环。 msdn2.microsoft.com 5. The index view is also very straightforward: It needs to iterate the list of words and dump them to screen. index视图也非常简单:它需要迭代单词列表并将它们输出到屏幕中。 www.ibm.com 6. Retrieves an object that can iterate through the individual characters in this string. 检索一个可以循环访问此字符串中的每个字符的对象。 msdn2.microsoft.com 7. Facebook has a lot of competition in many areas and people s use of the Web continually changes. Really crucial to quickly iterate. Facebook在许多领域有很多竞争对手,而用户使用网络的习惯也在持续改变,所以快速地迭代更新产品很重要。 www.bing.com 8. So now you can iterate through arrays and collections (except for Maps) in the same way. 因此,您可以使用相同的方法遍历数组和集合(Map除外)。 www.ibm.com 9. You put those into an array and then iterate over the array. 将它们放入一个数组,然后对该数组进行迭代。 www.ibm.com 10. Returns an enumerator that can iterate through the Cache object collection. 返回可循环访问Cache对象集合的枚举数。 msdn2.microsoft.com 1. This level of commitment helps smartphone OEMs to iterate platforms much more quickly than they could do so alone. 这种程度的委托帮助智能手机OEM商们能够快速获得平台的更新,比他们自己单独去做要快得多。 www.bing.com 2. Returns an enumerator that can iterate through the product collection. 返回可循环访问产品集合的枚举数。 msdn2.microsoft.com 3. Listing 2 demonstrates how to use a for loop to iterate through the elements of a tuple. 清单2演示了如何使用for循环迭代tuple的元素。 www.ibm.com 4. Iterate until you find the one you want (the ssn attribute). 迭代寻找需要的属性(ssn)。 www.ibm.com 5. Object and iterate through this collection. 对象,然后循环访问该集合。 msdn2.microsoft.com 6. This process can feedback on itself and iterate forever to generate as many bytes as we need. 这个过程可以自我反馈并不停地循环,而且我们要多少字节就能生成多少。 www.infoq.com 7. You invariably want to iterate over a list to get the values stored in it. 您总是想要对列表进行迭代以得到其中存储的值。 www.ibm.com 8. Later, you can iterate on the habit until it's at the level you really want. 之后,你可以重复它直到达到你想要达到的程度。 www.bing.com 9. Methods to iterate through the markers in the path. 方法循环访问路径中的标记。 msdn2.microsoft.com 10. To iterate through each character in a. 中的每个字符。 msdn2.microsoft.com 1. I would like to re-iterate that China is a country with a history of over 5, 000 years. 我想在这里重申一下,中国是一个具有五千年历史的国家。 bbs.ewteacher.com 2. Shows how to iterate through folders in a tree, open each file, and query the file's contents. 演示如何循环访问树中的文件夹,打开每个文件以及查询文件的内容。 msdn.microsoft.com 3. I iterate through the parts and make sure that the namespace is the XML Schema namespace, so I'm sure I can map the part type to Java code. 我反复查看所有的部件并确保名称空间是XMLSchema名称空间,这样我就能确保可以把部件类型映射到Java代码。 www.ibm.com 4. The workbook contains several worksheets; iterate through them by using the workbook SheetCount property. 该工作簿包含几个工作表:通过使用工作簿SheetCount特性迭代它们。 www-128.ibm.com 5. The usual approach is to iterate through the pixels in src and create the corresponding pixels in dest according to some rule. 普遍做法是在src中迭代像素,并按照一定规则在dest中创建相应的像素。 www.ibm.com 6. Iterate through them, counting how many there are, and the total salary for the partition. 遍历这些员工,计算分区上的员工总数和总工资。 www.ibm.com 7. To iterate through the items in your collection. 循环访问集合中的项。 msdn2.microsoft.com 8. There's nothing here to suggest that commercial software doesn't also iterate. 这并不是说商业软件没有迭代。 www.ibm.com 9. You then iterate over this array to display the values. 然后在这个数组上进行迭代便可以显示这些值。 www-128.ibm.com 10. 9. Experiment frequently and iterate rapidly. 9、不断地实验并快速迭代。 www.bing.com 1. Once we have a map array, we iterate through each row and column, including an image for each terrain type. 在拥有地图数组后,我们将遍历每行和每列,包括每个地形类型的图像。 www.ibm.com 2. For example, imagine that you have an application that must iterate through a very large number of rows in a database. 例如,假设您有一个应用程序,它必须遍历数据库中大量行。 www.ibm.com 3. There's no need to iterate on something done - really shippable done. 不再需要为一些事情进行迭代——真正的可交付了。 www.infoq.com 4. However, it does provide an easy way to expose many properties and iterate through them. 不过,通过该集合确实可以便捷地公开许多属性并循环访问这些属性。 msdn.microsoft.com 5. The following code example shows how to retrieve an attribute collection and, using the Count method for the looping index, iterate over it. 下面的代码示例显示如何检索一个属性集合,以及如何用Count方法作为循环索引,循环访问此集合。 msdn2.microsoft.com 6. As discussed in Part 1, xsl: value-of will (in 2. 0) automatically iterate over a sequence of values, including a node-set. 第1部分曾经提到,xsl:value-of(2.0中)将自动迭代值的序列,包括节点集。 www.ibm.com 7. Working a sprint ahead of the development team is helpful in allowing the design team enough time to test and iterate. 设计团队在开发团队之前先使用一个sprint也很有帮助,他们就能有足够的时间测试和迭代。 www.infoq.com 8. When you've evaluated the code and produced the data structure, simply iterate through it and create each widget in turn. 当执行完代码并产生数据结构时,只需迭代它,依次创建每个小部件。 www.ibm.com 9. Retrieves a reference to an enumerator object that is used to iterate over a Control. ControlCollection. 检索对用于循环访问Control.ControlCollection的枚举数对象的引用。 msdn2.microsoft.com 10. Any class in Ruby that supports the each method (like File) lets you iterate this way. Ruby中支持each方法的任何类(比如File)都允许以这种方式进行迭代。 www.ibm.com 1. Unfortunately, you don't have 32 elements you can iterate through. 不幸的是,您并没有32个元素可以迭代。 www.ibm.com 2. We iterate through it with foreach. 我们用foreach来遍历它。 www.bing.com 3. Line 7-12: Iterate over all message entries and create links to each pending message, displaying its title. 第7-12行:遍历所有消息条目并为每个待审消息创建链接和显示标题。 wiki.ubuntu.org.cn 4. Iterate through the results (although there is just the 1 result in this case). 遍历结果(尽管本例中只有1个结果)。 www.ibm.com 5. The string to iterate through. 要循环访问的字符串。 msdn2.microsoft.com 6. In this way, we can iterate over the result set, and get the XML value (as a string) for each object's location information. 用同样的方法,我们可以从头到尾遍历这个结果集,取得每个对象的位置信息的XML值(一个字符串)。 www.ibm.com 7. Additionally, within the PersonClass. java. jet template, it can refer to the currPerson node variable defined in the iterate tag. 此外,在PersonClass.java.jet模板中,它可以引用定义在iterate标签中的currPerson节点变量。 www.ibm.com 8. Demonstrates how to iterate over STL collections using for each, in. 演示如何使用foreach,in循环访问STL集合。 msdn2.microsoft.com 9. We iterate to find the right solution. 我们通过迭代找到正确的解决方案。 www.infoq.com 10. do sth. repeatedly iterate v. 重复;反复 www.hxen.com 1. Method lets you iterate through the key-to-data value mappings at the same time. 方法允许同时遍历键到数据值的映射。 www-128.ibm.com 2. You can iterate over rows and add new rows. 您可以在行中遍历,也可以添加新行。 www-128.ibm.com 3. I want to iterate an Array, transfer each element to a GUI component, and insert it into the JSF components tree. 我对一个数组进行了迭代,将每个元素转变为一个GUI组件,并将它插入到JSF组件树。 www.ibm.com 4. It is common to move back and forth between steps and to iterate the whole process several times until you have a solid design solution. 在各个步骤之间前后移动,甚至把整个过程反复几次,直到产生出坚实的设计方案,这样的情况很普遍。 www.jukuu.com 5. Listing 5 shows how to iterate over all the pixels in src and construct the pixels in dest. 清单5显示如何迭代src中的所有像素并在dest中构建像素。 www.ibm.com 6. This call will return a result set of data that we will iterate through. 这一调用将返回一个我们重复循环的数据结果集。 www.ibm.com 7. Object in order to iterate through the characters in that object. 以便循环访问该对象中的字符。 msdn2.microsoft.com 8. So, you have a reference to the jQuery-selected elements that were passed into the method, and now you just need to iterate through them. 因此,您有一个对传入方法的jQuery选定元素的引用,现在需要迭代它们。 www.ibm.com 9. Listing 2 demonstrates the use of XMLEventReader methods to iterate over an Atom feed. 清单2示范了XMLEventReader方法如何用于迭代Atom提要。 www.ibm.com 10. We iterate our "Buy" rating for TRTT. 我们重申对同仁堂科技的“买入”评级。 www.91258.net 1. We can use the iterate tag to mass generate files, as well as to mass update the model. 我们可以使用iterate标记批量地生成文件,以及批量地更新模型。 www.ibm.com 2. However, it's a natural way to iterate. 但是,它是迭代的一种自然方式。 www.ibm.com 3. Let? s re-iterate the cited points by reviewing, for example, the webMethods Glue approach for late binding. 现在让我们回顾提到的问题点,例如用于后期绑定的webMethodsGlue方式。 www.ibm.com 4. This is useful, for example, to determine the index of each group when you iterate through the collection using the. 循环访问集合时,此方法对于确定每个组的索引很有用。 msdn2.microsoft.com 5. This is an example of planning to iterate. 这是一个规划迭代的例子。 www.infoq.com 6. Apture is a semantic contextual search service which continues to iterate strongly (it made our top 10 list last year, too). Apture的是一个语义搜索服务商,一直保持着强劲的发展势头(去年十大语义网之一)。 www.bing.com 7. The core of the problem is that you need to iterate through 32 rows of the table, but XSLT 1. 0 offers you no practical way to do that. 问题的核心在于,您需要迭代表的32行,但是XSLT1.0没有提供实际的实现方法。 www.ibm.com 8. "We don't allow kids to fail and iterate, " Kumar Garg said of our country's current approach towards education. 谈到美国当前的教育方式,加戈说,“我们不允许孩子在同一个地方多次失败。” www.bing.com 9. For example, to echo out every state that someone lived in, you can iterate over the addresses to do just that (see Listing 6). 例如,要回显某人居住过的每个州,可以通过迭代地址来实现(请参见清单6)。 www.ibm.com 10. My next step was to iterate over all my application's JAR file entries and load them into memory, as shown in Listing 1 我接下来的一步是遍历应用程序的所有JAR文件项,并把它们装入内存,如清单1所示 www.ibm.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。