意味 | 例文 (15件) |
argument byteとは 意味・読み方・使い方
追加できません
(登録数上限)
「argument byte」の部分一致の例文検索結果
該当件数 : 15件
The pathname argument points to the byte-compiled code file.例文帳に追加
pathname引数はバイトコンパイルされたコードファイルを指します。 - Python
An argument is two bytes, with the more significant byte last.例文帳に追加
引数はより重要なバイトを下位にもつ2バイトです。 - Python
the argument ivec is the 8-byte initialization vector for the chaining.発音を聞く 例文帳に追加
において、引き数ivecはデータブロックを連鎖させる際の 8 バイトの初期化ベクトルである。 - JM
with the same argument, or overruns of a single byte (off-by-one bugs).発音を聞く 例文帳に追加
を同じ引き数で二度呼び出してしまう、1 バイトだけ行きすぎてしまう (off-by-one バグ) などがこれに当たる。 - JM
The key argument is the byte string used to negotiate between multiple processes wishing to share buffers.発音を聞く 例文帳に追加
key引数はバイト文字列であり、バッファを共有したい複数プロセス間でのネゴシエーションに使われる。 - JM
If the optional argument align is true, chunks are assumed to be aligned on 2-byte boundaries.例文帳に追加
省略可能な引数alignがtrueなら、チャンクデータが偶数個で2バイトごとに整頓されていると想定します。 - Python
-
履歴機能過去に調べた
単語を確認! -
語彙力診断診断回数が
増える! -
マイ単語帳便利な
学習機能付き! -
マイ例文帳文章で
単語を理解! -
「argument byte」の部分一致の例文検索結果
該当件数 : 15件
The size argument is less than the length of the absolute pathname of the working directory, including the terminating null byte.発音を聞く 例文帳に追加
size引数の値がワーキングディレクトリの絶対パス名の長さより小さい。 長さには文字列の終端バイトも含まれる。 - JM
except that the final argument specifies the offset into the file in 4096-byte units (instead of bytes, as is done by mmap (2)).発音を聞く 例文帳に追加
ただし最後の引き数には、ファイルのオフセットを( mmap (2) が行っている、バイト単位ではなく)4096 バイトを単位として指定する。 - JM
The program loader 16 reads out a byte code from the cluster file 12, decides whether a load location of this byte code and an argument setup byte code is the Java virtual machine 13 or the JIT compiler 15 based on content of a determination information storage unit 17 if the byte code is a subroutine call and iterates a loading process for the byte code to the decided load location.例文帳に追加
プログラムローダ16は、クラスタファイル12からバイトコードを読み出し、バイトコードがサブルーチンコールであれば、判定情報記憶部17の内容に基づいてこのバイトコード及び引数設定バイトコードのロード先を、Java仮想マシン13にするかJITコンパイラ15にするかを決定し、決定されたロード先にバイトコードをロードするという処理を繰り返し実行する。 - 特許庁
except that they allocate a string large enough to hold the output including the terminating null byte, and return a pointer to it via the first argument.発音を聞く 例文帳に追加
関数とに似ているが、出力文字列を (終端の NULL バイトも含めて)保持するのに十分な大きさのメモリを確保し、最初の引数にその文字列へのポインタを返す。 - JM
The file argument is the byte-compiled code file, open for reading in binary mode, from the beginning.It must currently be a real file object, not a user-defined class emulating a file.例文帳に追加
file引数はバイトコンパイルされたコードファイルで、バイナリモードでオープンされ、先頭からアクセスされます。 現在は、ユーザ定義のファイルをエミュレートするクラスではなく、実際のファイルオブジェクトでなければなりません。 - Python
Some of them don't convert from Unicode strings to byte strings, but instead use the property of the Pythoncodecs machinery that any bijective function with one argument can be considered as an encoding.For the codecs listed below, the result in the ``encoding'' direction is always a byte string.例文帳に追加
これらの codec の中にはUnicode 文字列からバイト文字列への変換を行わず、むしろ単一の引数をもつ全写像関数はエンコーディングとみなせるというPython codec の性質を利用したものもあります。 以下に列挙した codec では、``エンコード'' 方向の結果は常にバイト文字列方向です。 - Python
Encoding this string in an encoding other than UTF-8 is likely incorrect, since UTF-8 is the default encoding ofXML.With an explicit encoding argument, the result is a byte string in the specified encoding.例文帳に追加
この文字列を UTF-8 以外のエンコード方式でエンコードするのは不正であり、なぜなら UTF-8 がXML のデフォルトエンコード方式だからです。 明示的な encoding 引数があると、結果は指定されたエンコード方式によるバイト文字列となります。 - Python
Code objects represent byte-compiled executable Python code, or bytecode.The difference between a code object and a function object is that the function object contains an explicit reference to the function's globals (the module in which it was defined), while a code object contains no context; also the default argument values are stored in the function object,not in the code object (because they represent values calculated atrun-time).例文帳に追加
コードオブジェクトは バイトコンパイルされた (byte-compiled)実行可能な Python コード、別名 バイトコード (bytecode) を表現します。 コードオブジェクトと関数オブジェクトの違いは、関数オブジェクトが関数のグローバル変数 (関数を定義しているモジュールのグローバル) に対して明示的な参照を持っているのに対し、コードオブジェクトにはコンテキストがないということです; また、関数オブジェクトではデフォルト引数値を記憶できますが、コードオブジェクトではできません(実行時に計算される値を表現するため)。 - Python
|
意味 | 例文 (15件) |
|
ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。 |
ログイン |
Weblio会員(無料)になると
|
「argument byte」のお隣キーワード |
weblioのその他のサービス
ログイン |
Weblio会員(無料)になると
|