shallow copy 中文意思是什麼

shallow copy 解釋
表層復制
  • shallow : adj 1 (shallower; shallowest) (水、器物等)淺的。2 薄的。3 膚淺的;表面的;皮毛的。4 (呼吸)...
  • copy : n 1 抄本,繕本,謄本,摹本,復製品,【電影】拷貝;【法律】副本 (opp script)。2 (書的)一部,一...
  1. A shallow copy creates a new instance of the same type as the original object, and then copies the nonstatic fields of the original object

    淺表副本創建與原始對象具有相同類型的新實例,然後復制原始對象的非靜態欄位。
  2. In a sense, a reference represents a quantum anomaly in the physics of the c object model : they take up space but, except for temporary objects, they are immaterial, they exhibit deep copy on assignment and shallow copy on initialization, and unlike

    在某種意義上,引用就是c + +對象模型這種物理學中的量子反常: ( a )它們佔用空間,但是除臨時對象外,它們是非實體性的; ( b )它們在分配時表現深層副本,而在初始化時表現淺表副本; ( c )與
  3. Method creates a shallow copy by creating a new

    方法創建一個淺表副本,方法是創建一個新的
  4. Creates a shallow copy of a range of elements in the source list

    中的元素范圍的淺表副本。
  5. A shallow copy of an object is a copy of the object only

    對象的淺表副本僅是該對象的副本。
  6. Creates a shallow copy of the delegate

    創建委託的淺表副本。
  7. Creates a deep or shallow copy of the

    的深層副本或淺表副本。
  8. Creates a shallow copy of the object

    創建對象的淺表副本。
  9. Creates a shallow copy of the current

    的淺表副本。 (從
  10. Can be implemented either as a deep copy or a shallow copy

    既可作為深層副本實現,也可作為淺表副本實現。
  11. A shallow copy is performed. a shallow copy of an

    類型的數組,則執行淺表復制。
  12. Interface to perform a deep or shallow copy of an object

    介面的類執行對象的淺表或深層復制。
  13. A copy so i can delete individuals from it, not so that the changes made to the individuals won t persist - it s a shallow copy. then i choose cells with choose tile

    的拷貝,這樣我可以從它裏面去刪除個體,以使得對個體的改變不會是永久的它是一個淺拷貝( shallow copy ) 。
  14. Class from a shallow copy of an existing one

    類的新實例。
  15. When overridden in a derived class, creates a shallow copy of the current

    當在派生類中重寫時,創建當前
分享友人