1153万例文収録!

「DEST」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

DESTを含む例文一覧と使い方

該当件数 : 74



例文

In this case the number of bytes written to dest is returned, but the shift state at this point is lost. 例文帳に追加

この場合には dest に書き込まれたバイト数が返される。 しかしこの時点でのシフト状態は失われる。 - JM

This tutorial section only covers the four most important option attributes: action, type, dest (destination), and help.Of these, action is the most fundamental.例文帳に追加

このチュートリアルの節では、最も重要な四つのオプション属性:action, type, dest (destination), およびhelp についてしか触れません。 - Python

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

function returns a pointer to the next character in dest after c, or NULL if c was not found in the first n characters of src. 例文帳に追加

は、dest 中に見つかったc の次にあるキャラクター型の変数を指すポインタを返す。 見つからなかった場合、NULL を返す。 - JM

例文

The strings may not overlap, and the destination string dest must be large enough to receive the copy. 例文帳に追加

二つの文字列は重なってはならない。 受け側の文字列 dest はコピーを受け取るのに十分な大きさでなければならない。 - JM


例文

function copies no more than n bytes from memory area src to memory area dest, stopping when the character c is found. 例文帳に追加

はメモリ領域src からメモリ領域dest に最大でnバイトコピーする。 nバイトコピーする前に文字 c が見つかると、そこでコピーを中止する。 - JM

If nargs 1, multiple arguments will be consumed from the command line; all will be converted according to type and stored to dest as a tuple.例文帳に追加

nargs 1 の場合、複数の引数をコマンドラインから取り出します; 引数は全て type に従って変換され、dest にタプルとして保存されます。 - Python

If no default value for dest is supplied, an empty list is automatically created when optparse first encounters this option on the command-line.例文帳に追加

dest のデフォルト値を指定しなかった場合、optparse がこのオプションを最初にみつけた時点で空のリストを自動的に生成します。 - Python

The type and dest option attributes are almost as important as action, but action is the only one that makes sense for all options.例文帳に追加

と同等の処理を行います。 type および dest オプション属性は action と同じくらい重要ですが、全ての オプションで意味をなすのはaction だけなのです。 - Python

例文

The memory areas may overlap: copying takes place as though the bytes in src are first copied into a temporary array that does not overlap src or dest , 例文帳に追加

コピー元とコピー先の領域が重なっていてもよい。 - JM

例文

If dest is NULL, len is ignored, and the conversion proceeds as above, except that the converted wide characters are not written out to memory, and that no destination length limit exists. 例文帳に追加

dest が NULL の場合、len は無視され、上記と同様の変換が行われるが、変換されたワイド文字はメモリに書き込まれず、変換先の上限が存在しない。 - JM

If dest is NULL, len is ignored, and the conversion proceeds as above, except that the converted wide characters are not written out to memory, and that no length limit exists. 例文帳に追加

dest が NULL の場合、len は無視され、上記と同様の変換が行われるが、変換されたワイド文字はメモリに書き込まれず、変換先の上限が存在しない。 - JM

If dest is NULL, n is ignored, and the conversion proceeds as above, except that the converted wide characters are not written out to memory, and that no length limit exists. 例文帳に追加

dest が NULL の場合、n は無視され、上記と同様の変換が行われるが、変換されたワイド文字はメモリに書き込まれず、変換先の上限が存在しない。 - JM

If dest is NULL, len is ignored, and the conversion proceeds as above, except that the converted bytes are not written out to memory, and that no destination length limit exists. 例文帳に追加

dest が NULL ならば len は無視されて前述のように変換が行われるが、変換されたバイトデータはメモリに書き出されない点と、出力先の長さの制限がない点が異なる。 - JM

If dest is NULL, len is ignored, and the conversion proceeds as above, except that the converted bytes are not written out to memory, and that no length limit exists. 例文帳に追加

dest が NULL ならば len は無視されて前述のように変換が行われるが、変換されたバイトデータはメモリに書き出されない点と、出力先の長さの制限がない点が異なる。 - JM

Description The XCopyArea function combines the specified rectangle of src with the specified rectangle of dest.例文帳に追加

説明関数XCopyAreaは、指定したコピー元の長方形をコピー先の長方形にコピーする。 - XFree86

When a write request to Src and Dest occurs after completion of a logic copy to a copy destination Dest from a copy source Src, the storage device records a renewal part of data.例文帳に追加

コピー元Srcからコピー先Destへの論理コピー完了後、SrcおよびDestに対するライト要求が発生した場合に、ストレージ装置はデータの更新個所を記録する。 - 特許庁

Effectively, XCopyPlane forms a pixmap of the same depth as the rectangle of dest and with a size specified by thesource region.例文帳に追加

実際には、XCopyPlaneはコピー先領域と同じ深さで、コピー元領域で指定したサイズのピックスマップを作る。 - XFree86

Next, it is possible to allot route-indicating values (W) which start from a destination(DEST) and only increase or decrease as the distance from the destination(DEST) is increased to the route indicating points (P).例文帳に追加

次に行き先(DEST)から始まって、前記行き先(DEST)からの距離が大きくなるにつれて増大、または減少しかしない経路指示値(W)を経路指示ポイントにP)に割当てることができる。 - 特許庁

Bits set in the mask indicate bits of the destination address to be ignored when comparing to the specified dest例文帳に追加

マスク内でセットされているビットは、入ってくるアドレスのビットの内、指定された destination と比較するときに無視するものを示す。 - XFree86

Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY. 例文帳に追加

\\-u, \\-\\-updateディレクトリ以外のファイルの移動で、移動先ファイルが既に存在し、その修正時刻が移動元と同じかより新しい場合、移動を行わない。 - JM

To a method for navigating an object from starting points (A, B, and C) to a destination(DEST) along a traffic route (S) included in an electrically stored traffic route map (K).例文帳に追加

この発明は出発点(A、B、C)から電子的に記憶された交通ルート地図(K)に含まれている交通ルート(S)に沿って行き先(DEST)まで対象をナビゲートする方法に関する。 - 特許庁

The XCopyPlane function uses a single bit plane of the specified source rectangle combined with the specified GC to modify the specified rectangle of dest.例文帳に追加

関数XCopyPlaneは、指定したコピー元の長方形領域の1つのビットプレーンを用いて、指定したコピー先の長方形領域を書き換える。 コピー元の領域は、指定した GC に結びつけられている。 - XFree86

例文

If a re-copy request is issued from a host device, the storage device copies only the data of the recorded renewal part to Dest from Src, and clears the renewal part registered so far, and starts registration again.例文帳に追加

ホスト装置から再コピー要求が発行されると、ストレージ装置は、記録された更新個所のデータのみをSrcからDestへコピーし、それまでの更新箇所の記録をクリアして、改めて記録を開始する。 - 特許庁




  
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
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS