struct

[strʌkt]
  • 释义
  • [计][C](数据类型)结构,结构体(定义关键字);

  • 双语例句
  • 1、

    A class or struct may have multiple constructors that take different arguments.

    类或结构可能有多个接受不同参数的构造函数.

    互联网
  • 2、

    This wizard adds a member function to a class, struct, or union.

    本向导向类 、 结构或联合添加成员函数.

    ——期刊摘选
  • 3、

    A struct can implement interfaces, and it does that exactly as classes do.

    结构可实现接口, 其方式同类完全一样.

    期刊摘选
  • 4、

    You tried to initialize bit field with a non scalar ( struct, union, array, or class ).

    尝试用非标量 ( 结构 、 联合 、 数组或类 ) 初始化位域.

    期刊摘选
  • 5、

    Because struct s are implicitly sealed, they cannot be inherited.

    由于结构是隐式密封的, 因此它们不能被继承.

    互联网
  • 6、

    Any user - defined struct type that contains fields of unmanaged types only.

    仅包含非托管类型的字段的任何用户定义的结构类型.

    互联网
  • 7、

    As a third alternative, you can change your struct to a class.

    第三种替代方式是, 您可以将结构更改为类.

    互联网
  • 8、

    Well, now let's take a look at how we can use our struct.

    好了, 现在让我们来看看怎么使用我们的结构.

    互联网
  • 9、

    In C #, classes and struct s are semantically different.

    在C # 中, 类与结构在语义上是不同的.

    互联网
  • 10、

    Con? struct s are e up of things that can take on values, variables.

    构建是由能表明值与变量的种种事物组合而成的.

    互联网
  • 11、

    Class % 1 was converted to a struct, which can't contain null values.

    %1类被转换为结构, 它不能包含空值.

    互联网
  • 12、

    It is an error to define a default ( parameter less ) constructor for a struct.

    为结构定义默认 ( 无参数 ) 构造函数是错误的.

    互联网
  • 13、

    Suggestion of changing diet struct u re of consumer was also proposed.

    对消费者提出了改变饮食结构的建议.

    互联网
  • 14、

    Whenever a class or struct is created, its constructor is called.

    任何时候,只要创建类或结构, 就会调用它的构造函数.

    互联网
  • 15、

    Then we have the struct definition, which, by default, uses the C calling convention.

    然后我们生成该结构的定义, 默认情况下, 该结构定义使用C调用约定.

    互联网