| 意味 | 例文 |
byte stringの部分一致の例文一覧と使い方
該当件数 : 79件
The string has either 1 byte greyscalepixels or 4 byte RGBA pixels. 例文帳に追加
この文字列は 1 バイトのグレイスケールピクセルか、4 バイトの RGBA ピクセルによるものです。 - Python
These include at least three types, namely, the text information includes (a) 1-byte character code string, (b) 2-byte character code string, and (c) 1-byte character code and 2-byte character code string.例文帳に追加
このタイプには、テキスト情報が(a)1バイト文字コード列を含む、(b)2バイト文字コード列を含む、(c)1バイト文字コード列及び2バイト文字コード列を含むという少なくとも3タイプある。 - 特許庁
a zero byte is written at the end of the string. 例文帳に追加
最後に NUL 文字一つが書かれている点が異なる。 - JM
The byte string functions perform operations on strings (byte arrays) that are not necessarily null-terminated. 例文帳に追加
これらの関数は NULL 終端する必要のない文字列 (バイト配列) の操作を行う。 - JM
A byte length-classified directory 301 is provided correspondingly to each byte length, and a facility name character string whose byte length is n is stored in the byte length-classified directory 301 of the byte length n.例文帳に追加
バイト長毎に対応してバイト長別ディレクトリ301を設け、バイト長nのバイト長別ディレクトリ301には、バイト長がnである施設名文字列を格納する。 - 特許庁
Read a number of samples from the queue, blocking if necessary.Return the data as a string containing the raw data, (e.g., 2 bytes persample in big-endian byte order (high byte, low byte) if you have set the sample width to 2 bytes).例文帳に追加
必要ならブロックして、キューから指定のサンプル数を読み込みます。 生データを文字列として(例えば、サンプルサイズが2バイトならサンプル当たり2バイトがbig-endian(high byte、low byte)で)返します。 - Python
The string has 4 byte RGBA pixels.The bottom left pixel is the first in the string.例文帳に追加
文字列は4バイトRGBピクセル形式です。 左下のピクセルが文字列の先頭になります。 - Python
However, you can bind to a wrapper type such as Boolean, Byte, Character, Double, Float, Integer, Long, Short, String, the primitive form of one of these wrapper types, or an application defined object value. 例文帳に追加
ただし、Boolean、Byte、Character、Double、Float、Integer、Long、Short、String などのラッパー型、これらのラッパー型の基本型、またはアプリケーションで定義されたオブジェクト値にバインドできます。 - NetBeans
supports either byte or Unicode strings, but will normally produce Unicode strings.例文帳に追加
ではバイト文字列 (byte string) およびUnicode 文字列のどちらかに対応づけられますが、通常 Unicode 文字列を生成します。 - Python
In case the whole input string is consumed the return value points to the null byte at the end of the string. 例文帳に追加
すべての入力文字列が処理された場合、返り値は文字列末尾の NULL バイトを指す。 - JM
In the database, designation of the facility name character string is performed by the character string number of the facility name character string and the byte length of the facility name character string.例文帳に追加
そして、データベースにおいて、施設名文字列の指定を、施設名文字列のバイト長と施設名文字列の文字列番号によって行う。 - 特許庁
However, you can bind to a wrapper type such as Boolean, Byte, Character, Double, Float, Integer, Long, Short, String, the primitive form of one of these wrapper types, or an application-defined object value. 例文帳に追加
ただし、Boolean、Byte、Character、Double、Float、Integer、Long、Short、String などのラッパー型、これらのいずれかのラッパー型の基本型、またはアプリケーションで定義されたオブジェクト値にバインドできます。 - NetBeans
A string which contains any bytes past the end of the compressed data.That is, this remains "" until the last byte that containscompression data is available. 例文帳に追加
圧縮データの末尾までのバイト列が入った文字列です。 - Python
INVERSE ORDER BYTE STRING CIRCULATION SHIFTING DEVICE, AND METHOD THEREFOR, AND MEDIUM WITH RECORDED PROGRAM THEREFOR例文帳に追加
逆順バイト列循環シフト装置、その方法及びそのプログラム記録媒体 - 特許庁
then at most buflen bytes are stored (the string may be truncated if buflen is too small) and the string always includes a terminating null byte. 例文帳に追加
が小さ過ぎたときには文字列は切り詰められる)、文字列には必ず終端ヌル文字が含まれる。 - JM
This is a 16-byte string which may containnon-ASCII characters, including null bytes. 例文帳に追加
返り値は 16 バイトの文字列で、null バイトを含む非 ASCII 文字が入っているかもしれません。 - Python
This is a 20-byte string which may containnon-ASCII characters, including null bytes. 例文帳に追加
戻り値は 20 バイトの文字列で、nullバイトを含む非 ASCII 文字が入っているかもしれません。 - Python
The arguments that will come after the format string are the new character, the high byte of the new character, and the low byte of the new character.例文帳に追加
フォーマットされた文字列の後に続く引き数は、新しい文字、新しい文字の上位バイト、新しい文字の下位バイトである。 - XFree86
If it is a byte string (i.e. isinstance(s, str) is true), then charset is the encoding of that byte string, and a UnicodeError will be raised if the string cannot be decoded with that character set.If s is a Unicode string, then charset is a hintspecifying the character set of the characters in the string.例文帳に追加
こればバイト文字列 (isinstance(s, str) が真) の場合、charset はその文字列のエンコーディングであり、これが与えられた文字セットでうまくデコードできないときはUnicodeError が発生します。 いっぽう s が Unicode 文字列の場合、charset はその文字列の文字セットを決定するためのヒントとして使われます。 - Python
The coding order number Q is associated with each byte data of a coding string.例文帳に追加
符号化順序番号Qは、符号列の各バイトデータに対して対応付けられている。 - 特許庁
The string object exposes the character contents in the buffer interface's byte-orientedform.例文帳に追加
文字列オブジェクトは、その内容をバッファインタフェースのバイト単位形式で公開しています。 - Python
Return the magic string value used to recognize byte-compiled code files (.pyc files).例文帳に追加
バイトコンパイルされたコードファイル(.pycファイル)を認識するために使われるマジック文字列値を返します。 - Python
The string is padded with null bytes if necessary to guaranteed 4 byte alignment.例文帳に追加
4 バイトのアラインメントを保証するために、文字列は必要に応じて null バイト列でパディングされます。 - Python
content may be a Unicode string or a byte string; the expat reader module produces always Unicode strings.例文帳に追加
content はユニコード文字列、バイト文字列のどちらでもかまいませんが、expat リーダ・モジュールは常にユニコード文字列を生成するようになっています。 - Python
The reproducing devices 3-5 each decide which to display 1-byte character code string or 2-byte character code string according to the kind of a built-in font ROM and the type, information.例文帳に追加
再生装置3〜5は、それぞれ、内蔵するフォントROMの種類とタイプ情報とに応じて1バイト文字コード列と2バイト文字コード列の何れを表示するかを決定する。 - 特許庁
It should be noted that the access methods provide no guarantees about byte string alignment. 例文帳に追加
アクセスメソッドはバイト文字列のアラインメントについては何も保証していない事に注意すること。 - JM
The key argument is the byte string used to negotiate between multiple processes wishing to share buffers. 例文帳に追加
key引数はバイト文字列であり、バッファを共有したい複数プロセス間でのネゴシエーションに使われる。 - JM
The first byte stored is the length of the string, or 255, whichever is smaller.例文帳に追加
このデータの先頭の 1 バイトには文字列の長さか255 のうち、小さい方の数が収められます。 - Python
When the character string data are stored, the character at the tail of the character string is cut out and stored as the 1st byte of a head address.例文帳に追加
文字列データを格納する際には、それぞれその文字列の最終文字を切り出して先頭アドレスの1バイト目に格納する。 - 特許庁
Similarly, a string table's last byte is defined to hold a null byte, ensuring null termination for all strings. 例文帳に追加
同様に文字列テーブルの最後のバイトも NULL 文字を保持すると定義されている。 これは全ての文字列が NULL バイトで終端されていることを保証するためである。 - JM
function returns the number of characters placed in the array s, not including the terminating null byte, provided the string, including the terminating null byte, fits. 例文帳に追加
関数は、結果の文字列が終端の NULL バイトを含めて配列sに収まった場合には、sに書きこまれた文字数を返す。 NULL バイトは文字数に入らない。 - JM
A machine language generating part 13 obtains a machine language instruction string corresponding to processing contents of a byte code from a template 16 on the basis of an operational code in the byte code.例文帳に追加
機械語生成部13は、バイトコード中のオペコードを元に、テンプレート16から当該バイトコードの処理内容に対応する機械語命令列を得る。 - 特許庁
The substitute coding string consists of byte data having K bytes and only prescribed bit data in the byte data corresponding to the coded byte order number Q are set to "1" and all other bit data are set to "0".例文帳に追加
代替符号列は、Kバイトのバイトデータからなり、符号化バイト順序番号Qに対応したバイトデータにおける所定のビットデータのみ「1」、その他のビットデータが全て「0」とされたものである。 - 特許庁
A bit line character string preparing means 112 prepares the bit line character string of a byte array or a word array concerning inputted barcode data.例文帳に追加
ビットライン文字列作成手段112は、入力されたバーコードデータについてバイト配列あるいはワード配列のビットライン文字列を作成する。 - 特許庁
If it was a number, then the low-order byte of this number is converted into a string and pushed onto the stack. 例文帳に追加
aスタック先頭の値を取り出し、それが数字なら、その低位バイトを文字列に変換し、スタックに積みます。 - JM
returns a pointer to the end of the string dest (that is, the address of the terminating null byte) rather than the beginning. 例文帳に追加
は、文字列 dest の始まりではなく終りを指すポインタ (すなわち、文字列を終端する NULL バイト) を返す。 - JM
Except for the extracted character string correspondence codes, the printer data 11 are then searched for a printer control code corresponding to a code for "double-byte character/single-byte character/noncharacter" switching.例文帳に追加
さらに、抽出された文字列対応コード以外のプリンタデータ11の中から、「全角/半角/非文字」の切替えコードに相当するプリンタ制御コードを検索する。 - 特許庁
function converts the Internet host address in, given in network byte order, to a string in IPv4 dotted-decimal notation. 例文帳に追加
関数は、ネットワークバイトオーダで渡されたインターネットホストアドレスin を、 IPv4 のドット区切りの 10 進数表記の文字列に変換する。 - JM
If there is no null byte among the first n bytes of src, the string placed in dest will not be null terminated. 例文帳に追加
src の最初の n バイトの中にヌルバイトがない場合、dest に格納される文字列はヌルで終端されないことになる。 - JM
Then, the [byte number counter + 1]-th byte of the processing object character string is acquired (S21), the character kind of one character starting from the acquired one byte is judged (S22 and 23) and the value of the half size character number counter and the value of the byte number counter are updated based on the character kind (S31, 32 and 33).例文帳に追加
次に、処理対象文字列の〔バイト数カウンタ+1〕バイト目の1バイトを取得し(S21)、取得された1バイトから始まる1文字の文字種別を判断し(S22,23)、該文字種別に基づいて、半角文字数カウンタの値とバイト数カウンタの値とを更新する(S31,32,33)。 - 特許庁
For example, the format string '4h' means exactly the same as'hhhh'.Whitespace characters between formats are ignored; a count and its format must not contain whitespace though.For the "s" format character, the count is interpreted as the size of the string, not a repeat count like for the other format characters; for example, '10s' means a single 10-byte string, while'10c' means 10 characters.例文帳に追加
例えば、フォーマット文字列 '4h' は 'hhhh' と全く同じ意味です。 フォーマット文字間の空白文字は無視されます; count とフォーマット文字の間にはスペースを入れてはいけません。 - Python
An image processing part 10 identifies the code information photographed by the camera 10, generates a byte string with black as 1 and white as 0 from the identified code information, decodes the byte string into, for example, text data and acquires the code information.例文帳に追加
画像処理部10は、このカメラ10で撮影されたコード情報を識別し、識別したコード情報を黒1、白0とするバイト列に生成し、このバイト列を例えばテキストデータにデコードして、コード情報を取得する。 - 特許庁
Numbers are allotted to individual packets, to determine which byte from the top of a pseudo-random bit string is used.例文帳に追加
本発明では,各パケットに番号を振り当て,疑似乱数ビット列の先頭から何バイト目を使うかを決定できるようにした。 - 特許庁
| 意味 | 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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. |
| 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) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|