Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
argument byteの意味・使い方・読み方 | Weblio英和辞書
[go: Go Back, main page]


小窓モード


プレミアム

ログイン
設定

設定

argument byteとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

コンピューター用語辞典での「argument byte」の意味

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

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

日英・英日専門用語辞書での「argument byte」の意味

「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

>>例文の一覧を見る

「argument byte」の意味に関連した用語

argument byteのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
日外アソシエーツ株式会社日外アソシエーツ株式会社
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
日中韓辭典研究所日中韓辭典研究所
Copyright © 2025 CJKI. All Rights Reserved

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2025 GRAS Group, Inc.RSS