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

tuple

n.  元组,数组

复数:tuples 过去分词:tupled 

BNC.31456

双语例句

  • Please note this only affects data cache ( tuple storage) and not metadata cache.
    请注意这只会影响数据缓存(元组存储)且没有元数据缓存。
  • Note that multiple assignment is really just a combination of tuple packing and sequence unpacking!
    要注意的是可变参数(multipleassignment)其实只是元组封装和序列拆封的一个结合!
  • The three most prominent data structures in Haskell are tuples, lists, and user-defined types.
    Haskell中最突出的三种数据结构是:tuple、列表(list)和用户定义的类型。
  • St_centroid() is computed for every tuple.
    针对每一个元组(tuple)执行stcentroid()计算。
  • Tuples contain primitive elements of mixed types and can even contain other tuples or lists.
    tuple包含固定类型的原语元素,甚至可以包含其他tuple或列表。
  • The Rule string applied to rule_to_function is scanned into a tuple with the first line of code.
    第一行代码将传给ruletofunction的Rule字符串扫描进一个元组(tuple)。
  • Register takes a dictionary of properties from the configuration file and returns a list of tuples.
    Register将接受来自配置文件的属性的字典(dictionary),并返回一组元组(tuple)。
  • The built-in len method tells you the number of items in the tuple.
    内置的len方法告诉您tuple中数据项的数量。
  • You also can create a tuple from a set of existing variables in a process called packing.
    您还可以从称为打包的过程的一组现有变量中创建一个tuple。
  • Tuples can contain numbers, strings, variables, and even other tuples.
    Tuple可以包含数字、字符串、变量,甚至其他tuples。