BYTE STRING Meaning in Japanese - translations and usage examples

バイト文字列
バイトストリング
バイト列を

Examples of using Byte string in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
The length of the byte string.
バイトストリングの長さ。
Str: a byte string. The type of'hello'.
Str:バイト文字列。'hello'のタイプ。
A pointer to a byte string.
バイトストリングを指すポインタ。
Byte string(b) is called the"body" of the packet.
バイト文字列(b)はパケットの"本体"と呼ばれる。
To allocate a 128 byte string and print into it.
バイトの文字列を割り振り、そこに出力する場合。
The Data Encryption Key(DEK)is a multiprecision field which stores an RSA encrypted byte string.
データ暗号鍵(DEK)はRSA暗号化バイト文字列を持つ複合精度フィールドである。
(Specify the byte string to be parsed into the data argument).
Packetクラスのオブジェクトを生成(data引数に解析するバイト列を指定)。
It should benoted that the access methods provide no guarantees about byte string alignment.
アクセス方式は、バイトストリングのバイトアラインについては何の保証もしていないことに注意すべきです。
The memcmp() function compares byte string b1 against byte string b2.
Memcmp()関数は、バイト列b1をバイト列b2と比較します。
Applications that use keys longer than B bytes will first hash the key using H andthen use the resultant L byte string as the actual key to HMAC.
Bバイトより長い鍵を使用するアプリケーションは、最初にHで鍵をハッシュし、その結果生じるLバイトの文字列をHMACへの実際の鍵として使用する。
The hostname is represented as a byte string using ASCII encoding without a trailing dot.
ホスト名は、連結するドット無しでASCIIencodingを使ってbytestringとして表現される。
For standalone files such as the Live2D model, it is meant to be read from folders outside of Live2D,and initialized(byte string) in the library through external codes.
モデル等の独自のデータは、Live2Dの外でファイルをロードして頂き、バイト列をLive2Dのライブラリに渡して初期化。
Traditionally, Python has represented file names as byte strings, which is inadequate because it renders some file names inaccessible.
伝統的にPythonはファイル名をバイト文字列として表現してきましたが、それはアクセス出来ないファイル名を表してしまう場合があって、不十分でした。
If the length of this byte string does not match the blocksize requirements for the algorithm, implicit padding MUST be appended to the end of the ESP packet,(after the Next Header field) prior to ICV computation.
このバイトストリングの長さがアルゴリズムのブロックサイズの要求条件と一致しない場合は、ICVの計算の前に、暗黙的パディングがESPパケットの最後(次ヘッダフィールドの後)に追加されなければならない(MUST)。
The Packet-Out andPacket-In message of OpenFlow have a field that enters a byte string that represents the contents of the raw packet.
OpenFlowのPacket-InやPacket-Outメッセージには、生のパケット内容をあらわすバイト列が入るフィールドがあります。
For some authentication algorithms, the byte string over which the ICV computation is performed must be a multiple of a blocksize specified by the algorithm.
一部の認証アルゴリズムでは、ICVの計算の対象となるバイトストリングがアルゴリズムによって指定されるブロックサイズの整数倍でなければならない。
If you are still using an Mcrypt based cipher in your config/app. php configuration file, you should update the cipher to AES-256-CBC andset your key to a random 32 byte string which may be securely generated using php artisan key: generate.
Mcryptベースのcipherをまだ使用している場合は、config/app.php設定ファイルで、cipherをAES-256-CBCに更新し、phpartisankey:generateで生成できるセキュアな32バイトのランダム文字列をキーとして設定してください。
For RSA keys, the hash is of the big- endian byte string representation of the modulus without any initial zero-valued bytes.
RSA鍵について、そのハッシュは、いかなる初期ゼロ値バイトをももたない法(modulus)のビッグエンディアンのbytestring表現である。
If the string happens to be encoded as UTF-8 internally(and thus has the UTF8 flag set), this is ignored by vec, and it operates on the internal byte string, not the conceptual character string, even if you only have characters with values less than 256.
文字列がなぜか内部でUTF-8でエンコードされている場合(したがってUTF8フラグがセットされている場合)、これはvecでは無視され、たとえ値が256未満の文字だけであったとしても、概念的な文字列ではなく内部バイト文字列で操作されます。
If one searches this text, considered as a byte string, for the character U+4CDF(another Chinese character meaning'phoenix'), an erroneous match will be found on the bytes 4C DF that are the UTF-16BE representation of U+4CDF.
このテキストがバイト文字列と見なされた場合、文字U+4CDF(“不死鳥”を意味する別の中国語の文字)が検索される際に,U+4CDF のUTF-16BE表現であるバイト列4CDFに誤って合致することになる。
A user-specified hashfunctions must take two arguments(a pointer to a byte string and a length) and return a 32-bit quantity to be used as the hash value.
ユーザ指定のhash関数は、2つの引数(バイト文字列ポインタと長さ)を取る必要があり、hash(ハッシュ)値として使用される32ビット量を返します。
Also added process-wait-any for convenience. read-line now takes optional allow-byte-string flag argument,which allows read-line to read a byte string; it can be used to read from a port whose character encoding is unknown.
Read-lineに、オプショナルな引数allow-byte-stringが追加されました。これによって、read-lineはバイト文字列を読めるようになります。文字エンコーディングがわからないポートから読み込む場合に便利です。
Other systems also allow Unicode strings as file names butconvert them to byte strings before passing them to the system, which can cause a UnicodeError to be raised.
ほかのシステムでもファイル名のUnicodeは許容されますが、システムに渡す前にバイト文字列に変換され、UnicodeError例外を引き起こすかもしれません。
Global unique request ID, a 32 bytes string, can be used to identify ftp client request(usually useful for pre/post upload and download events).
グローバルユニークリクエストID(32バイト文字列)はFTPクライアントリクエストを認識するのに使用されます。主にアップロードやダウンロード後のイベント処理をするためのものです。
HH means there are two objects of H types in the bytes string.
HHは、バイト文字列にHタイプの2つのオブジェクトがあることを意味します。
Use the Py_DecodeLocale() function to decode the bytes string back to a wide character string..
キャラクター文字列をバイト文字列に戻すにはPy_EncodeLocale()関数を使ってください。
Convert string to byte array.
文字列をバイト型配列に変換。
Results: 27, Time: 0.0336

Word-for-word translation

Top dictionary queries

English - Japanese