找诗词>英语词典>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.
      在设计中还采用了窗口法减少模幂运算过程中所需进行的模乘运算次数,大大提高了处理速度。
    • If we use exponentiation to encrypt or decrypt, the adversary can use logarithm to attack.
      如果我们运用求幂运算来加密和解密,对手就可以运用对数进行攻击。
    • 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类进行任何表面更改。
    • Modular exponentiation of larger-number has universal application in cryptography, and it is the base operation in most public-key cryptography algorithms.
      大数模幂在密码学领域有广泛的应用,它是公钥密码的基础。
    • Read and analysis for the advanced research papers: fast exponentiation computation, multisignature, proxy signature, threshold signature, group signature, identification authentications, visitor control, Multisecret sharing.
      阅读并讨论专题论文:快速指数运算、多重签名、代理签名、门限签名、群签名、身份认证、访问控制、(多)秘密共享。
    • First countermeasures for the exponentiation computation of RSA cryptographic algorithm were summarized.
      综述了RSA密码算法中模幂运算的主要攻击方法及其防御措施。
    • A hardware design for modular exponentiation of big number
      一种大数模幂的硬件实现设计
    • In this case, the exponentiation operator is another form of binary operator so the existing BinaryOp case class serves.
      在本例中,求幂运算符是另一种形式的二进制运算符,所以使用现有BinaryOpcase类就可以。
    • 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.
      设计了一个高效的代理签名方案,和其他已提出的代理签名方案相比,它的签名算法没有计算量较重的模指数运算和配对运算,比较适合计算能力较弱的低端计算设备。
    • The modular exponentiation part of the design is based on the M-ary arithmetic, which can save times of calculation.
      模幂部分基于M-ary算法,减少了所需模乘运算的次数。