火范文>英语词典>exponentiation翻译和用法

exponentiation

n.  取幂,求幂,乘方

计算机

英英释义

noun

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

    双语例句

    • The window method is used to significantly reduce the number of modular multiplications needed for completing the modular exponentiation.
      在设计中还采用了窗口法减少模幂运算过程中所需进行的模乘运算次数,大大提高了处理速度。
    • 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算法。
    • First countermeasures for the exponentiation computation of RSA cryptographic algorithm were summarized.
      综述了RSA密码算法中模幂运算的主要攻击方法及其防御措施。
    • A modular exponentiation for very large integers is one of the most common fundamental operations in many public-key cryptosystems.
      模乘幂运算是公钥密码体制中最常用的基本运算,提高其运算速度可有效地提高公钥密码算法的加解密效率。
    • We designed a highly efficient proxy signature scheme. Compared with other scheme, it needs no modular exponentiation and pairing in the signing algorithm. Thus, it is suitable for the low end devices.
      设计了一个高效的代理签名方案,和其他已提出的代理签名方案相比,它的签名算法没有计算量较重的模指数运算和配对运算,比较适合计算能力较弱的低端计算设备。
    • On estimation of optimal window size in m_ary algorithm in modular exponentiation and point multiplication;
      定义了大窗口和小窗口,指出经典蚁群算法实质上是大窗口蚁窗算法。
    • A hardware design for modular exponentiation of big number
      一种大数模幂的硬件实现设计
    • A Practical Fast Exponentiation Algorithm for Public key
      关于公开密钥的一种实用的快速取幂算法
    • Running this code verifies that exponentiation works ( modulo the bug I mentioned earlier), so half of the battle is now complete.
      运行这段代码确保可以求幂(忽略我之前提到的bug),这样就完成了一半的工作。