structs 中文意思是什麼

structs 解釋
結構
  1. Defines partial classes, structs, and interfaces throughout the same compilation unit

    在整個同一編譯單元內定義分部類、結構和介面。
  2. Destructors cannot be defined in structs

    不能在結構中定義析構函數。
  3. New data types are defined using classes and structs

    新數據類型是使用類和結構定義的。
  4. In c, classes and structs are semantically different

    在c #中,類與結構在語義上是不同的。
  5. So, date management is improved and a lot of complex semantic information is defined availably. the objected - oriented engineering template con structs organic relation between design and manufacture, realizes opposition and consolidate of integration and separation of geometry & manufacture information. for complex object, its hierarchical structure and dynamic data structure can be expressed effectively by simple and tight - knit way

    同時結合模板的知識表達方式,定義了語義對象工程模板,在模板中將設計信息按照對象之間的關系組織起來,加強了對數據的管理,並能表達多種復雜的語義等知識信息,建立了設計和製造活動的有機聯系,實現了幾何信息和製造信息的集成和分離的對立統一,將復雜對象、層次結構及動態的數據結構用一些相對簡單且組織嚴密的方式組織起來。
  6. A namespace can contain types such as classes, structs, interfaces, enumerations, and delegates, in addition to other namespaces

    一個命名空間除了可包含其他命名空間外,還可包含類、結構、介面、枚舉、委託等類型。
  7. Suppose you want to tag classes and structs with the name of the programmer who wrote the class or struct

    假設您要用編寫類或結構的程序員的名字標記類和結構。
  8. Classes and structs, arrays of classes and structs

    類和結構、類數組和結構
  9. Classes and structs can declare constants as members

    類和結構可以將常數聲明為成員。
  10. This sample presents the syntax and usage of structs

    本示例介紹結構的語法和用法。
  11. Structs cannot inherit from classes or other structs

    結構不能從類或其他結構繼承。
  12. Structs cannot inherit from other structs or classes

    結構不能從其他結構或類中繼承。
  13. Static classes and structs can also have constructors

    靜態類和結構也可以有構造函數。
  14. Structs can also contain methods and events

    結構還可以包含方法和事件。
  15. Xsd offers a wide range of types and simple structs

    Xsd提供了大量的類型以及簡單的結構。
  16. Classes and structs can inherit from more than one interface

    類和結構可從多個介面繼承。
  17. Thus, the base of the mas ' s cooperation is the communication among agents in mas. because these agents have different backgournd and knowledge, they have different or overlapped or not identical concepts ^ structs and methods

    Mas的協作基礎是agent之間的相互通信。然而由於各個agent擁有不同的知識以及背景,因而都有或是不同,或是重疊,或是不一致的概念、結構或者方法。
  18. Events are used on classes and structs to notify objects of occurrences that may affect their state

    事件被用在類和結構體上,用處是通知某些對象? ?這些對象的狀態有可能被事件的發生所影響。
  19. Unlike classes, structs can be instantiated without using a new operator

    與類不同,結構的實例化可以不使用new運算符。
  20. How to : implement user - defined conversions between structs

    如何:在結構之間實現用戶定義的轉換
分享友人