XDRを含む例文一覧と使い方
該当件数 : 41件
Encoders and decoders for the External DataRepresentation (XDR). 例文帳に追加
外部データ表現 (XDR, External Data Representation) データのエンコードおよびデコード。 - Python
Packer is the class for packing data into XDR representation.The Packer class is instantiated with no arguments. 例文帳に追加
Packer はデータを XDR 表現にパックするためのクラスです。 - Python
Warning: this XDR stream implements an intermediate record stream. 例文帳に追加
警告: この XDR ストリームは中間レコード・ストリームを実装している。 - JM
The XDR stream data is written to, or read from, the stdio stream file . 例文帳に追加
XDR ストリームに読み書きれたデータはstdioストリームfileが使用される。 - JM
The first argument is the XDR routine for the object being freed. 例文帳に追加
最初の引き数はオブジェクトを解放するためのXDR ルーティンである。 - JM
Note: the XDR stream's op field must be set by the caller. 例文帳に追加
注意: XDR ストリームのopは呼び出し側で設定しなければならない。 - JM
Newer RFC that provides a revised definition of XDR.例文帳に追加
こちらが新しい方のRFCで、XDR の改訂版が定義されています。 - Python
This routine initializes the XDR stream object pointed to by xdrs . 例文帳に追加
このルーティンはxdrsによって指されている XDR ストリーム・オブジェクトを初期化する。 - JM
A macro that invokes the in-line routine associated with the XDR stream, xdrs . 例文帳に追加
このマクロは XDR ストリームxdrsに関連付けられた内部(inline)ルーティンを呼び出す。 - JM
This routine returns one if the XDR stream could be repositioned, and zero otherwise. 例文帳に追加
このルーティンは XDR ストリームの位置の変更ができた場合には 1 を返す。 - JM
A macro that invokes the get-position routine associated with the XDR stream, xdrs . 例文帳に追加
このマクロは XDR ストリームxdrsに関連付けられた位置取得ルーティンを呼び出す。 - JM
The routine returns an unsigned integer, which indicates the position of the XDR byte stream. 例文帳に追加
このルーティンは XDR バイト・ストリームの位置を指示する符号無し整数を返す。 - JM
A desirable feature of XDR streams is that simple arithmetic works with this number, although the XDR stream instances need not guarantee this. 例文帳に追加
XDR ストリームの機能としてこの数値で単純な算術作業ができることが期待されてるいる。 しかしながらXDR ストリームの実体はこれを保証する必要はない。 - JM
A macro that invokes the set position routine associated with the XDR stream xdrs . 例文帳に追加
このマクロは XDR ストリームxdrsに関連付けられた位置設定ルーティンを呼び出す。 - JM
Unpacker is the complementary class which unpacks XDR data values from a string buffer.例文帳に追加
Unpacker は Packer と対をなしていて、文字列バッファからXDR をアンパックするためのクラスです。 - Python
The parameter out is the address of the results, and outproc is the XDR routine describing the results. 例文帳に追加
パラメーターoutは結果のアドレスである。 outprocは結果を記述している XDR ルーティンである。 - JM
Warning: the destroy routine associated with such XDR streams calls fflush (3) 例文帳に追加
警告: このような XDR ストリームに関連付けられた破壊ルーティンはfileストリームに対してfflush (3) - JM
The prototypes below are declared in <rpc/xdr> and make use of the following types: +4n 例文帳に追加
以下に示すプロトタイプ宣言は<rpc/xdr>で行われており、その中では次の型が使用される。 +4n - JM
It tells the XDR implementation that the rest of the current record in the stream's input buffer should be discarded. 例文帳に追加
XDR の実装にそのストリームの入力バッファーの現在のレコードの残りを捨てるように伝える。 - JM
Packing and unpacking of External DataRepresentation (XDR) data as used in some remote procedure call systems.例文帳に追加
遠隔手続き呼び出しシステムで使われる外部データ表現仕様 (External DataRepresentation, XDR) のデータのパックおよびアンパック。 . - Python
A macro that frees any data allocated by the RPC/XDR system when it decoded the results of an RPC call. 例文帳に追加
このマクロは RPC 呼び出しの結果のデコードの際にRPC/XDR システムによって割当てられたデータを解放する。 - JM
The parameter in is the address where the arguments will be placed; inproc is the XDR routine used to decode the arguments. 例文帳に追加
パラメーターinは引き数の格納されたアドレスである。 inprocは引き数をデコードするための XDR ルーティンである。 - JM
[ xdrtb is a critical threat to global health. ]例文帳に追加
[xdr-tbは、世界的健康に対する深刻な脅威です。] - 映画・海外ドラマ英語字幕翻訳辞書
[ xdrtb is a critical threat to global health. ]例文帳に追加
[XDR-TBは、世界的健康に対する深刻な脅威です。] - 映画・海外ドラマ英語字幕翻訳辞書
For this example, we want to allow a schema in XML Data Reduced (XDR) to be augmented with two additional properties. 例文帳に追加
この例については、XMLデータ・リデュースト(XDR)におけるスキーマが二つの追加特性で拡張できるように望む。 - コンピューター用語辞典
This RFCdefined the encoding of data which was XDR at the time this module was originally written.例文帳に追加
このRFC が、かつてこのモジュールが最初に書かれた当時にXDR 標準でであったデータのエンコード方法を定義していました。 - Python
The argument elsize is the sizeof each of the array's elements, and elproc is an XDR filter that translates between the array elements' C form, and their external representation. 例文帳に追加
引き数elsizeは各配列の要素のsizeofであり、elprocは配列要素を C 形式からその外部表現に変換するための XDR フィルターである。 - JM
Protocols such as Remote Procedure Call (RPC) and the Network File System (NFS) use XDR (eXternal Data Representation) to describe their data formats. 例文帳に追加
RPC(遠隔手続き呼出し)やNFS(ネットワーク・ファイル・システム)などのプロトコルは, それらのデータ形式を記述するのにXDR(外部データ表現)を使っている. - コンピューター用語辞典
An encoding program selection part 517 selects one program to be executed from among encoding programs 546 stored in an XDR-RAM 403 according to various conditions.例文帳に追加
符号化プログラム選択部517は、各種条件に従って、XDR-RAM403に保持されている符号化プログラム546の中から、実行するプログラムを1つ選択する。 - 特許庁
A decoding program selection part 525 selects one program to be executed from among decoding programs 547 stored in an XDR-RAM 403 according to various conditions.例文帳に追加
復号プログラム選択部525は、各種条件に従って、XDR-RAM403に保持されている復号プログラム547の中から、実行するプログラムを1つ選択する。 - 特許庁
ANTI-XDR-TB DRUG, ANTI-MDR-TB DRUG, AND ANTI-TUBERCULOUS DRUG USING THEM COMBINEDLY例文帳に追加
抗XDR−TB薬、抗MDR−TB薬、及び併用抗結核薬 - 特許庁
The XDR DRAM 13 performs data reset according to input of an RST (reset) signal.例文帳に追加
XDR DRAM13はRST(リセット)信号入力に応じてデータリセットを行うDRAMである。 - 特許庁
To shorten required time of STR processing in an information processing system using XDR DRAM.例文帳に追加
XDR DRAMを用いた情報処理システムにおけるSTR処理の所要時間を短縮する。 - 特許庁
A system controller 11 outputs a reset signal to the XDR DRAM 13 according to the RST signal to be input from a memory controller 12 via a levels shifter 24 to reset the XDR DRAM 13 in first power application of a system.例文帳に追加
システムコントローラ11は、システムの初回の電源投入の際に、メモリコントローラ12からレベルシフタ24を介して入力されるRST信号に応じて、XDR DRAM13に対してリセット信号を出力し、XDR DRAM13をリセットする。 - 特許庁
To provide an anti-XDR-TB drug having excellent medicinal efficacy against super-multiple-resistant Mycobacterium tuberculosis, and to provide an anti-tuberculous drug using the same combinedly.例文帳に追加
超多剤耐性結核菌に対して優れた薬効を有する抗XDR−TB薬、及び併用抗結核薬の提供。 - 特許庁
When power of the system is turned off with holding data stored in the XDR DRAM, the system controller 11 turns the power of the memory controller 12 off while maintaining power application of the XDR DRAM 13 according to the RST signal to be input from the memory controller 12 via the level shifter 24.例文帳に追加
XDR DRAMに格納されたデータを保持したままシステムの電源を切る場合、システムコントローラ11は、メモリコントローラ12からレベルシフタ24を介して入力されるRST信号に応じて、XDR DRAM13の電源投入を維持しながら、メモリコントローラ12の電源を切る。 - 特許庁
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
| 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|

Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)