1153万例文収録!

「argument byte」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > argument byteに関連した英語例文

セーフサーチ:オフ

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

argument byteの部分一致の例文一覧と使い方

該当件数 : 15



例文

The net argument must be in host byte order. 例文帳に追加

net引き数はホスト・バイトオーダでなければならない。 - JM

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

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




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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.
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS