| 例文 |
xrangeを含む例文一覧と使い方
該当件数 : 5件
The advantage of the xrangetype is that an xrange object will always take the same amount of memory, no matter the size of the range it represents.例文帳に追加
xrange 型の利点は、 xrange オブジェクトは表現する値域の大きさにかかわらず常に同じ量のメモリしか占めないということです。 - Python
This is especially fast and space efficient for sampling from a large population: sample(xrange(10000000), 60).例文帳に追加
特に、巨大な母集団からサンプルを取るとき、速度と空間効率が上がります。 sample(xrange(10000000), 60) - Python
If the population contains repeats, then each occurrence is a possibleselection in the sample.To choose a sample from a range of integers, use xrange as an argument.例文帳に追加
母集団が繰り返しを含む場合、返されたリストの各要素はサンプルから選択可能な要素になります。 整数の並びからサンプルを選ぶには、引数に xrange を使いましょう。 - Python
There are six sequence types: strings, Unicode strings, lists,tuples, buffers, and xrange objects.String literals are written in single or double quotes:'xyzzy', "frobozz". 例文帳に追加
組み込み型には 6 つのシーケンス型があります: 文字列、ユニコード文字列、リスト、タプル、バッファ、そして xrange オブジェクトです。 文字列リテラルは 'xyzzy'、"frobozz" といったように、単引用符または二重引用符の中に書かれます。 - Python
| 例文 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|