-
KullbackLeiblerImportanceEstimationProcedure
Kullback-Leibler Importance Estimation Procedure利用Matlab程序实现图像间KL散度的阈值分割(Kullback-Leibler Importance Estimation Procedure procedure using Matlab implementation KL divergence between the image of the threshold segmentation)
- 2009-03-11 13:37:35下载
- 积分:1
-
LMSandRLS
基于matlab的LMS和RLS的自适应滤波器的应用仿真,希望对大家有帮助。(Matlab based on the LMS and RLS adaptive filters using simulation, we want to help.)
- 2010-01-16 17:00:49下载
- 积分:1
-
ofdmsystem
使用MATLAB的OFDM系统的仿真工程(Using MATLAB works on OFDM System Simulation)
- 2010-05-28 22:36:19下载
- 积分:1
-
CAPP
computer architecture and parallel processing
- 2013-02-08 11:59:34下载
- 积分:1
-
platevibration
%下面的代码是在2007年为一个类项目编写的。它是基于
- 2023-07-12 05:20:04下载
- 积分:1
-
kejian
这是一个matlab的初学者的小算例,非常适合于初学者学习(This is a beginner' s small matlab example is very suitable for beginners to learn)
- 2011-07-09 11:08:58下载
- 积分:1
-
FIR
自己编的FIR滤波小程序,使用MATLAB编程,特点就是短小精悍~ (FIR;MATLAB)
- 2009-03-24 11:11:14下载
- 积分:1
-
StOMP
分段自适应正交匹配追踪StOMP算法源程序,压缩感知里面很好的算法(Orthogonal Matching Pursuit StOMP adaptive segmentation algorithm source code, a good algorithm inside compressed sensing)
- 2020-11-24 15:19:32下载
- 积分:1
-
zoom_problem
一篇基于PDE方法的zooming算法的论文及其matlab实现。(An algorithm based on the PDE zoom papers and Matlab.)
- 2013-04-24 22:04:57下载
- 积分:1
-
由 matlab RSA 加密
中输入相关: 所需的模量位长度, k 。
输出: 一个 RSA 密钥对,((N,e) 的) 其中,N 是两个素数的乘积的模数 (N = pq) 不超过 k 位的长度 ;e 是公共指数,数目少于和互质到 (p-1)(q-1) ;d 是私钥指数这样ed ≡ 1 (mod (p-1)(q-1))。
----------
摘要:
n = 的 pq,p 和 q 哪里不同的素数。
皮皮、 φ = (p-1)(q-1)
e < n 这种那个 gcd (e,皮皮) = 1
d = e-1 mod 皮皮。
c = me mod n,1 < m < n。
m = cd mod n。
------------
选择一个值的 e 从{3、 5、 17、 257、 65537}
重复
p ← genprime(k/2)
直到(p mod e) ≠ 1
重复
q ← genprime (k-k/2)
直到(q mod e) ≠ 1
- 2022-05-15 04:35:09下载
- 积分:1