-
MATLAB
利用matlab来分析主成分,得出权重等一些参数(Use matlab to analyze the principal components, obtained some parameters such as weight)
- 2011-06-08 16:11:15下载
- 积分:1
-
Matlab-FIR
FIR低通滤波器设计,运行通过,通过改变滤波器参数,可以得到不同阶数的滤波器,加有随机噪声的语音信号通过滤波器后会有很大改善。(FIR low-pass filter design, to run through, can be obtained by varying the filter parameters, the number of filters of different orders, and added with the random noise of the speech signal through the filter will be greatly improved.)
- 2013-01-17 12:05:53下载
- 积分:1
-
maze
maze solution. it is a solution for maze problem with matlab code. in this solution I used very simple functions and it is easy for everyone.
- 2013-11-04 20:40:24下载
- 积分:1
-
sampling
samling using matlab
- 2009-09-04 07:41:37下载
- 积分:1
-
Floyd
说明: folyd用来处理图论中最短路径问题。对传统的folyd算法进行了优化。(folyd to deal with the shortest path in graph theory problem. Folyd the traditional optimization algorithm.)
- 2009-08-18 00:33:03下载
- 积分:1
-
23
说明: 城市环境的过程式建模技术研究。。。。。。。。。。(The process of urban environment modeling technology research of)
- 2011-05-01 12:00:57下载
- 积分:1
-
[emuch.net]K-means-multi-dimention
简易k-means聚类基础上的小改进,多维数据的聚类!(Simple small improvements based on k-means clustering, and clustering of multidimensional data!)
- 2020-06-30 12:40:01下载
- 积分:1
-
interruptible-load-calculation
本MATLAB程序是基于离散粒子群算法的可中断负荷的优化计算(The MATLAB program is a discrete particle swarm optimization algorithm based on interruptible load calculation)
- 2020-10-18 12:17:26下载
- 积分:1
-
PDEINTRODUTION-1
PDE introdution.let u konw hot to use the PDE to reliace in programe.I t is usful to anyone who wannto use PDE in project.
- 2007-12-24 11:05:34下载
- 积分: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