古典吧>英语词典>exponentiation翻译和用法

exponentiation

n.  取幂,求幂,乘方

计算机

英英释义

noun

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

    双语例句

    • On estimation of optimal window size in m_ary algorithm in modular exponentiation and point multiplication;
      定义了大窗口和小窗口,指出经典蚁群算法实质上是大窗口蚁窗算法。
    • 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。
    • 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动态地取最优的幂后进行模幂乘运算,时间复杂性分析表明新算法可以减少加密和解密的计算量。
    • A hardware design for modular exponentiation of big number
      一种大数模幂的硬件实现设计
    • Implementation of SPA Resistant RSA Exponentiation Algorithm
      抵御简单功耗分析的RSA模幂算法实现
    • A Practical Fast Exponentiation Algorithm for Public key
      关于公开密钥的一种实用的快速取幂算法
    • To transform the Modular Exponentiation into multiple Modular Multiplication by a series of mathematical derivation.
      通过一系列数学变换,将模幂运算变换成多次模乘运算。
    • In this case, the exponentiation operator is another form of binary operator so the existing BinaryOp case class serves.
      在本例中,求幂运算符是另一种形式的二进制运算符,所以使用现有BinaryOpcase类就可以。
    • Modular exponentiation is the most common fundamental and time consuming operation in RSA public-key cryptosystems.
      模幂运算是RSA公钥密码算法中最基本也是最耗时的运算。
    • First, computers have circuits for performing arithmetic operations, such as: addition, subtraction, division, multiplication and exponentiation.
      第一,计算机具有进行加、、、及取幂等各种算术运算的电路。