英语人>词典>汉英 : 模运算 的英文翻译,例句
模运算 的英文翻译、例句

模运算

词组短语
modular arithmetic
更多网络例句与模运算相关的网络例句 [注:此内容来源于网络,仅供参考]

Decimal reproduces mathematics as done by hand and avoids issues that can arise when binary floating point cannot exactly represent decimal quantities.

高精度使 Decimal 可以执行二进制浮点数无法进行的模运算和等值测试。

In this thesis, the basic concepts of cryptogram including number theory and modular arithmetic are introduced.

本文介绍了密码学的基本概念,包括数论的基础知识和模运算的概念。

The algorithm RSA is complicated and difficult in implementing, because it has to do modular exponentiation on largenumbers more than 512 bits.

分析了RSA算法的软件实现难点为大数的幂模运算,提出了将大数的幂模运算转换为小数幂模运算乘积的高效方法,并实现了RSA算法,该方法在理论分析和试验方面都具有较好的效果。

Computation of modular exponentiation is very low because of big plain-text group and cipher-text group,so this algorithm is of great significance to design fast algorithm of RSA and select public-key and private-key of RSA.

RSA算法中明文分组和密文分组都较大,方幂模运算消耗大量的运算时间。因此,简化方幂模计算减少计算次数对设计RSA快速算法和选择密钥具有重要的指导意义。

The algorithms of basic operations for large integer,addition,subtraction and comparison,are presented based on mixed radix representation,the algorithms of multiplication,division, modulo ,and greatest common divisor are conveyed from addition machins.

将大数采用混合基表示,对大数的加法、减法与比较运算给出相应的算法,并对加法机器上的乘法、除法、模运算以及求最大公因子的算法进行了移

An area efficient modular arithmetic processor was developed that is capable of performing RSA public-key cryptography and other modular arithmetic operations as a coprocessor.

为以较小的面积代价实现RSA公钥密码算法及其他一些算法所需的求模、模加、模乘、模幂等运算,该文设计了一种可作为协处理器使用的模运算处理器。

By replacing pseudo-Mersenne numbers with generalized Mersenne numbers, we propose a new notion-Generalized Optimal Extension Fields, and study the fast arithmetic about multiplication and modular arithmetic in GOEFs.

利用广义Mersenne数代替伪Mersenne数,提出了广义最优扩域的概念,并研究其上的快速乘法运算和取模运算,为乘法运算给出了通用的复杂度公式,为取模运算给出了具体的运算公式,推广了Bailey,Mihailescu和Woodbury等在最优扩域上的相应结果。

To the moduli with special forms (such as Mersenne numbers, pseudo-Mersenne numbers, generalized Mersenne numbers), we analysis and study modular arithmetic laws, and obtain the conclusions as follows: for Mersenne numbers and pseudo-Mersenne numbers, we get modular arithmetic formulas, and determine exact expressions of the number of modular addition to generalized Mersenne numbers generated by irreducible monic trinomials and pentanomials.

针对具有特殊形式的模数(如Mersenne数,伪Mersenne数,广义Mersenne数等),深入分析了其取模运算规律,得到如下结果:对Mersenne数和伪Mersenne数,给出了取模运算转换为模加或模减运算的公式;对模数为任意首一三项式和五项式产生的广义Mersenne数,推导了相应取模运算的复杂度计算解析表达式。

Fundamentally, modulo is the same operation as division, except that you take a

从本质上来说,模运算就是除法运算,不过是取结果的不同部分罢了。

Depending on the coefficient of the polynomial, we can easily compute the number of modular addition of A mod p by the formulas for any given irreducible monic trinomial and monic pentanomial.

根据该表达式,对任意给定的不可约首一三项式和首一五项式,可以根据该多项式的系数分别得出以广义Mersenne数为模数的取模运算所需要的模加法的次数。

更多网络解释与模运算相关的网络解释 [注:此内容来源于网络,仅供参考]

Modular Exponentiation:模指数运算

PKI使用最为广泛的就是RSA(Rivest Shamir Adleman)领域, RSA是一种互联网加密和认证系统的运算法则,该运算法则的研发人是Rivest、 Shamir和 Adleman三位数学家. PKI加密处理器系统可以加快最为耗时的RSA模指数运算(modular exponentiation)的运算速度.

matrix norm:矩阵的模,矩阵的模,矩阵模,矩阵模,矩阵模量,矩阵模量

matrix multiplier 矩阵乘数,矩阵乘数 | matrix norm 矩阵的模,矩阵的模,矩阵模,矩阵模,矩阵模量,矩阵模量 | matrix notation 矩阵记号,矩阵符号,矩阵符号表示,矩阵运算

mod:模运算

远远不够,要想得到最快的算法,就不能进行逐个的比较,通常是构造一个哈希表(HashTable)来解决问题,哈希表是一个大数组,这个数组的容量根据程序的要求来定义,例如1024,每一个Hash值通过取模运算(mod)对应到数组中的一个位置,

modular arithmetic:模运算

异或:modular-two-add | 模运算:Modular arithmetic | 模块化:Modular Design

modular arithmetic:模数运算

模块化设计:Modular Deign | 模数运算:Modular arithmetic | 模块化:Modular Production System

modulo:模运算

本章提供了一些生动的破解范例. 作者将分析一些程序,并试着去破解它们. 这一节是围绕附录B理解编译后的算术运算中的模运算(Modulo)来阐述的. B.2.3 模运算(Modulo)

modulo arithmetic:模运算

模2加法 modulo 2 addition | 模运算 modulo arithmetic | 模数核对 modulo check

modulo check:模数核对

模运算 modulo arithmetic | 模数核对 modulo check | 模数计数器 modulo counter

modulus:模

C++提供求模(modulus)运算符"%"即求得整除的余数. 求模运算是个整数运算符,只能使用整数操作数. 表达式x%y取得x除以y的余数,这样,7%4得3,17%5得2. 后面几章将介绍求模运算符许多有趣的应用.

operate mode:操作模式,运算模式,运算模

運算類指令 operate class instruction | 操作模式,運算模式,運算模 operate mode | 操作導向語言 operate oriented language