网站首页  词典首页

请输入您要查询的英文单词:

 

单词 loop through
释义

loop through

美 
英 
  • un.电路接通
  • 网络依次通过;环通输出接口;环通输入接口
un.
1.
电路接通

例句

释义:
1.
You'd also have a bit of PHP code that would call that function and loop through the result set to display the data in the application view.
您还需要编写一些PHP代码,用于调用那个函数并循环结果集,以便在应用程序视图中显示数据。
www.ibm.com
2.
Loop through the control's Items collection and set the Selected property of every individual item.
依次通过控件的Items集合,分别设置每一项的Selected属性。
msdn2.microsoft.com
3.
This code is a simple loop through all posts in a hypothetical posts table, displaying the category and the body of the post.
此代码是一个简单的循环,遍历了一个假想的post表内的所有post,并显示post的类别和它的主体。
www.ibm.com
4.
When you know the length of a node list, you can easily loop through it and extract the values you want.
当你知道了一个节点列表的长度时,你可以非常方便的对它执行循环语句并从中提取你想要的值。
www.w3pop.com
5.
The XML Input stage will loop through the repetition element and produce an output record for each occurrence of that element.
XMLInput阶段将遍历重复元素,并为每个重复的元素生成一个输出记录。
www.ibm.com
6.
This approach is ideal for transforming elements in a collection as you loop through them.
这个方法对于想在遍历集合的时候转换元素的时候来说是很理想的。
www.bing.com
7.
Loop through the file and do a file check relative to the root to see if that file exists already.
遍历文件,并执行一个文件相对于根检查,看看是否已经存在该文件。
www.bing.com
8.
This access method will loop through data in a table throughout the duration of a test .
这种访问方法在测试期间会依次通过表中的数据。
www.bing.com
9.
You can use a For Each. Next statement to loop through and process the elements of a collection, as the following procedure demonstrates.
可以使用ForEach.Next语句依次查看和处理集合的元素,如以下过程所示。
msdn2.microsoft.com
10.
Represents a for statement, or a loop through a block of statements, using a test expression as a condition for continuing to loop.
表示for语句或语句块内的循环(使用测试表达式作为继续循环的条件)。
msdn2.microsoft.com
1.
For a more secure knot, add more loops, passing each new loop through the previous loop.
要更安全的结,加弄几个圈,将每个新圈穿过前一个圈。
www.chinahorse.org
2.
It can call a procedure, branch to another place in the code, loop through several statements, or evaluate an expression.
它调用过程、分支到代码中的另一个位置、循环执行多个语句中,或计算表达式的值。
msdn2.microsoft.com
3.
In this model, called Pipelining, the main thread is used to loop through the results as they are produced by the other threads.
在这个被称为“并行管道”的模型下,主线程将会在另一个线程产出结果的同时进行循环处理。
www.infoq.com
4.
After you have parsed all the entries for each feed you get, loop through the key set, looking at the frequency of each word.
解析完取得的每个提要的所有条目之后,循环通过密钥集,查看每个单词的频率。
www.ibm.com
5.
Loop through the data records in the arrays, and change the values as needed, then write the data back to the original database and table.
循环遍历数组中的数据记录并根据需要修改,然后把数据写回原来的数据库和表中。
www.ibm.com
6.
The Java code to loop through the top-level features is shown in Listing 2, below.
清单2中显示了循环遍历顶级特性的Java代码,如下所示。
www.ibm.com
7.
Then, your application can decode that JSON data and loop through it in any way necessary to display the content.
接下来,您的应用程序可以解码那个JSON数据,以任何必要的方式循环该数据,以便显示数据内容。
www.ibm.com
8.
The roadway in the courtyard is not loop-through in normal times except the state of emergency.
庭院内车行道路平时不环通,紧急状态时可环通。
blog.sina.com.cn
9.
You could write code to loop through record sets and print them in your Windows or Web application.
可以编写代码对记录集依次循环,并将其输出到Windows或Web应用程序。在。
msdn2.microsoft.com
10.
You can loop through this collection to examine the state of individual validation controls.
您可以依次通过这一集合来检查单个验证控件的状态。
msdn2.microsoft.com
1.
We begin by creating the necessary input streams, then loop through each record, storing its contents in a byte array.
首先创建必要的输入流,然后遍历所有记录,把其中的内容存储到一个字节数组。
www.ibm.com
2.
You can use a compound iterator that wraps the iterators that loop through each type of address like the one listed in Listing 3.
您可以使用一个混合迭代器,它封装了遍历清单3中列出的每种地址的迭代器。
www.ibm.com
3.
It's a 90 second rip of the Empire's theme from STAR WARS on a loop through the whole film regardless of the scene!
这是一个90秒的撷取的帝国的主题从《星战》在回路通过整个电影无论的景象!。
www.wan126.com
4.
Add a PlaceHolder Web server control to your page when you want to dynamically add, remove, or loop through controls at run time.
如果要在运行时动态添加、移除或依次通过控件时,可向页添加一个PlaceHolderWeb服务器控件。
msdn2.microsoft.com
5.
Roads loop through 600 oil wells, blocks of apartments, a movie theater, a bakery, a school and a helipad.
在这座岛上,道路依此穿过600个油井、住宅区、电影院、面包房、学校和直升机停机坪。
www.bing.com
6.
Your code just needs to loop through the fields and encode the values to make sure that there are no invalid characters.
代码只要顺着字段循环并对值编码,确保没有无效字符。
www.ibm.com
7.
Web server control to your Web Forms page when you want to dynamically add, remove, or loop through controls at run time.
如果要在运行时动态添加、移除或依次通过控件,可以向Web窗体页添加。
msdn2.microsoft.com
8.
For performance and stability reasons, they recommend all methods use this means to loop through matched elements.
出于性能和稳定性考虑,他们推荐所有的方法都使用它迭代匹配的元素。
www.ibm.com
9.
Loop through the Controls collection of the container control.
依次通过容器控件的Controls集合。
msdn2.microsoft.com
10.
The standard PHP looping structures can loop through a QueryPath object's selected elements.
标准的PHP循环结构可以遍历QueryPath对象选择的元素。
www.ibm.com
1.
You can extend the idea to loop through an arbitrary set of children and terminate each one.
您可以在此应用之上进行扩展,循环遍历任意的子进程集合并一一终止它们。
www.ibm.com
2.
This paper adopts the strategy that relies mainly on feedforward-feedback closed loop through analyzing the structure of the whole system.
本文通过分析整个系统的结构,确定了以前馈-反馈单闭环为主的控制策略。
www.fabiao.net
3.
Grip the enlarged handle of the hook and feed the wire loop through the button hole.
抓住钩的扩大柄和通过按键洞喂电报圈。
ourtra.netat.net
4.
To populate the file, loop through the values in your word map, writing each to a row in your file (see Listing 4).
要填充文件,可循环通过单词映射中的值,将每个值写到文件中的一行(参见清单4)。
www.ibm.com
5.
The super method would simply loop through the iterator to compute its result.
超方法将通过简单地在iterator上循环来计算其结果。
www-128.ibm.com
6.
To do that, loop through the workspace elements in the document.
为此,遍历文档中的工作空间元素。
www.ibm.com
7.
For each line that does, you open a new row element and loop through each digit to create a box element.
对这样的每一行,打开一个新的row元素然后遍历其中的的每个数字并创建一个box元素。
www.ibm.com
8.
It is particularly handy if you want to loop through different types of objects in the collection.
如果需要遍历集合中不同类型的对象,则使用这种模式尤为便利。
www.ibm.com
9.
Finally, we loop through the tag list, and emit some new marked-up text.
最后,我们循环遍历标记列表,并且发出一些新的标记文本。
www-128.ibm.com
10.
My methods will only loop through matched elements in this manner.
我的方法都将只使用该方法迭代匹配的元素。
www.ibm.com
1.
Often you will need to loop through elements in an XML document or string.
你可能经常需要对XML文档或字符串中的元素执行循环操作。
www.w3pop.com
2.
You can loop through all instances found in a Range using the Execute method.
可以使用Execute方法依次通过在Range中找到的所有实例。
msdn2.microsoft.com
3.
Creates a collection and later an iterator to loop through.
创建了一个集合和一个用于遍历的迭代器。
www.ibm.com
4.
DCN-DISCLM cable clamps for Discussion Unit secure loop-through cables to next unit.
用于讨论装置的DCN-DISCLM缆线夹可将环路电缆固定至另一个装置。
dictsearch.appspot.com
5.
If there are multiple requests, loop through the array of requests and call the doRpc function for each one.
如果有多个响应,通过请求数组循环,为每一个调用doRpc函数。
www.ibm.com
6.
Note: this provides a nice way to loop through arrays! Observe this function below.
这提供一个好的方法通过数组,看下面的函数。
blog.chinaunix.net
7.
Creates an iterator to loop through.
创建了一个用于循环的迭代器。
www.ibm.com
8.
Loop through the fields in the file.
依次通过文件中的各字段。
msdn2.microsoft.com
9.
Loop through the cursor.
通过游标进行循环。
www.ibm.com
10.
Using the customerXML from Part 1: Listing 6 , loop through each item, calculate the insurance cost, and add it to the item information.
使用第1部分的清单6中的customerXML,循环遍历每个商品、计算保险费并添加到商品信息中。
www.ibm.com
1.
This is useful when you need to loop through the collection and perform the same operation on each group.
当您需要依次通过集合并对每个组执行同一操作时,这会很有用。
msdn2.microsoft.com
2.
you can also loop through the collection once for each group , using the.
属性确定循环数,您也可以依次通过集合中的每个组一次。
www.ichacha.net
3.
Listing 6. Loop through all cells and print out values.
清单6.循环所有单元格并打印值。
www.ibm.com
4.
After you have the enumeration, you can then loop through and look up each value.
在拥有了enumeration之后,可以通过循环查找每一个值。
www.ibm.com
5.
How to loop through the six headers in HTML.
如何循环显示HTML的六种字号。
blog.163.com
6.
First you're doing a loop through 001-200.
首先从001循环到200。
www.ibm.com
7.
It makes a difference if you loop through 500 or 5000 DOM elements on the page when you want to add an event handler for example.
如果您依次通过页上的500或5000DOM元素,当您要添加事件处理程序,例如,它使不同。
www.cnblogs.com
8.
For example, you can loop through projects and update their statuses based on the current cursor position (see Listing 5).
例如,您可以遍历项目,并基于当前游标位置更新其状态(参见清单5)。
www.ibm.com
9.
The Contents collection contains all session variables. You can loop through the Contents collection, to see what's stored in it
要收集所有session变量的内容。你可以使用循环来收集内容,以及它所包含的信息
ben.syclover.cn
10.
It allows you to retrieve a control in the collection by its index, and to loop through the elements of the collection using a
它允许您按照控件的索引在集合中检索控件,以及使用
msdn2.microsoft.com
1.
To get an accurate count of only records that are not marked for deletion, you can loop through the collection looking at the
若要仅获取未标记为删除的记录的准确计数,可以依次通过集合,查看每个记录的
msdn2.microsoft.com
2.
Loop through the list of recent files and display the names in cells relative to a
依次通过最近使用的文件的列表,并将名称显示在与
www.ichacha.net
3.
DVR system should have loop-through video output for each channel. DVR
需要给每路视频提供环路输出。
wenku.baidu.com
4.
To loop through a collection
在集合中循环
msdn2.microsoft.com
5.
To clear the text of multiple ToolTips, you need to loop through the
若要清除多个工具提示的文本,需要依次通过
msdn2.microsoft.com
6.
Once the format is defined, you can loop through the file, using the
定义了格式之后,您即可使用
msdn2.microsoft.com
7.
To loop through Excel files by using the Foreach File enumerator
使用Foreach文件枚举器循环遍历Excel文件
msdn2.microsoft.com
8.
If we have results, loop through them and add them to the output
如果已经去的结果,循环将它们放入输出
blog.csdn.net
9.
How to: Loop Through Found Items in Documents
如何:依次通过在文档中找到的项
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/15 4:33:25