就爱字典>英语词典>tuple翻译和用法

tuple

n.  元组,数组

复数:tuples 过去分词:tupled 

BNC.31456

双语例句

  • Note that multiple assignment is really just a combination of tuple packing and sequence unpacking!
    要注意的是可变参数(multipleassignment)其实只是元组封装和序列拆封的一个结合!
  • 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 Rule string applied to rule_to_function is scanned into a tuple with the first line of code.
    第一行代码将传给ruletofunction的Rule字符串扫描进一个元组(tuple)。
  • 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.
    它接受两个有用的参数:要监视的事件元组和标记名。
  • The three most prominent data structures in Haskell are tuples, lists, and user-defined types.
    Haskell中最突出的三种数据结构是:tuple、列表(list)和用户定义的类型。
  • The built-in len method tells you the number of items in the tuple.
    内置的len方法告诉您tuple中数据项的数量。
  • Or you can use a tuple in an expression to explicitly refer to the members specified in the tuple.
    或者您也可以在表达式中使用元组显式引用该元组中指定的成员。
  • This sets the maximum potential size of a tuple which we will store in the cache.
    这设置了将要存储在缓存中的元组的最大可能大小。
  • St_centroid() is computed for every tuple.
    针对每一个元组(tuple)执行stcentroid()计算。