implementation-defined 中文意思是什麼

implementation-defined 解釋
由實現環境決定
  1. Applying the indirection operator to a null pointer results in an implementation - defined behavior

    如果將間接尋址運算符應用於null指針,則會導致由實現定義的行為。
  2. The initial input control value after open ( ) is implementation - defined

    之後,輸入的初始控制值由實現定義
  3. Any rounding or truncation of floating - point numbers is implementation defined

    任何四捨五入或浮點數的捨去是實作自訂的
  4. The method of indicating the end of an input line of text is implementation defined

    標示一個文字輸入行結束的方法是實作自訂的
  5. Programs using the words editor or assembler require the search order word set or an equivalent implementation - defined capability

    使用editor或assembler這些詞的程式需要搜尋順序詞集或一個等價的實作自訂性能
  6. The method of selecting the user input device is implementation defined

    選擇使用者輸入裝置的方法是使用者自訂的
  7. In all integer arithmetic operations, both overflow and underflow shall be ignored. the value returned when either overflow or underflow occurs is implementation defined

    在所有的整數算術運算中,溢位和不足必須被忽視.發生溢位或不足時,傳回值由實作自訂
  8. Unless otherwise noted, the number of characters parsed may be from zero to the implementation - defined maximum length of a counted string

    除非另外註明,被分析的字元的數量可以從零到實作自訂的一個計數字串的最大長度
  9. A freestanding implementation is one in which execution may take place without the benefit of an operating system, and has an implementation - defined set of libraries that includes certain language - support libraries ( 17. 4. 1. 3 )

    原生實現中的程序執行沒有操作系統的支持,而帶有包含一組實現定義特定語言支持庫。
  10. The internal representation of a floating - point number, including the format and precision of the significand and the format and range of the exponent, is implementation defined

    一個浮點數目的內部表示法,包含格式和有效的精確度及格式和指數的范圍,是實作自訂的
  11. The implementation - defined range of double - cell non - negative integers shall include { 0. 2147483647 }

    實作自訂的雙單元非負整數?圍必須包含{ 0 . . 2147483647 }
  12. A byte is at least large enough to contain any member of the basic execution character set and is composed of a contiguous sequence of bits, the number of which is implementation - defined

    一個位元組應該至少具有足夠表示運行時基本字符集的任意成員的大小,並且由實現定義個數的連續位構成。
  13. Revision levels are implementation defined

    修訂級別由實現定義。
  14. The implementation - defined range of double - cell signed integers shall include { - 2147483647. + 2147483647 }

    實作自訂的雙單元非負整數范圍必須包含{ 0 . . 2147483647 }
  15. Which allow implementation - defined search semantics to be applied to the target data search criteria passed to the methods

    來定位,它們允許實現定義的查詢語義應用於傳送給方法的目標數據查詢標準。
  16. The exact behavior is implementation - defined

    準確的行為是實現定義的。
  17. What constitutes an interactive device is implementation - defined

    互動式設備的實際構成由實現定義。
  18. Certain aspects of language processing are described in this specification as implementation - defined or implementation - dependent

    語言處理的某些方面在本規范中描述為實現定義的或者依賴于實現的。
  19. Facets, which are implementation - defined name - value pairs that provide full extensibility of the meta - information associated with a field

    ,它們是由實現定義的名稱-值對,包括與欄位相關聯的元信息的全可擴展性。
  20. Whether all string literals are distinct ( that is, are stored in nonoverlapping objects ) is implementation - defined. the effect of attempting to modify a string literal is undefined

    是否保持所有字元串文字量獨立(就是說,被不重疊的存儲到對象中)是由編譯器定義的。嘗試修改一個字元串文字量的效果是未定義的。
分享友人