Enumeration types的意思|示意
[计] 枚举类型
Enumeration types的网络常见释义
枚举类型 第12 章硬件描述语言 (4)枚举类型(enumeration types): 是一种非常重要的数据类型, 用于建立抽象的模型。 设计 者用枚举类型严格地表达一个特定操作所需要的值。
列举型别 结构型别(Struct types) 列举型别(Enumeration types) C#语言实值型别变数无论如何定义,总是实值型别变数,不会变为参照型别变数。
Enumeration types相关短语
1、 Including Enumeration Types 包括枚举类型
2、 incompatible enumeration types usage 没有一致使用枚举常量
Enumeration types相关例句
The default value of an uninitialized enumeration, just like other value types, is zero.
像其他值类型一样,未初始化枚举的默认值为零。
Numeric and enumeration types have predefined increment operators.
数字和列举型别已预先定义了递增运算子。
The stereotype properties, which are of Boolean, integer, or enumeration types, have been assigned default values in the profile.
构造型的属性,不管是逻辑值、整数值还是枚举类型的,都在概述中被分配有默认值。
A metatype type refers to the type of any type, including class types, structure types, enumeration types, and protocol types.
一个元类型是对任一类型(包括类类型,结构类型,枚举类型以及协议类型)的类型的引用。
If both expressions are of arithmetic or enumeration types, the usual arithmetic conversions (covered in arithmetic conversions) are performed to convert them to a common type.
如果两个表达式类型不相同,但是都是算术或者是枚举类型。那么算术转换将他们转换成共同类型。
Shows how to perform table-row filtering using Boolean, foreign-key, and enumeration column types.
演示如何使用布尔值、外键和枚举列类型来执行表行筛选。