单词 | last element | ||||||||||
释义 | last element
更多释义 收起释义 例句释义: 最后一个角色,元素,最后一个元素 1. The last element of a character designed for asynchronous serial transmission, used to insure recognition of the next start element. 在异步串行传输中,一个字符中的最后码元,用以确保可以识别下一个起始码元。 dict.wenguo.com 2. If this value is set to a negative number, the function will start slicing that far from the last element. 如果设定的值是一个负数,那么表示返回的起始元素从数组的最后位置开始算起。 www.shtt365.com 3. If the current element is the last element in the group, the next group is selected when you press the RIGHT ARROW. 如果当前元素是组中的最后一个元素,则在按向右键时会选择下一组。 office.microsoft.com 4. Syntactically, the part of speech of a compound is determined by the last element. 在句法上,复合词的词性是由最后一个成分决定的。 blog.163.com 5. Each route starts with the HTTP method, followed by the URI patte rn. The last element of a route is the Java call definition. 每一个route以一个HTTP方法开始,后面跟着URI模式,最后的是Java调用定义。 wenku.baidu.com 6. The last element that actually helped develop these things was the partnerships. 最后一件对这些起到帮助的事情是合作伙伴。 www.ted.com 7. The last element that matches the conditions defined by the specified predicate , if found ; otherwise , the default value for type T . 如果找到,则为与指定谓词所定义的条件相匹配的最后一个元素;否则为类型T的默认值。 www.bing.com 8. After the end of the collection is passed , the enumerator is positioned after the last element in the collection , and calling. 在传递到集合的末尾之后,枚举数放在集合中最后一个元素后面,且调用。 www.bing.com 9. Removes from the underlying collection the last element returned by the iterator (optional operation). 迭代器从底层集合中删除刚返回的元素(可选操作)。 blog.csdn.net 10. In both cases, you get the last element from the first element, which is what you were looking for. 在两种情况下,您都得到第一个元素中的最后一个元素,这正是您在寻找的。 www.ibm.com 1. Joseph Ring is a typical problem with circular list data structure is a list of the last element pointer to force the first element. 约瑟夫环的问题采用的是典型的循环链表的数据结构,就是将一个链表的尾元素指针指向队首元素。 www.pudn.com 2. If limit is set, the returned array will contain a maximum of limit elements with the last element containing the whole rest of string. 如果设定了limit,则返回的数组最多包含limit个单元,而其中最后一个单元包含了string中剩余的所有部分。 www.phpx.com 3. Returns the last element of a sequence that satisfies a condition or a default value if no such element is found. 返回序列中满足条件的最后一个元素;如果未找到这样的元素,则返回默认值。 msdn2.microsoft.com 4. end Returns an iterator that addresses the location succeeding the last element in a string. 返回最后一个位置的iterator地址。 zhidao.baidu.com 5. The last element is for the copy-from-AtomClip operation and is a nested menu which lists previous clippings. 最后一个元素用于“从AtomClip复制”操作,它是一个内嵌菜单,其中列出了之前的剪切操作。 www.ibm.com 6. The le operator in the last element below is an example of a value comparison operator. 下面最后一个元素中的le运算符就是值比较运算符的一个例子。 www.ibm.com 7. Otherwise, the modifier will apply only to the last element if the entity expands to a list. 否则,如果实体扩展成列表,修饰符将只对最后那个元素起作用。 www-128.ibm.com 8. Product quality will be the last element compromised under this particular Recovery Protocol. 产品质量将是在此特定的恢复协议下被折中的最后要素。 www.ibm.com 9. There may be only one Otherwise element in a Choose element, and it must be last element. Choose元素中只能有一个Otherwise元素,并且该元素必须是最后一个元素。 msdn2.microsoft.com 10. The last element for an equity bull market is already in place: a source of new cash. 股票牛市所需的最后一个因素已经到位:新资金来源。 www.ftchinese.com 1. cend Returns a const iterator that addresses the location succeeding the last element in a string. 返回最后一个位置的常量iterator地址。 zhidao.baidu.com 2. The List is searched backward starting at the last element and ending at the first element. 在List中从最后一个元素向后开始搜索,并在第一个元素停止搜索。 msdn2.microsoft.com 3. And then the last element of a marketplace is how to deliver upon the good or service. 然后最后一个要素是一个市场是如何提供商品或者服务。 www.bing.com 4. The one-dimensional Array is searched forward starting at the first element and ending at the last element. 向前搜索一维Array,从第一个元素开始,到最后一个元素结束。 msdn2.microsoft.com 5. The enumerator is positioned before the first element of the collection or after the last element. 枚举数定位在该集合的第一个元素之前或最后一个元素之后。 msdn2.microsoft.com 6. Procedure increments the last element and stores the new message. 过程增加最近使用的元素,并存储新消息。 msdn2.microsoft.com 7. The last element, selectURL, is the URL generated by the portal to access the node page from the menu. 最后一个元素selectURL是门户生成的URL,用于从菜单访问节点页。 www.ibm.com 8. Press LEFT ARROW again to select the last element in the previous group. 再次按向左键将选择上一组中的最后一个元素。 office.microsoft.com 9. The last element in the pipe must write the events to an XML or HTML file. 管道中的最后一个元素必须将事件写到XML或HTML文件中。 www.ibm.com 10. It removes the last element in the List, last-in first-out (LIFO) style. 它删除了List中的最后一个元素,使用后进先出(last-infirst-out,LIFO)的方式。 www.ibm.com 1. Very often you do not want to add text after the last element. 通常你都不希望在最后一个元素的后面添加文字。 zvon.org 2. Index after last element to be removed. 要删除的最后一个元素之后的下标。 blog.csdn.net 3. Listing 10 shows how you can retrieve the last element from an array. 清单10展示如何从一个数组中检索最后一个元素。 www.ibm.com 4. For the same reason there is a comma with no last element in the linked set example. 出于相同的原因,在链接的集示例中有一个逗号,而没有最后一个月份。 www-128.ibm.com 5. And, finally, the last element is the quantity (lureQuantity), or how many lures your company has in inventory. 而第三个元素则是数量(lureQuantity)或者该公司库存内有多少诱饵。 www.ibm.com 6. 2 means start at the second last element of the array. 2表示数组中的倒数第二个元素。 www.shtt365.com 7. That is, it traverses from the last element toward the first. 也就是,从最后一个元素到第一个元素遍历容器。 dictsearch.appspot.com 8. To set the bookmark object, type the following command to save the last element of the first page to a variable 若要设置书签对象,请键入以下命令以将第一页中的最后一个元素保存到变量 technet.microsoft.com 9. Now, if you try to fetch the last element as a JButton, a class cast exception happens at run time 现在,如果您尝试将最后一个元素作为JButton来提取,则在运行时会出现一个类转换异常 www.ibm.com 10. if the last element in the machine is equipped with UV-curing system for printed matter for UV glazing; 如果在机械最后一个单位装有紫外线固化编制,则可差印品举行紫外上光; www.bing.com 1. Removes and returns the last element of an array 删除并返回数组最后的元素 www.w3pop.com 2. 2 Implement an algorithm to find the nth to last element of a singly linked list 2实现算法查找单链表中的倒数第n个元素。 www.bing.com |
||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。