TUPLE - 翻译成英语

tuple
元组
tuples
元组

在 中文 中使用 Tuple 的示例及其翻译为 英语

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
可以使用in来查看一个元素是否存在于tuple中。
You can also use the in operator to check if an element exists in the tuple.
然而,您可以使用in来查看一个元素是否存在于tuple中。
You can, however, use in to see if an element exists in the tuple.
Tuple本身是不可改变的,但是如果您有一个list的tuple,那就认为是可变的了,用做dictionarykey就是不安全的。
Tuples themselves are immutable, but if you have a tuple of lists, that counts as mutable and isn't safe to use as a dictionary key.
特别是对于tupleliterals,存在一些限制,这会警告或提示在常见的错误的情况下提示,例如偶然交换元素的名字。
There are some restrictions, especially for tuple literals, that warn or error in case of common mistakes, such as accidentally swapping the names of elements.
SequenceABC,提供如包含检测、元素索引查找、切片等特性,并支持负索引(参见序列类型---list,tuple,range).
Sequence ABC, and provide features such as containment tests, element index lookup, slicing and support for negative indices(see Sequence Types- list, tuple, range).
如果将Tuple<T1,T2,T3,T4,T5>对象作为方法参数提供,则可以提供具有五项数据的线程启动例程。
If you supply a Tuple<T1,T2,T3,T4,T5> object as the method argument, you can supply the thread's startup routine with five items of data.
如果你提供Tuple<T1,T2,T3>对象作为方法自变量,则可以提供有三个项的数据的线程的启动例程。
If you supply a Tuple<T1,T2,T3,T4> object as the method argument, you can supply the thread's startup routine with four items of data.
如果你构造一个列表的目的仅仅是传递给别的函数,(比如传递给tuple()或者set()),用生成器表达式替代吧!
If you're building an list just to throw it away(e.g. passing it to tuple() or set()), use a generator expression instead!
但是,静态Tuple.
However, the static Tuple.
Tuple无法更改.
Tuple cannot be altered.
您还可以使用静态Tuple.
You can also use the static Tuple.
Bag:是一个无序的tuple集合。
Stream: It is an unordered sequence of tuples.
Mktime(tuple)将时间元组转换为本地时间.
Mktime(tuple) Converts time tuple to local time.
PrintTuple[0]输出列表的第一个元素.
Print tuple[0] Prints first element of the list.
从效果上看,tuple冻结一个list,而list解冻一个tuple。
In effect, tuple freezes a list, and list thaws a tuple.
如果varargslot还没有填充,将空的tuple赋值给他.
If the vararg slot is not yet filled, assign an empty tuple as its value.
但是调用的时候,需要先组装出一个list或tuple:.
But when calling, you need to assemble a list or tuple.
Print(tuple[2:])输出从第三个元素开始的所有元素.
Print tuple[2:] Prints elements starting from 3rd element.
Stride(intortuple,optional)-maxpooling的窗口移动的步长。
Stride(int or tuple)- Stride of the max pooling window.
我们知道,MySQLBinlog记录的是Tuple行级别的数据变更。
We know that MySQL Binlog records tuple row-level data changes.
结果: 105, 时间: 0.0176

顶级字典查询

中文 - 英语