uninitialized 中文意思是什麼

uninitialized 解釋
未初始化的
  1. From the constructor s point of view, the uninitialized object is argument 0 and the other arguments passed to newobj follow in order

    從構造函數的角度,未初始化的對象是參數0並且被傳遞到newobj的其他參數遵循一定的順序。
  2. This feature allows value types to have an uninitialized, or empty, state similar to how reference types can be set to null

    此功能允許將值類型設置為未初始化狀態(即空狀態) ,這與將引用類型設置為
  3. Minor lapses and barely - detectable coding errors - such as misaligned pointers or uninitialized variables - can have enormous consequences

    一些較小的失誤和幾乎不被發覺的編碼錯誤比如指針偏差或者變量未初始化可能會帶來嚴重的後果。
  4. Allocates an uninitialized object or value type and calls the constructor method

    分配未初始化的對象或值類型並調用構造函數方法
  5. Method for an uninitialized column throws an exception

    對于未初始化的列,調用
  6. Class with member data left uninitialized

    類的、成員數據未被初始化的新實例。
  7. Dependencies on uninitialized local variables

    未初始化的局部變量上的依賴項。
  8. If this color is uninitialized ; otherwise,

    如果未初始化此顏色,則該屬性返回
  9. Array. this parameter is passed uninitialized

    該參數未經初始化即被傳遞。
  10. The request is uninitialized before you ve called

    :請求沒有發出(在調用
  11. Structure with its properties left uninitialized

    表示其屬性未被初始化的
  12. Warning c6001 : using uninitialized memory

    警告c6001 :使用未初始化的內存
  13. This parameter is passed uninitialized

    。該參數未經初始化即被傳遞。
  14. Creates a new, uninitialized instance of the

    類的未初始化的新實例。
  15. The c compiler does not allow the use of uninitialized variables

    C #編譯器不允許使用未初始化的變量。
  16. Remember that using uninitialized variables in c is not allowed

    請記住:在c #中不允許使用未初始化的變量。
  17. Uninitialized variable checking visual basic now generates a warning for each potentially uninitialized variable

    Visual basic現在可為每個可能未初始化的變量生成一條警告。
  18. Is a little too picky for my liking in the development process because it clutters the browser output by displaying notices on the screen for small things like uninitialized variables

    對于開發過程來說有點太細,因為它在屏幕上為一些小事(例如變量未初始化)也顯示提示,會搞糟瀏覽器的輸出。
  19. Therefore, subsequent, uninitialized stack variables that happen to use the same stack area can return values left over from the prior use of this stack memory

    因此,恰好在隨后使用相同堆棧區域的未初始化堆棧變量就可能返回上次使用該堆棧內存時留下的值。
  20. When a user sends an empty file or enters an invalid file name, the diamond operator returns the uninitialized defined value, causing a crash of the

    當用戶發送一個空文件或鍵入無效的文件名時,菱形操作符返回未初始化定義的值,使
分享友人