我看字典>英语词典>exponentiation翻译和用法

exponentiation

n.  取幂,求幂,乘方

计算机

英英释义

noun

  • the process of raising a quantity to some assigned power
      Synonym:involution

    双语例句

    • Modular exponentiation of larger-number has universal application in cryptography, and it is the base operation in most public-key cryptography algorithms.
      大数模幂在密码学领域有广泛的应用,它是公钥密码的基础。
    • First, computers have circuits for performing arithmetic operations, such as: addition, subtraction, division, multiplication and exponentiation.
      第一,计算机具有进行加、、、及取幂等各种算术运算的电路。
    • The window method is used to significantly reduce the number of modular multiplications needed for completing the modular exponentiation.
      在设计中还采用了窗口法减少模幂运算过程中所需进行的模乘运算次数,大大提高了处理速度。
    • This paper presents a new algorithm to realize modular exponentiation multiplication by converting multiplication and modular operation into the simple shift and addition operation, thus avoiding modular operation on large number.
      提出一种宏观累加模的快速模幂乘的算法,将乘法运算和求模运算转换成简单的移位运算和加法运算,从而避免了求模运算和减少大数相乘次数。
    • A concrete instance is presented in which the S-Box iteration is much less time-consuming than modular exponentiation.
      给出一个实例,在该实例中S盒的迭代远远快于模指数计算。
    • The paper discusses how to improve the algorithms of the exponentiation calculation and the modular calculation to increase the calculation speed of RSA.
      文章就如何改进大数乘幂算法和取余算法以提高RSA算法的运算速度进行了探讨。
    • Implementation of SPA Resistant RSA Exponentiation Algorithm
      抵御简单功耗分析的RSA模幂算法实现
    • A hardware design for modular exponentiation of big number
      一种大数模幂的硬件实现设计
    • 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的效率,具有一定的实用价值。
    • If we use exponentiation to encrypt or decrypt, the adversary can use logarithm to attack.
      如果我们运用求幂运算来加密和解密,对手就可以运用对数进行攻击。