TUPLE in Japanese translation

tuple
タップル

Examples of using Tuple in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Some built-in sequence types are list, str, tuple, and unicode.
組み込みシーケンス型には、list,str,tuple,unicodeなどがあります。
I didn't know how to ouptut tuple with foldr, I quited to implement it.
Haskellでfoldrの結果をタプルで出力させるための文法が分からなくて、。
The first member of each tuple is the string name of the field and the second member is an object with that field's properties.
タプルの1番目のメンバーはフィールドの文字列名であり、2番目のメンバーはそのフィールドのプロパティーが含まれているオブジェクトです。
As a special case, the one-item tuple must have a comma following the item. For example.
タプルは特殊で、要素の次にカンマを置かなければなりません。例。
You can define a Python tuple using parenthesis() and separate elements with commas.
括弧()を使用してPythonタプルを定義し、要素をコンマ、で区切ることができます。
If tuple is false, returns a string containing"Ren'Py", followed by the current version of Ren'Py.
TupleがFalseなら「Ren'Py」とそれに続くRen'Pyのバージョンの文字列を返します。
If tuple is true, returns a tuple giving each component of the version as an integer.
TupleがTrueなら整数でバージョンの各要素を与えるタプルを返します。
On the other hand, pattern matching+ tuple conceptually maps to a 2D table, where each cell can be independently filled.
その一方で、パターンマッチング+タプルは2次元表にマッピングされ、各マスは独立して埋められます。
Each tuple specifies an outline, and outlines are drawn from back to front.
それぞれのタプルで輪郭を指定すると、輪郭が後ろから前にかけて描画されます。
Kernel_size: a tuple of 2 integers, specifying the width and height of the 2D convolution window.
Kernel_size:2次元の畳み込みにおけるwondowの幅と高さを指定する整数2つをもつタプル。
Each tuple is of the form(article number,
タプルは(articlenumber,
To create a tuple of one item, you need a comma after the value.
つの要素からなるタプルを作るには、値の後にカンマを置かなくてはならない。
The major difference between list and tuple is that a list is mutable and a tuple is immutable.
リストとタプルとの違いは、リストがmutableで、タプルがimmutableであること。
Nonempty__slots__ does not work for classes derived from"variable-length" built-in types such as int, bytes and tuple.
空でない__slots__は、intやbytesやtupleのような「可変長の」組み込み型から派生したクラスでは動作しません。
If classinfo is not a type or tuple of types and such tuples, a TypeError exception is raised.
Classinfoが型、型やそのようなタプルのタプルのいずれでもなければ、TypeError例外が送出されます。
X only features(such as function annotations or extended tuple unpacking) is unlikely to be converted successfully.
Xにしかない機能に大きく依存したコード(関数アノテーションやtupleのunpack機能の拡張など)は、うまく変換できないことがある。
Tuple indices are zero-based, just like a list, so the first element of a non-empty tuple is always a_tuple[0].
タプルのインデックスはリストと同様に0から始まるので、空でないタプルの最初の要素は常にa_tuple[0]だ。
Returns a tuple(bits, linkage) which contain information about the bit architecture and the linkage format used for the executable.
戻り値はタプル(bits,linkage)で、アーキテクチャのビット数と実行可能ファイルのリンク形式を示します。
Detect array tuples An array tuple is the sequence of items in an array.
配列タプルの検出配列タプルは配列内のアイテムのシーケンスです。
This is an(x, y) tuple with the coordinates being pixels relative to the upper-left corner of the target render.
これは対象のRenderの左上端に対するピクセル数の座標(x,y)のタプルです
Results: 268, Time: 0.0367

Top dictionary queries

English - Japanese