以不同的视角观察球面x^2+y^2+z^2=r^2和圆柱面x^2+y^2=rx所围区域
标签: rx
上传时间: 2014-01-17
上传用户:han_zh
C文件 独立键盘 按键并显示;单片机的P口连接独立键盘,按键按下数码管显示不同数字 是51常用的子程序。
上传时间: 2014-08-26
上传用户:ynsnjs
根据雷达方程计算SNR和R的关系 并有关系图
上传时间: 2016-07-14
上传用户:a6697238
Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种,被美国NIST作为DSS(DigitalSignature Standard)。算法中应用了下述参数: p:L bits长的素数。L是64的倍数,范围是512到1024; q:p - 1的160bits的素因子; g:g = h^((p-1)/q) mod p,h满足h < p - 1, h^((p-1)/q) mod p > 1; x:x < q,x为私钥 ; y:y = g^x mod p ,( p, q, g, y )为公钥; H( x ):One-Way Hash函数。DSS中选用SHA( Secure Hash Algorithm )。 p, q, g可由一组用户共享,但在实际应用中,使用公共模数可能会带来一定的威胁。签名及验证协议如下: 1. P产生随机数k,k < q; 2. P计算 r = ( g^k mod p ) mod q s = ( k^(-1) (H(m) + xr)) mod q 签名结果是( m, r, s )。 3. 验证时计算 w = s^(-1)mod q u1 = ( H( m ) * w ) mod q u2 = ( r * w ) mod q v = (( g^u1 * y^u2 ) mod p ) mod q 若v = r,则认为签名有效。 DSA是基于整数有限域离散对数难题的,其安全性与RSA相比差不多。DSA的一个重要特点是两个素数公开,这样,当使用别人的p和q时,即使不知道私钥,你也能确认它们是否是随机产生的,还是作了手脚。RSA算法却作不到。
标签: Algorithm Signature Digital Schnorr
上传时间: 2014-01-01
上传用户:qq521
四阶R-K方法求解微分方程.
上传时间: 2013-12-17
上传用户:牛津鞋
强化学习算法(R-Learning)难得的珍贵资料,在国外找的。分享给大家。
标签: R-Learning 学习算法
上传时间: 2013-12-26
上传用户:yulg
哈希表设计 针对麽个个体种的任命设计一个哈希表 使得平均查找长度不超过R,完成相应的建表和查找程序
标签: 长度
上传时间: 2013-12-22
上传用户:asasasas
使用C语言写的D F P变尺度法子程序,优化的用来分享
上传时间: 2014-01-15
上传用户:trepb001
This programme is to control DC motor in a certain speed using PWM. The target speed is "r", it is the speed in 1s. The sample rate is 0.1s, so the actual speed target is "rc"=r/10. The "r" and "rc" are integer, and the range of "r" is from 50 to 100. Keep rc=r/10!!! The array "speed1" and "speed2" are the control result, in 0.1s and 1s. The length of "speed1" is 2400, and "speed2" is 240. The "pw" and "nw" are the parameters of PWM. The test will last 4 min.
标签: speed programme is control
上传时间: 2014-11-22
上传用户:jyycc
GPS-P&A-ChI和卫星导航定位,一些PPT,希望对GPS感兴趣的朋友有帮助
上传时间: 2016-08-02
上传用户:h886166