意味 | 例文 (74件) |
destを含む例文一覧と使い方
該当件数 : 74件
Therefore, the size of dest must be at least strlen(dest)+n+1. 例文帳に追加
したがって、dest の大きさは最低でもstrlen(dest)+n+1 でなければならない。 - JM
returns a pointer to the terminating null in dest, or, if dest is not null-terminated, dest + n. 例文帳に追加
は dest の終端のナル文字を指すポインターを返すか、dest がナル文字で終端されていない場合には dest + n を返す。 - JM
y/ source / dest / Transliterate the characters in the pattern space which appear in source to the corresponding character in dest . 例文帳に追加
y/ source / dest /パターンスペースにある文字のうち、sourceにあるものを、destの同じ位置にある文字に交換する。 - JM
The programmer must ensure that there is room for at least wcslen(dest) + n + 1 wide characters at dest. 例文帳に追加
プログラマは、dest に少なくとも wcslen(dest) + n + 1個のワイド文字が入る領域を確保しておかなければならない。 - JM
append [relevant: type, dest, nargs, choices]The option must be followed by an argument, which is appended to the list in dest.例文帳に追加
append [relevant: type, dest, nargs, choices]このオプションの後ろには必ず引数が続きます。 引数はdest のリストに追加されます。 - Python
If the value returned is n or more, the contents of dest are indeterminate. 例文帳に追加
もし返り値が n 以上の場合、 dest の内容は不定となる。 - JM
The programmer must ensure that there is room for at least wcslen(dest) + wcslen(src) + 1 wide characters at dest. 例文帳に追加
プログラマは、少なくとも wcslen(dest)+wcslen(src)+1 文字のワイド文字が入るだけの領域を dest に対して確保しなければならない。 - JM
store [relevant: type, dest, nargs, choices]The option must be followed by an argument, which is converted to a value according to type and stored in dest.例文帳に追加
store [relevant: type, dest, nargs, choices]オプションの後には必ず引数が続きます。 引数はtype に従った値に変換されてdest に保存されます。 - Python
Any file updates will instead land in /var/tmp/dest/usr/src. 例文帳に追加
かわりに /var/tmp/dest/usr/srcに更新されたすべてのファイルが置かれるようになります。 - FreeBSD
function copies n bytes from memory area src to memory area dest. 例文帳に追加
はメモリ領域 src の先頭 n バイトをメモリ領域 dest にコピーする。 - JM
the resulting string in dest is always null terminated. 例文帳に追加
と同じく、dest に格納される結果の文字列は常にヌル終端される。 - JM
writes n+1 characters to dest (n from src plus the terminating null byte). 例文帳に追加
は dest に n+1 文字を書き込む(src からの n 文字と終端のヌルバイトである)。 - JM
The first n characters of the transformed string are placed in dest. 例文帳に追加
した結果と同じ」変換した文字列の先頭から n 文字分が dest に代入される。 - JM
The programmer must ensure that there is room for at least len bytes at dest. 例文帳に追加
プログラマは少なくとも len バイトの領域を dest に確保しなければならない。 - JM
function converts the wide-character string src to a multibyte string starting at dest. 例文帳に追加
関数はワイド文字列 src を dest から始まるマルチバイト文字列に変換する。 - JM
string $dest The full path to the final installed file location. 例文帳に追加
string $dest 最終的にファイルがインストールされる場所へのフルパス。 - PEAR
Copy the count bytes starting at offset src to the destination index dest.例文帳に追加
オフセットsrcからインデックスdestへcountバイトだけコピーします。 - Python
and the bytes are then copied from the temporary array to dest . 例文帳に追加
最初にsrcのバイトがsrcともdestとも重ならない一時的な配列にコピーされてから、一時的な配列からdestにバイトのコピーが行われたかのように、コピーが行われる。 - JM
It copies n bytes from the object beginning at src into the object pointed to by dest . 例文帳に追加
この関数は、srcで始まるオブジェクトからnバイトを、destで指されるオブジェクトにコピーする。 - JM
But instead of returning the value of dest it returns a pointer to the byte following the last written byte. 例文帳に追加
ただしdestの値を返すのではなく、最後に書き込まれたバイトの後に続くバイトへのポインタを返す。 - JM
The strings may not overlap, and the dest string must have enough space for the result. 例文帳に追加
また、文字列 dest は、連結後の結果を格納するのに十分な大きさでなければならない。 - JM
The programmer must ensure that there is room for at least n characters at dest. 例文帳に追加
プログラマーは dest に少なくとも n バイトの空きがあることを保証しなければならない。 - 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
The programmer must ensure that there is room for at least wcslen(src)+1 wide characters at dest. 例文帳に追加
プログラマは、dest が指す領域に少なくともワイド文字wcslen(src)+1 個分の領域を確保しなければならない。 - JM
In this case the number of bytes written to dest is returned, but the shift state at this point is lost. 例文帳に追加
この場合には dest に書き込まれたバイト数が返される。 しかしこの時点でのシフト状態は失われる。 - JM
The programmer must ensure that there is room for at least n bytes at dest. 例文帳に追加
プログラマーは dest に最低でも n バイトの空きがあることを保証しなければならない。 - JM
It copies n wide characters from the array starting at src to the array starting at dest. 例文帳に追加
この関数は、src を先頭とする配列から dest を先頭とする配列に n 個のワイド文字をコピーする。 - JM
In the first of these invocation forms, the source file is copied to the dest target file. 例文帳に追加
1 番目の呼び出し形式では、ファイルsourceが目的のファイルdestにコピーされる。 - JM
If no default value is supplied, dest is set to zero before being incremented the firsttime.Example:例文帳に追加
dest は (デフォルトの値を指定しない限り) 最初にインクリメントを行う前にゼロに設定されます。 - Python
The programmer must ensure that there is room for at least len wide characters at dest. 例文帳に追加
プログラマーは dest に最低でも len ワイド文字を書き込むことができる空間があることを保証しなければならない。 - JM
The programmer must ensure that there is room for at least n wide characters at dest. 例文帳に追加
プログラマーは dest に最低でも n ワイド文字を書き込むことができる空間があることを保証しなければならない。 - 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
意味 | 例文 (74件) |
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 1994-2010 The FreeBSD Project. All rights reserved. license |
Copyright © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
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会員(無料)になると 検索履歴を保存できる! 語彙力診断の実施回数増加! |