exponentiation
英
美
n.  取幂,求幂,乘方
英英释义
noun
- the process of raising a quantity to some assigned power
双语例句
- For example, let's add a new operator to the language, the^ operator, which will perform exponentiation; in other words, 2^ 2 is2 squared or4.
 例如,我们向这种语言添加一个新的运算符,即^运算符,它将执行求幂运算;也就是说,2^2等于2的平方或4。
- A new fast dynamic combined modular exponentiation multiplication is presented.
 提出了一种新的动态组合RSA算法。
- Implementation of SPA Resistant RSA Exponentiation Algorithm
 抵御简单功耗分析的RSA模幂算法实现
- The algorithm is useful to speed up the operation for some cryptographic protocols based on multiple exponentiation.
 此算法对基于多重取幂密码协议的快速运作是很有效用的。
- In this case, the exponentiation operator is another form of binary operator so the existing BinaryOp case class serves.
 在本例中,求幂运算符是另一种形式的二进制运算符,所以使用现有BinaryOpcase类就可以。
- It is shown by time complexity that the new algorithm obtains the speed improvement of encryption and decryption compared with the modular exponentiation by the repeated squaring method.
 文章给出一种新的RSA的快速算法,结合模n和底数a对指数m动态地取最优的幂后进行模幂乘运算,时间复杂性分析表明新算法可以减少加密和解密的计算量。
- The research of this paper has using value, improving the processing of encryption and decryption by fast implementation of modular exponentiation and modular multiplication algorithm.
 RSA算法的快速实现是现代密码学研究的方向之一,本文研究表明通过改进公钥密码体制中的模幂乘算法,可以进一步提高RSA的效率,具有一定的实用价值。
- Based on analyses of self-randomized modular exponentiation algorithm, a new side-channel atomic strict self-randomized modular exponentiation algorithm is proposed in which a BBS random number generator and the side-channel atomic technology are applied to improve the original algorithm.
 通过对自随机化模幂算法的分析,提出将BBS随机数发生器和侧信道原子化技术应用于改进的算法中,得到侧信道原子化的严格自随机化模幂算法。
- Running this code verifies that exponentiation works ( modulo the bug I mentioned earlier), so half of the battle is now complete.
 运行这段代码确保可以求幂(忽略我之前提到的bug),这样就完成了一半的工作。
- Notice how here the fact that we added exponentiation to the system has been done in effectively six lines of code with zero surface change to the rest of the Calc class.
 注意,这里我们只使用6行代码就有效地向系统添加了求幂运算,同时没有对Calc类进行任何表面更改。
