enumeration怎么读,enumeration的音标和真人发音
英音  [ɪˌnju:mə'reɪʃn]    
美音 [ɪˌnju:mə'reɪʃn]    

enumeration是什么意思,enumeration的意思是

n.计数,列举;细目;详表;点查

enumeration 的用法和双语例句“点击”或“选中”例句中的单词,就可以看到词义解释

Listing 1 uses the functional java supplied add enumeration ; it includes the most common mathematical operations for you .
清单1用到了functionaljava提供的add这一枚举;其包括了最常见的数学运算。
Listing 3 illustrates the newly added methods working on both variables and constants . It would now be trivial to add a method to integer that returns the classification of a particular number , perhaps as an enumeration .
清单3说明了新加入的方法在变量和常量上都能够正常工作,现在往integer中加入一个返回某个特定数字的分类的方法已经不是什么难事了,也许就象是一种枚举。
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值。