「integer suffix」を含む例文一覧(3)

  • After that, the suffix arrangement of the text is created by converting the dictionary order of the suffixes on the integer arrangement A into the appearing positions of the suffixes.
    この後に、整数配列A上の接尾の辞書順位を接尾の出現位置に変換して、テキストの接尾配列を作成する。 - 特許庁
  • Integer literals with an"L" or "l" suffix yield long integers("L" is preferred because "1l" looks too much likeeleven!).
    値が通常の整数で表すには大きすぎる場合、"L" または "l" が末尾につく整数リテラルは長整数型を表します ("L" が望ましいです。 - Python
  • Although both lower case "l" and upper case "L" are allowed as suffix for long integers, it is strongly recommended to always use "L", since the letter "l" looks too much like the digit "1".Plain integer literals that are above the largest representable plain integer (e.g., 2147483647 when using 32-bit arithmetic) are accepted as if they were long integers instead.
    長整数を表す末尾の文字は小文字の "l" でも大文字の "L" でもかまいませんが、"l" は "1" に良く似ているので、常に "L" を使うよう強く勧めます。 整数で表現できる最大の値よりも大きい整数のリテラル (例えば 32-bit 整数を使っている場合には 2147483647) は、長整数として表現できる値であれば受理されます。 - Python

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