释义 |
tuple 英tʌpl美tʌpl 高COCA²⁵⁴³³⁷⁺⁶BNC³⁸³³⁴iWeb²²⁴⁷⁵ 基本例句 n.元组⁹¹;数组³;重数⁶ A tuple space provides a repository of tuples that can be accessed concurrently. 元组空间提供了一个元组的容器,可以实现并行访问。 infoq And again I'm going to return either a three tuple there or a three tuple there. 我会再次返回三个数组,要么在这儿要么在哪儿。163 And I responded to at least one email about this issue, someone quite correctly said tuple are immutable, how can I change one? 我在不止一封邮件里回复了这个问题,一些人很明智,知道元组不可变,但是疑问怎么能去改变他们,我的答案是?163 The contents of a tuple do not all have to be the same type, but one special construct is of a tuple where the first value is an atom. 一个元组的内容不必都是相同类型的。元组的构造很特殊,其中的第一个值为原子值。 ibm The if condition after the tuple is a guard. 这个元组后面的 if条件是一个守卫。 yeeyan The number of elements that can form a tuple is currently limited to10. 能够形成元组的元素数量目前仅限于10 个。 ibm We’re matching on particular kinds of Person objects inside the enclosing tuple. 我们在闭合元组里匹配特定类型的 Person对象。 yeeyan As you add more elements, creating a tuple structure becomes increasingly difficult. 随着您添加更多的元素,创建元组结构将变得越来越困难。 ibm By taking advantage of tuple ID propagation approach, this algorithm could directly mine frequent pattern in multi- relation without physical join. 该算法利用元组 ID传播的思想,使多表间无须物理连接,就可以直接挖掘频繁模式。 kns50.chkd.cnki.net Each row of this table is a tuple consisting of the group name and user ID. 这个表中的每一行是一个由组名和用户 ID组成的二元组。 ibm Each tuple represents a pair of stock tickers and stock prices. 每个元组代表一对股票代码和股价。 infoq Even with some named constants to stand for tuple positions, this version is certainly harder to read but I think it is about the best you can do directly with tuple trees. 即使用一些指定的常量代替元组位置,这个版本也无疑是难于阅读的但是我认为对于直接处理元组树这已经是最好的了。 ibm Finally, we can use pattern matching to pull out the elements from a list or tuple using the construct notation mentioned earlier. 最后,可以按前面提到的构造表示方法,使用模式匹配从列表或元组中提取元素。 ibm I can give two names, which will get bound to the two parts of that return tuple. 我可以给它设两个变量,返回的一对值将会被赋给这两个变量。163 If one is found, a ForbiddenTags error is raised attaching the faulty value and the tuple of forbidden tags to the exception. 如果一个被发现,一个禁止标记错误异常将会连着失败值和禁止标记的元组一起被引发。 wiki.ubuntu.org.cn If the probe specifier of the module part of tuple is not specified, the probe is applicable for all modules linked to the application. 如果在探测指定语句中没有指定模块部分,探测就应用于与这个应用程序链接的所有模块。 ibm In particular, I'm going to return a tuple. 特别要注意,我要返回一个数组。163 In fact it gives me back, now I hate this, it's actually a list it's not a tuple. But for now think of it as giving you back an explicit version of that representation of all those elements. 它实际上是一个数组而不是一个元组,但是现在你们可以把它认为,是明确的这些,元素的一个表示,你会在接下来的一些课程中看到。163 It is going to give me back a tuple a collection of two things, and so check out the syntax. 它将给我返回一个数组或者系列的一对值,然后检查一下语法。163 It accepts two useful arguments: a tuple of events to monitor and a tag name. 它接受两个有用的参数:要监视的事件元组和标记名。 ibm Lists and tuples are similar, but whereas a tuple can only be used in a comparison, lists allow a wider variety of manipulation operations to be performed. 列表与元组相似,但是元组只能在比较中使用,而列表允许执行的操作更多。 ibm Other validity classes should be listed in the tuple. 其它有效性类应该列在该元组中。 ibm Please note this only affects data cache tuple storage and not metadata cache. 请注意这只会影响数据缓存元组存储且没有元数据缓存。 ibm The first item in each tuple is a callable object in this case a method pointer and the second is a HTTP request type that the method should be called for. 每个元组的第一项是可调用对象在这里是一个方法指针,第二项是 HTTP请求类型,这种请求类型可以调用该方法。 ibm The result is a tuple even if it contains exactly one item. 结果是一个数组即使仅包含一个项目。 ibm The ROW data type can be equated to a table definition: It defines multiple columns that are grouped together into a tuple. ROW数据类型可以等同于一个表定义:它定义可以组成一个元组的多个列。 ibm The identifier is a tuple of the form{ name, version}. 该标识符是形如 {名称,版本}的元组。 ibm This query returns a result list each element of which is a Tuple. 这个查询返回一个结果列表,它的每个元素都是一个 Tuple。 ibm This sets the maximum potential size of a tuple which we will store in the cache. 这设置了将要存储在缓存中的元组的最大可能大小。 ibm Tuple is a JPA- defined interface to denote a row of data. Tuple是一个表示一行数据的 JPA定义接口。 ibm |