enumeration type的意思
enumeration type中文翻譯:
[計]枚舉類型
相似詞語短語
enumeration───n.列舉;[數]計算;細目
vegetation type───[植]植被型,植被種類
enumerability───n.[數]可數性;[數]可枚舉性
enumerating───枚舉
enumerative───adj.列舉的;計數的;點數的
generation gap───n.代溝(兩代人之間的隔閡)
generation gaps───代溝(generationgap的名詞復數)
numeration───n.計算;數字的讀法;[數]命數法;編號
numerations───n.計算;數字的讀法;[數]命數法;編號
雙語使用場景
A class that helps define and represent an enumeration type.───幫助定義并表示枚舉類型的類.
No translation unit shall contain more than one definition of any variable, function, class type, enumeration type or template.───翻譯單元中只能有任何變量,函數,類類型,枚舉類型或模板的唯一定義。
My first step is to create a new type that defines all the moods to track. This is easily done using a Java 5 enumeration type, as shown in Listing 3.───我的第一步是創建一個新類型,用于定義要跟蹤的所有情緒。
When using operators on enumerators, both operands must be of the enumeration type.───對枚舉數使用運算符時, 兩個操作數必須都是枚舉類型.
Enumeration type % 1 is not a known Special Enumeration type.───枚舉類型%1不是已知的特殊枚舉類型.
And any enumeration type based on a CLS-compliant base integer type.───以及任何基于符合CLS的基礎整數類型的枚舉類型。
英語使用場景
Enumeration type used to identify the syndication item element.
When using operators on enumerators, both operands must be of the enumeration type.
A class that helps define and represent an enumeration type.
Sentencedict.com is a online sentence dictionary, on which you can find excellent sentences for a large number of words.
Test results demonstrated that the coordination system realized the desired goals and achieved a good speedup for the enumeration type problems.
Enumeration type % 1 is not a known Special Enumeration type.
The TOKEN_INFORMATION_CLASS enumeration type contains values that specify the type of information being assigned to or retrieved from an access token .
And any enumeration type based on a CLS-compliant base integer type.
An enumeration type (also named an enumeration or an enum) provides an efficient way to define a set of named integral constants that may be assigned to a variable.