exponentiation
英
美
n. 取幂,求幂,乘方
英英释义
noun
- the process of raising a quantity to some assigned power
双语例句
- First, computers have circuits for performing arithmetic operations, such as: addition, subtraction, division, multiplication and exponentiation.
第一,计算机具有进行加、、、及取幂等各种算术运算的电路。 - The hardware architecture is made up of modular controller, modular exponentiation controller, data register, and modular multiplication operation units.
算法的硬件结构由模乘控制器、模幂控制器、数据寄存器和模乘运算单元构成。 - 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类进行任何表面更改。 - A new fast dynamic combined modular exponentiation multiplication is presented.
提出了一种新的动态组合RSA算法。 - Modular exponentiation is the most common fundamental and time consuming operation in RSA public-key cryptosystems.
模幂运算是RSA公钥密码算法中最基本也是最耗时的运算。 - A Practical Fast Exponentiation Algorithm for Public key
关于公开密钥的一种实用的快速取幂算法 - To transform the Modular Exponentiation into multiple Modular Multiplication by a series of mathematical derivation.
通过一系列数学变换,将模幂运算变换成多次模乘运算。 - If we use exponentiation to encrypt or decrypt, the adversary can use logarithm to attack.
如果我们运用求幂运算来加密和解密,对手就可以运用对数进行攻击。 - The algorithm is useful to speed up the operation for some cryptographic protocols based on multiple exponentiation.
此算法对基于多重取幂密码协议的快速运作是很有效用的。