enumeration
英 [ɪˌnjuːməˈreɪʃn]
美 [ɪˌnuːməˈreɪʃn]
n. 列举事实,逐条陈述; 详叙,细目,(详)表
复数:enumerations
BNC.24412 / COCA.25584
英英释义
noun
- the act of counting
- the counting continued for several hours
- a numbered list
双语例句
- In general, each value in the enumeration can be an arbitrary scalar SQL expression.
一般情况下,枚举中的每一个值都可以成为任意标量SQL表达式。 - Item: specifies an item in the enumeration collection.
项:指定枚举集合中的项。 - Define the constants in the enumeration.
定义枚举中的常数。 - A typical use of this enumeration is to define whether two processes can simultaneously read from the same file.
此枚举的典型用法是定义两个进程是否可同时从同一个文件中读取。 - Add a new procedure, function, enumeration, or other code block to your code.
向代码中添加新的过程、函数、枚举或其他代码块。 - From there, you can assign an enumeration in your code and not a number.
从那里,你可以指定一个在你的代码枚举,而不是一个数字。 - This enumeration also gave us a neat scale for assessing the maturity and completeness of SOA products and implementations.
以上列出的这些,为我们评估SOA产品及实现的成熟度与完整性提供了一个很好的尺度。 - This last one is an enumeration of states for monitoring system states, not synchronization.
最后一个线程更改是一个状态枚举表,该表是用来监视系统状态,而不是用来同步状态的。 - A simpler way is to create a global JavaScript object that relates each enumeration value to its label.
一个更简单的方法,是创建一个全局的JavaScript对象,它会向其标签发布每一个枚举值。 - To increase type safety, this could also be an enumeration.
为了提高类型安全性,这也可以是一个枚举。