例文 (50件) |
function byteの部分一致の例文一覧と使い方
該当件数 : 50件
DEMULTIPLEXER CIRCUIT WITH BYTE SYNCHRONIZATION FUNCTION例文帳に追加
バイト同期機能付きデマルチプレクサ回路 - 特許庁
function converts the unsigned integer hostlong from host byte order to network byte order. 例文帳に追加
関数は unsigned integer hostlong をホストバイトオーダーからネットワークバイトオーダーに変換する。 - JM
function converts the unsigned short integer hostshort from host byte order to network byte order. 例文帳に追加
関数は unsigned short integer hostshort をホストバイトオーダーからネットワークバイトオーダーに変換する。 - JM
function converts the unsigned integer netlong from network byte order to host byte order. 例文帳に追加
関数は unsigned integer netlong をネットワークバイトオーダーからホストバイトオーダーに変換する。 - JM
function with a conversion state starting in the initial state before the first byte). 例文帳に追加
関数によって)ワイド文字へと変換される。 - JM
function compares the two byte sequences s1 and s2 of length n each. 例文帳に追加
は、2 つのバイト列s1とs2の先頭nバイトを比較する。 - JM
The control function aligns the start of a data packet in the same byte of the 16 byte field.例文帳に追加
この制御機能部はデータ・パケットの開始を16バイト・フィールドの同じバイトにアライメントする。 - 特許庁
function returns the wide character converted from the single byte c. 例文帳に追加
関数はシングルバイト c からコンバートされたワイド文字を返す。 - JM
function returns the number of bytes that have been written to the byte array at s. 例文帳に追加
関数はバイト配列 s に書き込まれたバイト数を返す。 - JM
function fills the first n bytes of the memory area pointed to by s with the constant byte c. 例文帳に追加
は s で示されるメモリ領域の先頭から n バイトをc で埋める。 - JM
function tests whether the multi-byte representation of the wide character c, starting in the initial state, consists of a single byte. 例文帳に追加
関数は、ワイド文字 c のマルチバイト表現(初期状態で開始)がシングルバイト文字だけでできているかどうかを調べる。 - JM
function returns a pointer to the matching byte, if one is found. 例文帳に追加
関数はマッチするバイトが見つかった場合はマッチしたバイトへのポインタを返す。 - JM
This function is used to exchange data between machines that have different low/high byte ordering. 例文帳に追加
この関数は異なるバイトオーダーを持つマシン間でのデータ交換に使用される。 - 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
function returns the single-byte representation of c, if it exists, of EOF otherwise. 例文帳に追加
関数は c のシングルバイト表現が存在すれば、その表現を返す。 存在しなければ EOF を返す。 - JM
function returns the number of bytes that have been or would have been written to the byte array at s. 例文帳に追加
関数は、s が指すバイト列に書き込まれたバイト数、あるいは書き込まれたであろうバイト数を返す。 - JM
function returns the number of bytes that make up the converted part of multibyte sequence, not including the terminating null byte. 例文帳に追加
関数は、変換して得られたマルチバイト列のバイト数を返す。 これには終端の null バイトは含まない。 - JM
The XDrawImageString16 function is similar to XDrawImageString except that it uses 2-byte or 16-bit characters.Both functions also use both the foreground and background pixels of the GC in the destination.例文帳に追加
いずれの関数も描画対象では GC の前景色と背景色のピクセルの両方を使う。 - XFree86
function allocates a conversion descriptor suitable for converting byte sequences from character encoding fromcode to character encoding tocode. 例文帳に追加
関数は、文字エンコーディング fromcode から文字エンコーディング tocode へのバイト文字列変換に適した変換ディスクリプタを割り当てる。 - JM
function converts the Internet host address in, given in network byte order, to a string in IPv4 dotted-decimal notation. 例文帳に追加
関数は、ネットワークバイトオーダで渡されたインターネットホストアドレスin を、 IPv4 のドット区切りの 10 進数表記の文字列に変換する。 - JM
To provide an interface device capable of displaying 2-byte character data on an audio operation unit with a display function incompatible with 2-byte character display even if the 2-byte character data such as a kanji code is included in data to be displayed.例文帳に追加
表示対象となるデータの中に漢字コード等の2バイトの文字データが含まれている場合でもその文字データを2バイト文字表示非対応の表示機能付オーディオ操作ユニットに表示させることができる「インタフェース装置」を提供すること。 - 特許庁
function converts the Internet host address cp from IPv4 numbers-and-dots notation into binary data in network byte order. 例文帳に追加
関数は、インターネットホストのアドレス cp を、IPv4 の数値とドットによる表記からネットワークバイトオーダでのバイナリ値へ変換して返す。 - JM
If the byte count is larger than the next block on tape, the driver returns the data and the function returns the actual block size. 例文帳に追加
バイト数がテープの次のブロックよりも大きければ、ドライバはそのデータを返し、関数は実際のブロックサイズを返す。 - JM
The imghdr module determines the type of image contained in a file or byte stream.The imghdr module defines the following function:例文帳に追加
imghdrモジュールはファイルやバイトストリームに含まれる画像の形式を決定します。 imghdrモジュールは次の関数を定義しています: - Python
The IV generating section 62 (92) converts the provided 4-byte LBA into 16-bit data by using, for example, a hash function.例文帳に追加
IV生成部62(92)は、供給された4バイトのLBAを、16ビットのデータに、例えば、ハッシュ関数を用いて変換する。 - 特許庁
Accordingly, a capacity required for the memory array 201 for check bit can be reduced while the byte mask function is maintained.例文帳に追加
これにより、バイトマスク機能を確保しつつ、検査ビット用メモリアレイ201に必要な容量を削減することが可能となる。 - 特許庁
A parallel/serial interface circuit 3 is provided with a transmission side interface function to serial data and an ECC check bit generation function, generates the ECC check bit of an address, data and a command every time 1 byte is transferred, adds the ECC check bit corresponding to each byte after the transfer of 1 byte and outputs it to a parallel/serial conversion circuit 4.例文帳に追加
パラレル・シリアルインタフェース回路3は、シリアルデータへの送信側インタフェース機能と、ECCチェックビット生成機能とを有し、1byte転送する毎にアドレス、データおよびコマンドのECCチェックビットを生成し、各々1byte転送後、各byteに対応したECCチェックビットを付加してパラレル・シリアル変換回路4に出力する。 - 特許庁
To reduce the data writing processing time α of byte units of word data while reducing the call frequency n of a device driver writing function.例文帳に追加
デバイスドライバ書き込み関数のコール回数nを減少させつつワードデータのバイト単位のデータ書き込み処理時間αを減少させる。 - 特許庁
To provide such a technology that can realize a function to control the inside of a waveform of one byte pulse at a desired shape even in an area of 500 μs or less in pulse width.例文帳に追加
パルス幅が500μs以内の領域でも、1パルス波形の内部を任意の形状に制御する機能を実現する技術を提供すること。 - 特許庁
function converts the Ethernet host address addr given in network byte order to a string in standard hex-digits-and-colons notation, omitting leading zeros. 例文帳に追加
は、ネットワークのバイト順で表された Ethernetホストアドレス addr を、標準的な 16進数とコロンの形式の文字列に変換する。 但し、先頭の 0 は省略される。 - JM
To obtain a demultiplexer circuit with byte synchronizing function to compensate bit deviation of an output parallelizing signal of a demultiplexer part with small scale and low power consumption.例文帳に追加
デマルチプレクサ部の出力並列化信号のビットずれを小規模で低消費電力で補正するバイト同期機能付きデマルチプレクサ回路を提供する。 - 特許庁
To simply realize a function for allowing data processing in one unit byte and adjusting width and depth of FIFO in a synchronous serial interface circuit.例文帳に追加
同期シリアルインタフェース回路において、1バイト単位でのデータ処理が可能でかつFIFOの幅と深さを調節する機能を簡素に実現する。 - 特許庁
The Python byte code which this module takes as an input is defined in the file Include/opcode.h and used by the compiler and the interpreter.Example: Given the function myfunc:例文帳に追加
このモジュールが入力として受け取るPythonバイトコードはファイルInclude/opcode.hに定義されており、コンパイラとインタプリタが使用しています。 例: 関数myfuncを考えると: - Python
function first attempts to set stream's orientation (to wide-character oriented if mode is greater than 0, or to byte oriented if mode is less than 0). 例文帳に追加
関数は最初に streamの入出力単位を設定しようとする(mode が 0 より大きい場合にはワイド文字単位に、mode が 0 より小さい場合にはバイト単位に設定しようとする)。 - JM
function returns a servent structure for the entry from the database that matches the port port (given in network byte order) using protocol proto. 例文帳に追加
関数は、プロトコル proto を用いるサービスのポート番号 portにマッチするエントリをデータベースから探し、そのエントリの内容を収めた servent 構造体を返す(ポート番号 port はネットワーク・バイトオーダで指定する)。 - JM
For each language recognizer ordered, the sniffer process pre-reads the associated sample size and invokes the associated callback function with the byte sample.例文帳に追加
順序付けされた各言語認識装置について、スニファ・プロセスは対応するサンプル・サイズを予め読取り、バイト・サンプルを使用して対応するコールバック関数を呼び出す。 - 特許庁
The XMaxRequestSize function returns the maximum request size (in 4-byte units) supported by the server without using an extended-lengthprotocol encoding.例文帳に追加
関数XMaxRequestSizeは、X サーバが対応しているリクエストの最大サイズ(4バイト単位)を返す。 この最大サイズは、リクエスト長拡張プロトコルエンコーディング(extended-length protocol encoding)を使っていない X サーバにおける値である。 - XFree86
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
A transfer function 105 transfers the byte sequence of the transferring region 104 and the control table 103 to a receiving device 20, and the receiving device 20 restores the object 204 based on information received by a restoration function 201.例文帳に追加
転送機能105は,転送用領域104のバイト列とマッピング管理テーブル103とを受信装置20に転送し,受信装置20では,復元機能201が受信した情報をもとにオブジェクト204を復元する。 - 特許庁
A transfer function 105 transfers the byte sequence in the region 104 for transfer and the mapping management table 103 to a receiver 20, and a reproduction function 201 reproduces the object 204 based on the received data in the receiver 20.例文帳に追加
転送機能105は,転送用領域104のバイト列とマッピング管理テーブル103とを受信装置20に転送し,受信装置20では,復元機能201が受信した情報をもとにオブジェクト204を復元する。 - 特許庁
A parameter has been specified (hash function, pad byte etc. ) that is incompatible with the current file specification or which is not meaningful for the function (for example, use of the cursor without prior initialization) or there is a mismatch between the version number of file and the software.例文帳に追加
指定したパラメータ(ハッシュ関数、バイト埋めなど)が現在のファイル仕様に合っていない、パラメータが関数にとって無意味(例えばあらかじめ初期化しないでカーソルを使うとか)、ファイルとソフトウェアのバージョンが合っていない。 - JM
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
In creating an object 102, an object creation function 101 arranges the internal state of the object into a byte sequence in a region 104 for transfer, and sets mapping data in a mapping management table 103.例文帳に追加
オブジェクト生成機能101は,オブジェクト102を生成する際に,その内部状態を転送用領域104のバイト列上に配置し,マッピング情報をマッピング管理テーブル103に設定する。 - 特許庁
TheXExtendedMaxRequestSize function returns zero if the specified displaydoes not support an extended-length protocol encoding; otherwise, it returns the maximum request size (in 4-byte units) supported by the server using the extended-length encoding.例文帳に追加
関数XExtendedMaxRequestSizeは指定したディスプレイがリクエスト長拡張プロトコルエンコーディングに対応していない場合には 0 を返す。 対応している場合には、リクエスト長拡張プロトコルエンコーディングを使うX サーバが対応している最大のリクエストサイズ(4バイト単位)を返す。 - XFree86
The descramble circuit 20 includes: a one-shift computing element 24 for shifting an inputted scramble value for one byte according to a generating function Φ(x) to generate a new scramble value, and a 209 shift computing element 25 for shifting the inputted scramble value for 209 bytes according to the generating function Φ(x) to generate a new scramble value.例文帳に追加
デスクランブル回路20は、入力されたスクランブル値を、生成多項式Φ(x)に従って1バイト分シフトさせて新たなスクランブル値を生成する1シフト演算器24と、生成多項式Φ(x)に従って209バイト分シフトさせて新たなスクランブル値を生成する209シフト演算器25とを備える。 - 特許庁
A main control part 200 controls the game state of a game machine, and transmits a command having only a display control command function including mode data and event data of one byte length to a special pattern display device 100 according to the control operation.例文帳に追加
主制御部200は、遊技機の遊技状態を制御すると共に、制御動作に応じて特別図柄表示装置100に1バイト長のモードデータとイベントデータとからなる表示制御指令機能のみを有するコマンドを送信する。 - 特許庁
Around a MAC circuit within a BITW IPsec add-on circuit, a circuit having functions of an arbiter, header deletion, data path switching, checksum byte retention, checksum pasting, FIFO, Ethernet header retention and Ethernet header pasting is provided so that the checksum function provided for the MAC circuit can be utilized even when the IPsec is enabled.例文帳に追加
BITW方式におけるIPsecアドオン回路内のMAC回路周辺にアービタ、ヘッダ削除、データパス切り替え、チェックサムバイト保持、チェックサム貼り付け、FIFO、イーサネットヘッダ保持およびイーサネットヘッダ貼り付け機能を持った回路を設け、MAC回路が持つチェックサム機能をIPsecが有効の時にも使用できるようにした。 - 特許庁
An FIFO 107 with DMA control having two 32 byte FIFO whose one FIFO is connected with a 32bit data bus 105 and whose other FIFO is connected with a 16bit data bus 109 and an FIFO control part including a DMA controlling function receives data from an I/O device 108 to one FIFO by DMA transfer in response to a DMA request (REQ-B).例文帳に追加
一方が32bitデータバス105に、他方が16bitデータバス109に接続されている2つの32バイトのFIFOとDMA制御機能を含むFIFO制御部を持つDMA制御付FIFO107は、DMA要求(REQ−B)により、I/Oデバイス108から一方のFIFOにDMA転送にてデータを受信する。 - 特許庁
例文 (50件) |
Copyright © Japan Patent office. All Rights Reserved. |
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
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会員(無料)になると
|