tuple
英
美
n. 元组,数组
BNC.31456
双语例句
- St_centroid() is computed for every tuple.
针对每一个元组(tuple)执行stcentroid()计算。 - This statement lets you update a tuple with a specific value.
此语句允许您用特定值更新元组。 - It accepts two useful arguments: a tuple of events to monitor and a tag name.
它接受两个有用的参数:要监视的事件元组和标记名。 - Returns a member from a specified tuple.
从指定的元组中返回成员。 - Or you can use a tuple in an expression to explicitly refer to the members specified in the tuple.
或者您也可以在表达式中使用元组显式引用该元组中指定的成员。 - Note that multiple assignment is really just a combination of tuple packing and sequence unpacking!
要注意的是可变参数(multipleassignment)其实只是元组封装和序列拆封的一个结合! - Returns the one-based rank of a specified tuple in a specified set.
以一为基返回指定的元组在指定集合中的阶。 - To perform tuple comparisons and tuple I/ O, you need to include tuple_comparison.hpp and tuple_io.hpp separately.
要执行元组比较和元组I/O,您需要分别包括tuplecomparison.hpp和tupleio.hpp。 - The Python tutorial has a section on the tuple container type.
Python指南中有一部分讨论了元组容器类型。 - The result is a tuple even if it contains exactly one item.
结果是一个数组(即使仅包含一个项目)。
