词典宝
更多
查询
1 词典释义:
tuple
时间: 2024-10-27 15:36:08
英 [ˈtjʊpl] [ˈtʌpl]

n.元组

双语例句
  • Your first program using tuple.

    第一个使用元组的程序。

  • Enter the Boost tuple type.

    Boost tuple 类型派上了用场。

  • PyRXP's tuple tree data structure.

    pyRXP的元组树数据结构。

  • A tuple, however, is immutable.

    然而,tuple是不可变的。

  • Tuple Function with Value expressions.

    带有值表达式的tuple函数。

  • There are current three types of tuple.

    目前有三种类型的tuple。

  • Listing 2. The for loop and a tuple.

    清单2 . for循环和tuple。

  • In particular, I'm going to return a tuple.

    特别要注意,我要返回一个数组。

  • The if condition after the tuple is a guard.

    这个元组后面的if条件是一个守卫。

  • Other validity classes should be listed in the tuple.

    其它有效性类应该列在该元组中。

  • The identifier is a tuple of the form {name, version}.

    该标识符是形如 {名称, 版本} 的元组。

  • The return clause defines what to return for each tuple.

    return 子句定义每个元组要返回的内容。

  • You create your tuple, and you can't change it after that.

    您可以创建tuple,但在创建之后不能修改它。

  • The Python tutorial has a section on the tuple container type.

    Python 指南中有一部分讨论了 元组 容器类型。

  • Monkeybars is designed to decouple key parts of the MVC tuple.

    Monkeybars被设计用来解耦MV c元组的关键部分。

  • A child of Or must add a _disjoins tuple as a class attribute.

    Or的子类型必须添加一个_ disjoins元组作为类属性。

  • Each tuple represents a pair of stock tickers and stock prices.

    每个元组代表一对股票代码和股价。

  • What about all the integers used in our dict and tuple objects?

    在我们的dict和tuple对象中用到的所有的整数是怎么处理的呢?

  • This sample code shows how to create a tuple in several ways.

    该示例代码显示了如何以多种方式创建tuple。

  • A is initialized with a tuple containing a and a _paras list.

    用包含和_ paras列表的元组进行了初始化。

  • This query returns a result list each element of which is a Tuple.

    这个查询返回一个结果列表,它的每个元素都是一个Tuple。

  • To return a tuple from a function, you must invoke make_tuple.

    要从函数返回元组,您必须调用make_tuple。

  • That article demonstrated the tuple, which is an immutable sequence.

    这篇文章演示了tuple,这是一个不可变的序列。

  • You can also combine slices of an existing tuple with a new tuple.

    您还可以将现有tuple的片段与新tuple的片段合并在一起。

  • To access individual elements of a tuple, you use the get routine.

    要访问元组的各个元素,您可以使用get例程。

  • To use boost: : tuple, you must include the header file tuple.hpp.

    要使用boost: tuple,您必须包括头文件tuple . hpp。

  • Demonstrate the creation of each part of the Monkeybars MVC tuple.

    演示Monkeybars mvc组每个部分的创建。

  • The number of elements that can form a tuple is currently limited to 10.

    能够形成元组的元素数量目前仅限于10个。

  • The Glue1D.place method returns a 2-tuple of (oadd, cadd) integers.

    place方法返回整数(oadd, cadd)的一个二元组。

  • As discussed, the tuple type is an immutable heterogeneous container.

    如文中所述,tuple类型是不可变的异构容器。

相关推荐