integer literal 中文意思是什麼

integer literal 解釋
整數
  • integer : n. 1. 【數學】整數 (opp. fraction)。2. 完整的東西,整體。
  • literal : adj 1 文字的,文字上的。2 字面上的,逐字逐句的。3 沒有誇張的,樸實的,原原本本的。4 呆板的,平庸...
  1. The compiler normally construes an integer literal to be in the decimal base 10 number system

    編譯器通常將整數解釋為十進制(基數為10 )數制。可以用
  2. A numeric integer literal is cast by default to the

    默認情況下,數值整數文本轉換為
  3. In the preceding declaration, the integer literal

    在以上聲明中,整數
  4. If the integer literal does not fit into a

    如果整數無法放入到
  5. If the integer literal exceeds the range of

    如果整數超出了
  6. If the value represented by an integer literal exceeds the range of

    無符號64位整數如果整數表示的值超出了
  7. In the preceding declaration, the integer literal 127 is implicitly converted from

    在以上聲明中,整數127從
  8. You can force an integer literal to be hexadecimal base 16 with the

    前綴將整數強制為十六進制(基數為16 ) ,可以用
  9. In the preceding declaration, the integer literal 429496729 is implicitly converted from

    在以上聲明中,整數429496729從
  10. Therefore you can initialize a decimal variable using an integer literal, without the suffix, as follows

    因此,可以用整數初始化十進制變量而不使用后綴,如下所示:
分享友人