go top

网络释义专业释义

  enum

...ol*基本类型有序型字符型(char)整型(int、short、long)布尔型(bool)浮点型单精度型(float)双精度型(double)构造类型枚举型(enum)数组结构体(struct)共用体(union)类(class)指针类型*修饰符在C中描述为了更加准确的描述数据类型提供了个关键字用来修饰基本的数...

基于310个网页-相关网页

  Enumerations

... 联合型(Unions) 枚举型(Enumerations) 当前位置函数Rell() ...

基于16个网页-相关网页

短语

枚举型控件 Enum

枚举类型 Enum ; Enumeration types ; enumerated type ; enum-type

将整型转换为枚举型 convert int to enum

封闭式枚举型 Closed Enum

开放式枚举型 Open Enum

枚举型数据 data of enumeration type

枚举类型语法错误 Enum syntax error

枚举数据类型 Enumerated data types ; luetteloitu tietotyyppi ; wyliczany typ danych ; opgesomd gegevenstype

 更多收起网络短语
  • enumerated type

·2,447,543篇论文数据,部分数据来源于NoteExpress

双语例句

  • 常量表达式比如枚举常量、宽度或是静态变量初始允许使用在这种声明中的。

    Embedded statements are not allowed in constant expressions, such as the value of an enumeration constant, the width of a bit-field, or the initial value of a static variable.

    youdao

  • PATEFAT能接受多种数据,包括浮点枚举型变量有限大小的数组。

    PAT and EFAT accept several data types, such as integers, Booleans, floats, enumerates and fixed-size arrays.

    youdao

  • 常数可以整数字符浮点数字符串Booleanoctet枚举不能any用户定义

    Your constants can be integer, character, floating-point, string, Boolean, octet or enumerated but not of type any or a user-defined type. Here are some examples.

    youdao

更多双语例句

百科

枚举型

枚举型是四种基本数据类型之一。常量、字符型、布尔型可以用来表达数,字符,真假的描述。但我们还是觉得有点缺欠:它们不能方便地进行一些标识符的描述,如:红,橙,黄,绿,青,蓝,紫七种颜色,要在数据类型中要把它们直接表达出来,我们觉得有障碍。而在计算机内有没有这种数据类型,能够很方便地将它们表示出来?有,枚举型能办到。用四种基本数据类型不便表示的标识符,而且这些标识符的数量是有限的,我们可以用枚举的方法来表达它,把要用的所有标识符全部枚举出来。这种方法比较接近自然语言的表达。

详细内容

以上来源于: 百度百科
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定