enum
英音[ ɪˌnjuːm ] 美音[ ˈenəm ]

枚举

常用释义

词性释义

n.

枚举,列举型别;电话号码映射
例句
  • 全部
  • 枚举
1·Type, structure, union, and enum definitions.
_ 类型、结构、联合体和枚举定义。
2·It shows up in the WSDL file as an enumeration element, and the value restrictions specified by your enum list in step 4 apply.
它在WSDL文件中显示为一个枚举元素,第4步中枚举列表所指定的值限制将应用。
3·It returns one of the FileVisitResult's enum values to tell the file visitor API what to do next.
它返回一个filevisitresult枚举值,来告诉文件访问程序api下一步做什么。
4·Tiger has conveniently added enum support to the good old switch statement, so it's easy-to-use and fits right in with what you already know. Listing 6 shows you how to pull this off
Tiger 能够很方便地把枚举支持添加到过去的好东西 switch 语句上,所以它很容易使用,而且适合您已知的内容。
5·This enum defines the various program elements that an annotation type can target. Listing 9 show the ElementType enum in its entirety.
这个枚举定义了注释类型可应用的不同程序元素。
网络释义

枚举

枚举ENUM)类型,最多可以定义65535种不同的字符串从中做出选择,只能并且必须选择其中一种,占用存储空间是一个或 …

枚举类型

两个枚举类型enum),它同 C++、Java 中的枚举定义类似(与 C++ 更类似些),这两个枚举类型分别被用在了上面我们看 …

列举

使用一列举(enum)形态的变数为switch的 index时,接下来却缺少一个或以上的case作配合,或者是case的 label超出了enum中 …

定义枚举类型

求VB所有基本命令语句 - 已解决 - 搜搜问问 ... Let 或= 赋值 Enum 定义枚举类型 End 结束程序运行 ...

枚举值

TypedArray和attrs.xml - 千寻 - 51CTO技术博客 ... ⑧. fraction: 百分数。 ⑨. enum枚举值。 ②. color: 颜色值。 ...

列举型别

专案刚好用到列举型别(enum)的处理,之前虽已写过一篇相关文章,但这次又多用到了找上下笔及列出清单的特性,索性再整 …
更新时间:2025-05-01 14:43