迭代器:迭代一个序列的对象,这种序列不能提供列表的运算和方法。
An object that can iterate through a sequence, but which does not provide list operators and methods.
采用了一种可以避免求逆运算的修正BM迭代算法,并且利用这样的迭代算法和基于弱对偶基的比特并行乘法器构成了广泛应用的RS码的译码器。
By selecting the bit parallel multiplier based on WDB and the modified BM iterative algorithm that can avoid inversion, the widely used rs decoder is constructed.
定义一个迭代器,该迭代器可以向前(通过使用递增运算符)或向后(通过使用递减运算符)访问容器中的元素。
Defines an iterator that can access elements in a container in the forward direction by using the increment operator and in the backward direction by using the decrement operator.
第十一章中,我们将会了解到迭代器提供运算是使用标准库算法的基础。
In Chapter 11 we'll see that the operations an iterator supports are fundamental to using the library algorithms.
迭代器的接口,只能通过使用递增运算符向前访问容器中的元素。
Interface for an iterator that can access elements in a container only in the forward direction by using the increment operator.
迭代器的接口,该迭代器可以向前(通过使用递增运算符)或向后(通过使用递减运算符)访问容器中的元素。
Interface for an iterator that can access elements in a container in the forward direction by using the increment operator and in the backward direction by using the decrement operator.
迭代器的接口,该迭代器可以向前(通过使用递增运算符)或向后(通过使用递减运算符)访问容器中的元素。
Interface for an iterator that can access elements in a container in the forward direction by using the increment operator and in the backward direction by using the decrement operator.
应用推荐