查成语>英语词典>exponentiation翻译和用法

exponentiation

n.  取幂,求幂,乘方

计算机

英英释义

noun

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

    双语例句

    • Modular exponentiation is the most common fundamental and time consuming operation in RSA public-key cryptosystems.
      模幂运算是RSA公钥密码算法中最基本也是最耗时的运算。
    • Read and analysis for the advanced research papers: fast exponentiation computation, multisignature, proxy signature, threshold signature, group signature, identification authentications, visitor control, Multisecret sharing.
      阅读并讨论专题论文:快速指数运算、多重签名、代理签名、门限签名、群签名、身份认证、访问控制、(多)秘密共享。
    • A new fast dynamic combined modular exponentiation multiplication is presented.
      提出了一种新的动态组合RSA算法。
    • The hardware architecture is made up of modular controller, modular exponentiation controller, data register, and modular multiplication operation units.
      算法的硬件结构由模乘控制器、模幂控制器、数据寄存器和模乘运算单元构成。
    • This paper introduced a method called "sliding-window" used in multiple-precision integer exponentiation arithmetic, and studied its application combined with Montgomery reduction, and how to calculate the "window size" related to the bits of the multiple-precision integer.
      介绍了多精度整数求幂运算中的“滑动窗口”算法,并结合Montgomery约简算法,对“滑动窗口”算法进行了应用研究,分析了根据多精度整数的位数来确定相应的窗口大小。
    • The window method is used to significantly reduce the number of modular multiplications needed for completing the modular exponentiation.
      在设计中还采用了窗口法减少模幂运算过程中所需进行的模乘运算次数,大大提高了处理速度。
    • Running this code verifies that exponentiation works ( modulo the bug I mentioned earlier), so half of the battle is now complete.
      运行这段代码确保可以求幂(忽略我之前提到的bug),这样就完成了一半的工作。
    • Implementation of SPA Resistant RSA Exponentiation Algorithm
      抵御简单功耗分析的RSA模幂算法实现
    • 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.
      提出一种宏观累加模的快速模幂乘的算法,将乘法运算和求模运算转换成简单的移位运算和加法运算,从而避免了求模运算和减少大数相乘次数。
    • In this case, the exponentiation operator is another form of binary operator so the existing BinaryOp case class serves.
      在本例中,求幂运算符是另一种形式的二进制运算符,所以使用现有BinaryOpcase类就可以。