Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 50 for 符号 (0.070 sec.)
What's New in Python 2.5 — Python 3.6.5 ドキュメント 6828
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 不明。何か誤解があるような…? 4 バイトは 2147483647 (符号付きとして 2^31 - 1) でしょう。4 を掛ける説明なんかこ ... せん。NumPy は様々な特殊化された整数型を持っていて、符号なし、符号付きの 8、16、32、64 ビットに対応しています ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
オブジェクトプロトコル (object protocol) — Python 3.6.5 ドキュメント 6722
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... なりました。この型は、 Py_ssize_t と同じサイズをもつ符号付き整数です。 Py_hash_t PyObject_HashNotImplemented ...
https://man.plustar.jp/python/c-api/object.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 6722
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... スから取り出されます。 絶対値を取っているのは、整数は符号を記憶するのに ob_size の符号を使うためです。 (この計 ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
プログラミング FAQ — Python 3.6.5 ドキュメント 6722
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... -22 // 10 は -3 を返すのですか? ¶ i % j が j と同じ符号であってほしいことに基づいています。それに加えて以下 ... ります。C にも C の一貫性があって、 i % j が i と同じ符号を持つように i // j を丸めています。 i % j は、 j が ...
https://man.plustar.jp/python/faq/programming.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 6722
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... base64 --- Base16, Base32, Base64, Base85 データの符号化 19.7. binhex --- binhex4 形式ファイルのエンコード ...
https://man.plustar.jp/python/library/index.html - [similar]
7.1. struct --- バイト列をパックされたバイナリデータとして解釈する — Python 3.6... 6722
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... dard の2008 年の改訂で導入されました。 半精度型は、符号 bit 、5 bit の指数部、 11 bit の精度 (明示的には 1 ...
https://man.plustar.jp/python/library/struct.html - [similar]
7. 入力と出力 — Python 3.6.5 ドキュメント 6722
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... 文字列の左側をゼロ詰めします。このメソッドは正と負の符号を正しく扱います: >>> '12' . zfill ( 5 ) '00012' >>> ...
https://man.plustar.jp/python/tutorial/inputoutput.html - [similar]
引数の解釈と値の構築 — Python 3.6.5 ドキュメント 6617
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... thon の非負の整数を、 C の unsigned char 型の小さな符号無し整数に変換します。 B ( int ) [unsigned char] Pyt ...
https://man.plustar.jp/python/c-api/arg.html - [similar]
8.3. collections --- コンテナデータ型 — Python 3.6.5 ドキュメント 6617
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 最大値と最小値を返します。それぞれの演算はカウントに符号がついた入力を受け付けますが、カウントが 0 以下である ...
https://man.plustar.jp/python/library/collections.html - [similar]
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 6617
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ity , priority ) ¶ ファシリティおよび優先度を整数に符号化します。値は文字列でも整数でも渡すことができます。 ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
PREV 1 2 3 4 5 NEXT