「non-zero」を含む例文一覧(510)

1 2 3 4 5 6 7 8 9 10 11 次へ>
  • If data is non-zero and not SIGSTOP ,
    data がゼロでなく、SIGSTOP - JM
  • the leftmost non-zero digit
    左端の非ゼロ桁 - 日本語WordNet
  • will return a non-zero value.
    は 非 0 の値を返す。 - JM
  • is non-zero, and clear it otherwise.
    0 の場合はクリアする。 - JM
  • returns non-zero if the chown (2)
    このファイルに対するchown (2) - JM
  • function returns non-zero.
    関数は 0 でない値を返す。 - JM
  • Enabled if non-zero.
    0 以外の場合は有効になる。 - JM
  • return true (non-zero) or false (0).
    は、真 (0 以外) か偽 (0) を返す。 - JM
  • is non-zero.
    の長さが 0 より大きければ真。 - JM
  • an elementary particle with non-zero strangeness
    ストレンジネスが0でない素粒子 - 日本語WordNet
  • Otherwise it returns a non-zero result.
    さもなければ 0 以外を返す。 - JM
  • Thus, B57600 & CBAUDEX is non-zero.
    すなわち例えば B57600 & CBAUDEX は 0 でない。 - JM
  • If it is non-zero, the statement is evaluated. If it is zero, the loop is terminated.
    expression2 の値が 0 になると、ループは終了します。 - JM
  • The high-order digit is non-zero, unless number is zero.
    最上位の桁はnumberが 0 でなければ 0 以外である。 - JM
  • If protocol is non-zero, then a mapping of the triple [ prognum , versnum , protocol]
    protocolがゼロ以外の場合、[ prognum , versnum , protocol] - JM
  • with a non-zero position is not supported on sockets.
    はソケットではサポートされていない。 - JM
  • return a non-zero value on error.
    は、エラーの場合に 0 以外の値を返す。 - JM
  • A non-zero value enables leases.
    0 以外の場合にはリースは有効である。 - JM
  • If the interval argument is non-zero, further SIGALRM
    interval引き数が 0 でない場合、最初のSIGALRM - JM
  • Valid error numbers are all non-zero; errno is never set to zero by any system call or library function.
    有効なエラー番号はいずれも 0 以外の値を持つ。 - JM
  • Under Linux 2.4 any non-zero value implies mode 1.
    Linux 2.4 では 0 以外の値はモード 1 を意味する。 - JM
  • If the expression is non-zero, statement1 is executed.
    expression の値が 0 でなければ statement1 が実行されます。 - JM
  • returns non-zero if the address is valid, zero if not.
    アドレスが有効な場合 0 以外を返し、そうでない場合は 0 を返す。 - JM
  • A non-zero exit status indicates failure.
    0 以外の終了コードは失敗を示します。 - JM
  • Otherwise a non-zero value is returned.
    それ以外の場合は 0 以外の値が返される。 - JM
  • function returns zero on success, and a non-zero value on failure.
    関数は、成功した場合は 0 を返し、失敗した場合は 0 以外を返す。 - JM
  • The values returned are non-zero if the character c falls into the tested class, and a zero value if not.
    文字cが調べた文字の種類に合っていれば 0 以外を返す。 - JM
  • function returns zero on success, or non-zero if an error occurs.
    関数は、成功した場合 0 を、エラーが発生した場合 0 以外を返す。 - JM
  • The frequency is determined by adding a non-zero crossing pulse width and the zero crossing pulse width.
    非ゼロクロスパルス幅とゼロクロスパルス幅を加算し周波数を求める。 - 特許庁
  • When arg is non-zero, nobody knows what will happen.
    argが 0 以外の場合、何が起こるか分からない。 - JM
  • The return value is zero on success, non-zero on failure.
    成功した場合の返り値は 0 で、失敗した場合の返り値は 0 以外です。 - JM
  • macro returns non-zero if the sign of x is negative; otherwise it returns zero.
    マクロはxの符号が負の場合 0 以外を返し、そうでない場合 0 を返す。 - JM
  • returns non-zero if the shell is available, and zero if not.
    はシェルが利用可能ならゼロ以外の値を返し、利用不可ならゼロを返す。 - JM
  • When the quantization data of a non-zero coefficient is inputted, respective information on an absolute value, a zero run and a sign of the non-zero coefficient are stored in registers.
    非零係数の量子化データを入力すると、非零係数の絶対値、零ラン、符号の情報をレジスタに格納する。 - 特許庁
  • The amplitudes are given as at least one of a positive non-zero voltage, a negative non-zero voltage and an immediate level voltage.
    振幅は、正の非ゼロ電圧、負の非ゼロ電圧、及び中間レベル電圧の少なくとも1つである。 - 特許庁
  • "expr && expr" The result is 1 if both expressions are non-zero.
    "expr && expr"expr1 と expr2 が両方とも 0 でないなら、1 になります。 - JM
  • Returns the remainder from integer division.The sign of the result, if non-zero, is the same as that of the originaldividend.
    整数除算の剰余を返します。 - Python
  • These functions return zero on success and non-zero if an error occurred.
    これらの関数は、成功の場合 0 を返し、エラーが発生すると 0 以外を返す。 - JM
  • function returns zero for success (the lock was obtained), and non-zero for failure.
    関数はロックに成功すると 0 を返し、失敗した場合は 0 以外の値を返す。 - JM
  • The function returns zero on success, and a non-zero value on error.
    この関数は、成功した場合は 0 を返し、エラーの場合は 0 以外の値を返す。 - JM
  • function returns a non-zero value if the stream is line-buffered, and zero otherwise.
    関数は、ストリームがラインバッファの場合は 0 以外を、それ以外の場合は 0 を返す。 - JM
  • Returns non-zero on success and zero if an error occurs.
    成功した場合には 0 でない値が返され、エラーが起きた場合には 0 が返される。 - XFree86
  • returns non-zero on success, and 0 on error.
    は、成功すると 0 以外を返し、エラーの場合 0 を返す。 - JM
  • return 0 if returning directly, and non-zero when returning from longjmp (3) using the saved context.
    は 0 を返し、保存したコンテキストを使ってlongjmp (3) - JM
  • defined non-zero).
    を非ゼロに定義してドライバをコンパイルしている時のみ有効)。 - JM
  • function returns a non-zero value if the stream allows reading, and zero otherwise.
    関数は、ストリームが読み出し可能な場合は 0 以外を、それ以外の場合は 0 を返す。 - JM
  • function returns a non-zero value if the stream allows writing, and zero otherwise.
    関数は、ストリームが書き込み可能な場合は 0 以外を、それ以外の場合は 0 を返す。 - JM
  • An input buffer 103 stores a non-zero coefficient string not containing a zero coefficient.
    入力側バッファ103はゼロ係数を含まない非ゼロ係数列を格納する。 - 特許庁
  • returns 0 on error, and non-zero on success.
    は、エラー時には 0 を返し、成功した場合は 0 以外を返す。 - JM
  • returns non-zero if accessing filenames longer than _POSIX_NAME_MAX generates an error.
    よりも長く、エラーとなる場合には 0 以外の値を返す。 - JM
1 2 3 4 5 6 7 8 9 10 11 次へ>

例文データの著作権について

  • 特許庁
    Copyright © Japan Patent office. All Rights Reserved.
  • 日本語WordNet
    日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved.
    WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License
  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • Python
    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.
  • JM
    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.
  • XFree86
    Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
    Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence