enumeration是什么意思,enumeration怎么读 语音:
英音  [ɪˌnju:mə'reɪʃn] 
美音  [ɪˌnju:mə'reɪʃn] 
enumeration 基本解释
n. 计数,列举;细目;详表;点查
enumeration是什么意思
中文词源
enumeration 用法和例句提示:点击例句中的单词,就可以看到词义解释
提示:点击例句中的单词,就可以看到词义解释
Use depthimageformat enumeration to choose the data format .
通过depthimageformat枚举值设置数据格式。
A further deficiency in the system is that it gives only a historical description of thought , and a mere enumeration of the factors of consciousness .
康德哲学的另一缺点,在于它对思维活动只加以历史的叙述,对意识的各环节,只加以事实的列举。
You 'll often want to give your enumeration values human readable names , as we did here .
你常常希望给你的枚举值可读的名字,就像我们这里做的一样。
The output above also demonstrated that every value in an enumeration is automatically assigned a numeric identifier , unless you call one of the value methods where you specify your own id value explicitly .
上面的输出也展示了枚举中的每一个value都被自动赋予一个数字标识,除非你调用其中一个value方法显式指定id值。
In fact , scala 's enumeration class supports the usual methods for working with collections , so we can easily iterate through the breeds with a for loop and filter them by name .
实际上,scala的枚举类支持和集合协作需要的一般方法,所以我们可以简单地在循环中遍历这些种类,或者通过名字过滤它们。