CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - mod-m

搜索资源列表

  1. Caesar--java

    1下载:
  2. 凯撒密码扩展算法,输入加密参数k1,k2, c =(k1*m+k2) mod 26-Caesar expansion password algorithm, the import of encryption parameters k1, k2, c = (k1 * m k2) mod 26
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1.42kb
    • 提供者:Eyre
  1. VC_RSA

    0下载:
  2. 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。 其中收发双方均已知n,发送放已知e,只有接受方已知d,因此公钥加密算法的公钥为 KU={ e , n},私钥为KR={d , n}。该算法要能用做公钥加密,必须满足下列条件: 1. 可以找到e ,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5.39kb
    • 提供者:烟翔
  1. lps130-m

    0下载:
  2. Mod. 130 power supply Schematic diagram
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-17
    • 文件大小:156.08kb
    • 提供者:Mario
  1. Euler_fuction

    0下载:
  2. Euler函数: m = p1^r1 * p2^r2 * …… * pn^rn ai >= 1 , 1 <= i <= n Euler函数: 定义:phi(m) 表示小于等于m并且与m互质的正整数的个数。 phi(m) = p1^(r1-1)*(p1-1) * p2^(r2-1)*(p2-1) * …… * pn^(rn-1)*(pn-1) = m*(1 - 1/p1)*(1 - 1/p2)*……*(1 - 1/pn)
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1.42kb
    • 提供者:Campbell
  1. rsa

    0下载:
  2. 1) 找出两个相异的大素数P和Q,令N=P×Q,M=(P-1)(Q-1)。 2) 找出与M互素的大数E,用欧氏算法计算出大数D,使D×E≡1 MOD M。 3) 丢弃P和Q,公开E,D和N。E和N即加密密钥,D和N即解密密钥。 -1) to identify two different large prime numbers P and Q, so N = P × Q, M = (P-1) (Q-1). 2) to identify and M large numbers cop
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:6.56kb
    • 提供者:阿达悟
  1. mod-mac

    1下载:
  2. 实现修改网卡地址,简单过程明细。直接修改,快速上网。-Modified to achieve LAN address, details of a simple process. Directly modify, fast Internet access.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:380.78kb
    • 提供者:wlk
  1. 0703_dynamic-mod

    0下载:
  2. embest 可以动态加载的led驱动 编译成.o文件后直接加载就行 -embest can be dynamically loaded into the led driver to compile. o files directly loaded on the line
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:3.1kb
    • 提供者:zhang
  1. ForcedPendulum

    0下载:
  2. This simulink model simulates the damped driven pendulum, showing it s chaotic motion. theta = angle of pendulum omega = (d/dt)theta = angular velocity Gamma(t) = gcos(phi) = Force omega_d = (d/dt) phi Gamma(t) = (d/dt)omega + omega/Q
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:8.35kb
    • 提供者:Mike Gao
  1. mcfpfsf2_1

    0下载:
  2. 固定窗口的模重复平方算法,计算大数a的n次方模m余下的值,可以有效出理计算机计算过程中的大数溢出问题。-figure out the value of a^n(mod m) when a is large.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:798byte
    • 提供者:xiaohe
  1. figout_e

    0下载:
  2. 求出一个数对于另一个数的指数,例如求a对模m的指数e,使 a^e(mod m)=1-Obtained a number to another number for the index, such as seeking a pair of mode indices m e, so that a ^ e (mod m) = 1
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:774byte
    • 提供者:xiaohe
  1. RK

    0下载:
  2. 实验RK算法,即利用Hash方法和素数理论,首先定义一个Hash函数(hash (r) = r mod q),然后将模式串P和文本串T中长度为m的子串利用Hash函数转换成数值。显然只需比较那些与模式串具有相同Hash函数值的子串。 当然因为Hash冲突的存在,还要进一步进行字符串比较,但只要选择适当的素数q, Hash冲突的概率就会很小 -Experimental RK algorithm, namely the use of Hash methods and prime number
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:213.16kb
    • 提供者:chenb
  1. 0

    0下载:
  2. 5、设计一个程序计算 (mod m)。当a=31,n=48413,m=113时,计算其值。-5, to design a program to calculate (mod m). When a = 31, n = 48413, m = 113, the calculated value.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:11.46kb
    • 提供者:刘思
  1. sffhf4

    0下载:
  2. 设m不整除a,计算一次同余式ax=b(mod m)。当a=987,b=564,m=2005时,求出x。-Let m not divisible by a, calculate a congruence ax = b (mod m). When a = 987, b = 564, m = 2005, the calculated x.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:39.83kb
    • 提供者:liuyingqiong
  1. uerybffd5

    0下载:
  2. 设计一个程序计算 (mod m)。当a=31,n=48413,m=113时,计算其值。-Design a program to calculate (mod m). When a = 31, n = 48413, m = 113, the calculated value.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:38.49kb
    • 提供者:liuyingqiong
  1. 2-mochongfu

    0下载:
  2. 通过C语言实现对于b^n (mod m)形式的式子的模重复平方法计算-C language formula for b ^ n (mod m) in the form of mold repeat method basis
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:930.81kb
    • 提供者:lgt
  1. diffeehellmanPROGRAM

    0下载:
  2. Example 1. To find 1537 x 4248 modulo 10, you could multiply out and take the last digit, but a better way would be to replace 1537 by 7 and 4248 by 8 to start, find 7 x 8 = 56, and then take 56 mod 10 to get 6 as the answer. A handy standard no
  3. 所属分类:CA program

    • 发布日期:2017-04-26
    • 文件大小:27.84kb
    • 提供者:pradeep
  1. RC4-Prog

    0下载:
  2. Example 1. To find 1537 x 4248 modulo 10, you could multiply out and take the last digit, but a better way would be to replace 1537 by 7 and 4248 by 8 to start, find 7 x 8 = 56, and then take 56 mod 10 to get 6 as the answer. A handy standard no
  3. 所属分类:CA program

    • 发布日期:2017-04-26
    • 文件大小:35.61kb
    • 提供者:pradeep
  1. ModOfPower

    0下载:
  2. Write an efficient algorithm to calculate R=B^P mod M
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:159.71kb
    • 提供者:manga
  1. modleach.m

    0下载:
  2. MATLAB Source Code of MOD-LEACH Routing Protocol
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.4kb
    • 提供者:geboy
  1. 数字签名

    0下载:
  2. 表示整数k关于某个模数的逆元,并非指 k 的倒数。逆元:满足 a*b mod m =1 的a和b互为关于模数 m 的逆元。 2、H( m ):One-Way Hash函数,m为待签署的明文,DSS中选用SHA1( Secure Hash Algorithm ),此时H(m) 的输出为160bits长的数字串(16进制)。(HFTGHDGHXGHRFGFXZGVZSDFdCXVCFHGFGXFXBVXVDZf)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:93kb
    • 提供者:云华乐
« 12 3 4 »
搜珍网 www.dssz.com