FD aの部分一致の例文一覧と使い方
該当件数 : 624件
In order to place a write lock, fd must be open for writing. 例文帳に追加
書き込みロックを適用するには、fdは書き込み用にオープンされていなければならない。 - JM
Unix routines.All functions in this module take a file descriptor fd as their first argument.例文帳に追加
このモジュール内の全ての関数はファイル記述子 fd を最初の引数に取ります。 - Python
A figure 1 (a) indicates a FD(face down) paper discharging condition.例文帳に追加
図1(a)はFD(フェースダウン)排紙時の状態を示す。 - 特許庁
For this period, a statistic processing result (tentative fD) is set as an initial value of the fD.例文帳に追加
この期間では、統計処理結果(仮のfD)がfDの初期値として設定される。 - 特許庁
A subtraction part 13 computes the difference value fd between the value fi of the pixel of interest and the center value fmd.例文帳に追加
減算部13は、注目画素の値fiと、中央値fmdとの差分値fdを演算する。 - 特許庁
Find the lowest numbered available file descriptor greater than or equal to arg and make it be a copy of fd . 例文帳に追加
利用可能なファイルディスクリプタのうち、arg以上で最小のものを探し、fdのコピーとする。 - JM
gets a value for the configuration option name for the open file descriptor fd . 例文帳に追加
はオープンされているファイルデスクリプターfdに対して設定されているオプションnameの値を取得する。 - JM
fd is connected to a pipe or socket whose reading end is closed. 例文帳に追加
fdがパイプ (pipe) かソケット (socket) に接続されており、その反対側 (読み込み側) がクローズ (close) されている。 - JM
Return a string which specifies the terminal device associated with file-descriptor fd.例文帳に追加
ファイル記述子 fd に関連付けられている端末デバイスを特定する文字列を返します。 - Python
If fd is not associated with a terminal device, an exception is raised.Availability: Unix.例文帳に追加
fd が端末に関連付けられていない場合、例外が送出されます。 利用できる環境: Unix。 - Python
with the difference that the file to be executed is specified via a file descriptor, fd , rather than via a pathname. 例文帳に追加
違うのは、実行するファイルを、パス名ではなく、ファイルディスクリプタfdを用いて指定する点である。 - JM
A sliding average output section 25 outputs the accumulated average value of the 'normalized moving distances' and an estimated fd value output section 26 outputs the estimated value of the maximum Doppler frequency fd.例文帳に追加
スライディング平均出力部25は、「正規化移動距離」の累積平均値を出力し、fd推定値出力部26は、最大ドップラー周波数fdの推定値を出力する。 - 特許庁
Return a pair of (pid, fd),where pid is 0 in the child, the new child's process id in the parent, and fd is the file descriptor of the master end of the pseudo-terminal.例文帳に追加
このとき新しい擬似端末 (psheudo-terminal) を子プロセスの制御端末として使います。 親プロセスでは (pid, fd) からなるペアが返り、fd は擬似端末のマスタ側 (master end) のファイル記述子となります。 - Python
To provide a stand of a FD hanger which is sufficiently decorative even when it is placed on a desk, capable of checking a displaying part indicating contents of the information accommodated in a FD, and unnecessary for any machining in the flexible disk case.例文帳に追加
本発明の課題は、机の上に置いても充分に装飾的なものであり、しかもFDに収納されている情報の内容を表記している表示部分を確認できさらにFDに何らの加工も施すことのないFDのハンガを提供するものである。 - 特許庁
returns a pointer to the null-terminated pathname of the terminal device that is open on the file descriptor fd, or NULL on error (for example, if fd is not connected to a terminal). 例文帳に追加
関数は、ファイルディスクリプタ fd がオープンしている端末デバイスのNULL 終端されたパス名へのポインタを返す。 エラーが起きたならば NULL を返す(たとえば、fd が端末を参照していないとき)。 - JM
The Tr module has a first Tr and a first free wheel diode (FD) as well as a second Tr and a second FD.例文帳に追加
Trモジュールは、第1Trと第1フリーホイールダイオード(FD)および第2Trと第2FDを備える。 - 特許庁
To provide an FD(floppy disk) case with which the presence or absence of information in the FD case can be recognized at a glance from the side, even if a plurality of the FD cases are horizontally piled up or horizontally housed in a rack or the like.例文帳に追加
本発明の課題は、複数個のFDケースを水平方向に重ねたり、水平方向に積み重ねるラック等に収納したりしてもしてもFDケースに情報が収納されたものか収納されていないものか水平方向から一目で識別できるようにしたFDケースを提供するものである。 - 特許庁
except that they output to a file descriptor fd instead of to a stdio stream. 例文帳に追加
関数とにちょうど対応するが、これらはstdioストリームではなくファイルディスクリプターfdに対して出力を行う。 - JM
If count is zero and fd refers to a file other than a regular file, the results are not specified. 例文帳に追加
count が 0 で、fdが通常のファイル以外のファイルを参照している場合、その結果は規定されていない。 - JM
returns the maximum length of an input line, where fd or path must refer to a terminal. 例文帳に追加
入力行の最大長を返す。 このときfdまたはpathは端末を参照していなければならない。 - JM
returns the maximum length of a filename in the directory path or fd that the process is allowed to create. 例文帳に追加
ディレクトリpathまたはfd内に、そのプロセスが作成することができるファイル名の最大長を返す。 - JM
returns a value indicating whether or not the socket referred to by the file descriptor fd is at the out-of-band mark. 例文帳に追加
はファイルディスクリプタfdで参照されるソケットに帯域外マークが付けられているか否かを返す。 - JM
functions cause the regular file named by path or referenced by fd to be truncated to a size of precisely length bytes. 例文帳に追加
はfdで参照されるファイルをlengthバイトの長さになるように延長する、もしくは切り詰める。 - JM
Lock part of a file based on file descriptor fd from the Cruntime. Raises IOError on failure. 例文帳に追加
C 言語による実行時システムにおけるファイル記述子 fd に基づいて、ファイルの一部にロックをかけます。 - Python
The phasing frequency estimation section 40 calculates a fast fD estimation candidate and a slow fD estimation candidate, based upon the inner product of the fast fD and the inner product of the slow fD which are calculated.例文帳に追加
また、フェージング周波数推定部40は、算出した高速fDの内積値と低速fDの内積値に基づいて、高速fD推定候補と低速fD推定候補とを算出する。 - 特許庁
An emulator is provided with a virtual FD data storage part and a virtual FD emulation part.例文帳に追加
仮想FDデータ記憶部と、仮想FDエミュレーション部とを具備するエミュレータによって解決することができる。 - 特許庁
returns the maximum length of a formatted input line, where fd or path must refer to a terminal. 例文帳に追加
フォーマット付き入力行の最大長を返す。 このときfdまたはpathは端末を参照していなければならない。 - JM
with the difference that the file whose timestamps are to be changed is specified via a file descriptor, fd , rather than via a pathname. 例文帳に追加
違いは、タイムスタンプを変更するファイルを、パス名ではなく、ファイルディスクリプタfdを用いて指定する点である。 - JM
The running resistance calculator 12 detects a running resistance estimation value FD due to disturbance during vehicle running.例文帳に追加
走行抵抗演算部12は、車両走行中、外乱による走行抵抗推定値FDを検出する。 - 特許庁
If fd or path refer to a directory, then this applies to all files in that directory. 例文帳に追加
fdまたはpathがディレクトリを参照している場合は、この制限はそのディレクトリのすべてのファイルに適用される。 - JM
The fd argument is a file descriptor referring to the inotify instance whose watch list is to be modified. 例文帳に追加
fd引き数は、変更を行う監視対象リスト (watch list) を持つ inotifyインスタンスを参照するファイルディスクリプタである。 - JM
but returns a directory stream for the directory referred to by the open file descriptor fd . 例文帳に追加
と同様だが、オープン済みのファイルディスクリプタfdにより参照されるディレクトリに対するディレクトリストリームを返す。 - JM
The gyro vibrating reed 10 is formed so that a driving vibration frequency fd and an out-of-plane bending primary mode vibration frequency fs1 satisfy either of following inequalities: fd×2.2≤fs1≤fd×2.8, and fd×3.2≤fs1≤fd×3.8.例文帳に追加
ジャイロ振動片10は、その駆動振動周波数fdと面外屈曲一次モード振動周波数fs1とが、fd×2.2≦fs1≦fd×2.8、またはfd×3.2≦fs1≦fd×3.8のいずれかの関係となるように形成されている。 - 特許庁
The frequency fd is switched, by making the values of the frequency fd in a plurality of terms in a frequency fd switching cycle Tm3 different from one another.例文帳に追加
この周波数fdの切り替えは、周波数fdの切替周期Tm3内の複数の期間における周波数fdを互いに異なる値にすることにより行われる。 - 特許庁
The frequency fd is switched by making the values of the frequency fd in a plurality of terms in a frequency fd switching cycle Tm3 different from one another.例文帳に追加
この周波数fdの切り替えは、周波数fdの切替周期Tm3内の複数の期間における周波数fdを互いに異なる値にすることにより行われる。 - 特許庁
In modulation multilevel number control parts 53 and 63, the estimated value of a maximum Doppler frequency fd is inputted to a comparison part 72.例文帳に追加
変調多値数制御部53,63において、最大ドップラー周波数fdの推定値は、比較部72に入力される。 - 特許庁
First gravity heavy sin kuchiki rukia [as outside: 794063f 0d 4 a 0 fd 2 f 277 b 1208 5 11 d 8 ed 4] as a prison例文帳に追加
第一級重禍罪 朽木 ルキアを [外:794063f0d4a0fd2f277b1208511d8ed4]囚とし - 映画・海外ドラマ英語字幕翻訳辞書
The process list is run with its input or output connected to a FIFO or some file in /dev/fd. 例文帳に追加
プロセス list は、その入力や出力がFIFO または /dev/fd 中の何らかのファイルに接続された状態で実行されます。 - JM
A Fd/Fu selecting member 503 is provided near a branch position of a face-up (Fu) delivery route and a face-down (Fd) delivery route to select the Fu delivery route and the Fd delivery route.例文帳に追加
Fd/Fu切替部材503は、フェイスアップ(Fu)排出経路とフェイスダウン(Fd)排出経路との分岐位置近傍に設けられ、Fu排出経路とFd排出経路とを切り替える。 - 特許庁
Return a duplicate of file descriptor fd.Availability: Macintosh, Unix, Windows. 例文帳に追加
ファイル記述子 fd の複製を返します。 利用できる環境: Macintosh、 Unix、 Windows. - Python
A maximum Doppler frequency(fD), obtained by an fD detecting circuit 2052, is outputted to a weight coefficient calculating circuit 208.例文帳に追加
fD検出回路2052で求められた最大ドップラー周波数(fD)は、重み係数算出回路208に出力される。 - 特許庁
returns the size of the pipe buffer, where fd must refer to a pipe or FIFO and path must refer to a FIFO. 例文帳に追加
パイプ (pipe) バッファのサイズを返す。 このときfdはパイプか FIFO を参照していなければならず、pathは FIFO を参照していなければならない。 - JM
A pixel 10 includes a photodiode, a floating diffusion (FD), a transfer switch for transferring electric charge of the photodiode to the FD, and an amplification transistor for outputting a signal corresponding to the potential of the FD to a signal line 109.例文帳に追加
画素10は、フォトダイオードと、フローティングディフュージョン(FD)と、フォトダイオードの電荷をFDに転送する転送スイッチと、FDの電位に応じた信号を信号線109に出力する増幅トランジスタとを含む。 - 特許庁
(Linux 2.4 onwards) are used (respectively) to establish a new lease, and retrieve the current lease, on the open file description referred to by the file descriptor fd . 例文帳に追加
は、fdが参照するオープンファイル記述に対して設定されている現在のリースを取得するのに使用される。 - JM
removes the watch associated with the watch descriptor wd from the inotify instance associated with the file descriptor fd . Removing a watch causes an IN_IGNORED 例文帳に追加
は、監視対象ディスクリプタ (watch descriptor)wdに対応する監視アイテムを、ファイルディスクリプタfdに対応する inotify インスタンスから削除する。 - JM
A semiconductor chip 20 is provided with a laser diode LD and a fast diode FD.例文帳に追加
半導体チップ20にレーザダイオードLDと高速ダイオードFDとを設ける。 - 特許庁
When a FD is inserted in a floppy disk(FD) drive 1 with a printing function, a mark reader 3 recognizes a recognition mark on the label seal affixed on the FD, and recognizes whether or not the label seal is rewritable.例文帳に追加
印刷機能付きFDドライブ1にFDが挿入されると、マーク読み取り部3が、FDに貼付されたラベルシール上の認識マークを認識し、ラベルシールが書き換え可能なものであるか否かが認識される。 - 特許庁
A unit pixel 10 in a pixel array of a CMOS image sensor is equipped with: a photodiode 1; a lead transistor 2; a floating diffusion FD; a reset transistor 3; and an amplification transistor 4.例文帳に追加
CMOSイメージセンサの画素アレイにおける単位画素10は、フォトダイオード1と、リードトランジスタ2と、フローティングディフュージョンFDと、リセットトランジスタ3と、増幅トランジスタ4とを具備する。 - 特許庁
| Copyright © Japan Patent office. All Rights Reserved. |
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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)