-
imageencryption
说明: 图像混沌加密matlab仿真程序,用MATLAB编程实现的将混沌应用于图像加密的算法.(Chaotic encryption image matlab simulation program, using MATLAB programming will be chaotic image encryption algorithm used.)
- 2009-08-02 08:12:44下载
- 积分:1
-
kmeans0
对图像进行K均值分割,分割的结果非常的好(K-means of image segmentation, segmentation results are very good)
- 2011-07-02 20:59:54下载
- 积分:1
-
matlab
matlab绘图程序,包含三维网格图z=x^2+y^2 和三维曲面图z=x^2+y^2(matlab draw program)
- 2014-08-09 18:46:45下载
- 积分:1
-
STATCOM_simulink
SVG系统基于MATLAB控制仿真程序,基于SPWM控制方法(SVG control system Simulink)
- 2016-01-29 16:45:12下载
- 积分:1
-
Gauss-Jordan-Matrix
For inverting a matrix, Gauss-Jordan elimination is about as efficient as any other method. For solving sets of linear equations, Gauss-Jordan elimination produces both the solution of the equations for one or more right-hand side vectors b, and also the matrix inverse A(-1). However, its principal weaknesses are (i) that it requires all the right-hand sides to be stored and manipulated at the same time, and (ii) that when the inverse matrix is not desired, Gauss-Jordan is three times slower than the best alternative technique for solving a single linear set.
- 2012-03-29 00:57:43下载
- 积分:1
-
SVM_matlab_Code
SVM很全的matlab代码和详细说明 以及调用SVM的函数 有例子(SVM most code and data)
- 2012-06-28 19:35:54下载
- 积分:1
-
abc_model
induction machine abc_model
- 2013-07-20 00:15:05下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1
-
linemotortwo
采用传递函数的转速、电流双闭环直渡调速系统的仿真模型(Using the transfer function of the speed of the current double closed loop the straight crossing speed control system simulation model)
- 2013-04-09 21:26:02下载
- 积分:1
-
wienerfilter
维纳滤波器的MATLAB源程序,处理高斯白噪声,对一维数据进行滤波。(Wiener filter MATLAB source, dealing with gaussian white noise, the one dimensional data filtering.
)
- 2016-01-23 12:22:59下载
- 积分:1