「unsigned value」を含む例文一覧(16)

  • which must have the value of an unsigned char or EOF ,
    cはunsigned charかEOF - JM
  • If c is not an "unsigned char" value, or EOF ,
    もしcがunsigned charの値でないかEOF - JM
  • The format is one unsigned long ID plus one unsigned long value for each entry.
    個々のエントリは、unsigned long 型の ID 1個にunsigned long 型の値 1個が続くフォーマットである。 - JM
  • is the maximum value of an unsigned integer.
    は符号無し整数(unsigned int)の最大値である。 - JM
  • function but returns an "unsigned long long int" value.
    関数と同様だが、"unsigned long long int"型の値を返す。 - JM
  • checks whether c is a 7-bit unsigned char value that fits into the ASCII character set.
    c が、ASCII文字セットに合致する 7ビットのunsigned charであるかを調べる。 - JM
  • Return the 64-bit base value for the FS register of the current thread in the unsigned long pointed to by addr .
    現在のスレッドのFSレジスタの 64 ビットベース値を、addrが指すunsigned longの領域に格納する。 - JM
  • Return the 64-bit base value for the GS register of the current thread in the unsigned long pointed to by addr .
    現在のスレッドのGSレジスタの 64 ビットベース値を、addrが指すunsigned longの領域に格納する。 - JM
  • Negative values are considered valid input and are silently converted to the equivalent "unsigned long int" value.
    負の値も正当な入力とみなされ、エラーもなく、対応する"unsigned long int"型の値に変換される。 - JM
  • converts c to a 7-bit unsigned char value that fits into the ASCII character set, by clearing the high-order bits.
    は上位ビットをクリアする事により、ASCII 文字セットに適合するように c を 7ビットの unsigned charに変換する。 - JM
  • Will first attempt to cast the object to a PyIntObject or PyLongObject, if it is not already one, and then return its value as unsigned long.
    オブジェクトがまだ PyIntObject または PyLongObject でなければまず型キャストを試み、次にその値をunsigned long 型で返します。 - Python
  • function converts the initial part of the string in nptr to an "unsigned long int" value according to the given base, which must be between 2 and 36 inclusive, or be the special value 0.
    関数は、 nptr の文字列の最初の部分を、base を基数として"unsigned long int"に変換する。 この base は 2 から 36 までの値あるいは特別な意味を持つ値 0 でなければならない。 - JM
  • The remainder of the string is converted to an "unsigned long int" value in the obvious manner, stopping at the first character which is not a valid digit in the given base.
    文字列の残りの部分は"unsigned long int"に変換されるが、基数に対して有効でない数字が現れた時点で変換は終了する。 - JM
  • since that value will be interpreted as a large unsigned integer.
    に負の値が指定された場合、その値が大きな符号なし整数として解釈されるために起こることがある。 - JM
  • A control means 15 temporarily converts the floating type data, of which an absolute value is to be found, into unsigned integer type data to load them from a memory 11 to a register 12.
    制御手段15は、絶対値を求めたい浮動小数点型データを符号なし整数型データに一時的に型変換し、メモリ11からレジスタ12にロードする。 - 特許庁
  • In versions of Python prior to 2.4, octal and hexadecimal literals in the range just above the largest representable plain integer but below the largest unsigned32-bit number (on a machine using 32-bit arithmetic), 4294967296, were taken as the negative plain integer obtained by subtracting 4294967296from their unsigned value.
    バージョン 2.4 以前の Python では, 8 進および 16 進のリテラルのうち,通常の整数型として表現可能な値より大きく,かつ符号無しの 32-bit(32-bit 演算を使う計算機の場合) 整数で表現できる最大値,すなわち 4294967296 よりも小さな数は,リテラルを符号無し整数として表現した値から4294967296 を引いて得られる負の整数として扱っていました. - Python

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

  • 特許庁
    Copyright © Japan Patent office. All Rights Reserved.
  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • 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.
  • 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.