英语人>词典>汉英 : 枚举器 的英文翻译,例句
枚举器 的英文翻译、例句

枚举器

基本解释 (translations)
enumerators

更多网络例句与枚举器相关的网络例句 [注:此内容来源于网络,仅供参考]

The FromTo method in the example returns an enumerable object and is implemented using an iterator.

例子中的FromTo方法返回了一个用迭代器实现的可枚举对象。

Instead, an enumerable object is created and returned.

该可枚举对象有一个GetEnumerator方法,能够返回一个枚举器对象。

The FromTo method can be translated into an instantiation of a compiler-generated enumerable class that encapsulates the code in the iterator block, as shown in the following.

FromTo方法可以被转换为由编译器自动生成的可枚举类的实例,它封装了迭代器块中的代码,如下所示

An enumerable object is typically an instance of a compiler-generated enumerable class that encapsulates the code in the iterator block and implements the enumerable interfaces, but other methods of implementation are possible.

典型的可枚举对象是由编译器自动生成的封装了迭代器块中的代码并实现了可枚举接口的可枚举类的实例,但其他的实现也是允许的。

When a function member returning an enumerable interface type is implemented using an iterator block, invoking the function member does not immediately execute the code in the iterator block.

当一个返回一个可枚举接口类型的函数成员使用了迭代器块时,对该函数成员的调用不会立即执行迭代器块中的代码,而是建立并返回一个可枚举对象。

The enumerable object's GetEnumerator method returns an enumerator object that encapsulates the code specified in the iterator block, and execution of the code in the iterator block occurs when the enumerator object's MoveNext method is invoked.

枚举器对象封装了迭代器块中指定的代码,当调用这个枚举器对象的MoveNext方法时,会执行迭代器块中的代码。

This is because the bus enumerator also loads services.

这是因为总线枚举器也有加载服务功能。

Thus, each returned enumerator has its own state and changes in one enumerator will not affect another.

因此,每个被返回的枚举器具有其自己的状态,并且一个枚举器和其它枚举器互不影响。

Now this is pretty useless without some way of using the array; that's why there is an array enumerator.

而如果我们没有啥特定方法使用这个数组,那就几乎没用;这就是要用到数组枚举器的地方。

According to the appointed carrier mission and setting the pay load of the space transportation craft as objective function, energy characteristic model, mass model and orbit model of the hydrogen-oxygen FFSC (Full Flow Staged-Combustion Cycle) were established, and the numerical method was used to optimize the performance parameters.

根据给定的运载任务,建立了氢氧全流量补燃循环发动机的能量特性模型、运载器质量模型和轨道模型,以运载器有效载荷为目标函数,利用枚举法进行了发动机性能参数的优化研究。

更多网络解释与枚举器相关的网络解释 [注:此内容来源于网络,仅供参考]

enumerability:可枚举性

enucleator 剜出器 | enumerability 可枚举性 | enumerationminutiaparticularity 细目

enumerated property:列舉性質 枚举属性

enumerated attribute 列举属性 列举属性 | enumerated property 列举性质 枚举属性 | enumerator 列举器 列举器

enumeration:枚举

反复器其实就象一个"枚举"(Enumeration),是后者的一个替代物,只是: (1) 它采用了一个历史上默认、而且早在OOP中得到广泛采纳的名字(反复器). (2) 采用了比Enumeration更短的名字:hasNext()代替了hasMoreElement(),

enumerator:枚举器

匿名方法允许在需要委托值时能够以"内联(in-line)"的方式书写代码块. 匿名方法与Lisp语言中的拉姆达函数(lambda functions)类似. 为了实现枚举,一个可枚举的(enumerable)的集合要有一个无参的、返回枚举器(enumerator)的GetEnumerator方法.

weight enumerator:重量枚举器

自动检错重发 automatic error request, ARQ | 重量枚举器 weight enumerator | 误码率 error rate

enucleator:剜出器

enucleator 摘除器 | enucleator 剜出器 | enumerability 可枚举性

enumerators:枚举成员、枚举器

dynamic snapshot 动态快照 (for database) | enumerators 枚举成员、枚举器 | equal 相等

enumerators:列举元(enum型别中的成员) 枚举成员、枚举器

enclosing class 外围类别(与巢状类别 nested class有关) 外围类 | enumerators 列举元(enum型别中的成员) 枚举成员、枚举器 | equal 相等 相等

enumerators:列举元(enum 型别中的员) 枚举员、枚举器

enclosing class 外围类别(与巢状类别 nested class 有关)外围类 | enumerators 列举元(enum 型别中的员) 枚举员、枚举器 | equal 相等 相等

Enumerators should be strongly typed:枚举器应该是强类型的

Do not pass types by reference 不要使用引用(ref or out)传递类型 | Enumerators should be strongly typed 枚举器应该是强类型的 | Generic methods should provide type parameter 泛型类的方法应该提供类型参...