-
kmeans
k-means clustring algorithms
- 2011-02-07 14:36:09下载
- 积分:1
-
TestFunction
说明: 一些用matlab编制的智能优化算法的的测试函数程序(Some prepared to use matlab Intelligent Optimization Algorithm function test procedures)
- 2008-11-12 13:09:16下载
- 积分:1
-
PSO
粒子群优化算法(PSO)是一种基于种群的随机优化技术,由Eberhart和Kennedy于1995年提出。粒子群算法模仿昆虫、兽群、鸟群和鱼群等的群集行为,这些群体按照一种合作的方式寻找食物,群体中的每个成员通过学习它自身的经验和其他成员的经验来不断改变其搜索模式。
(Particle swarm optimization algorithm (PSO) is a population based stochastic optimization technique, put forward by Eberhart and Kennedy in 1995. Particle swarm optimization (pso) algorithm on insects, herds, flocks and schools of fish swarm behavior, and these groups to find food in a cooperative way, each member of the group itself by learning experience and the experience of the other members to continuously change its search pattern.)
- 2013-04-11 17:58:49下载
- 积分:1
-
200-Ways-To-Recover-Revive-Your-Hard-Drive
it is an ebook to know different methods of recovering your hard disk.
- 2013-04-16 20:45:48下载
- 积分:1
-
I_14
说明: 本文对指纹特征点的提取,特征点的匹配,用matlab进行了实现(In this paper, the fingerprint feature points extraction, feature point matching, was realized with matlab)
- 2011-02-17 11:12:07下载
- 积分:1
-
Admittancematrix
利用MATLAB负折射率材料 导纳矩阵法(Negative refractive index materials using MATLAB admittance matrix)
- 2010-08-09 18:13:34下载
- 积分:1
-
Wavelet_Decomposition_For_Images-(1)
matlab codes for project
- 2014-09-02 00:43:38下载
- 积分:1
-
HistOptimal
It gives optimal histogram. It has m files. Mainly it is a program of Matlab
- 2009-10-11 17:55:54下载
- 积分:1
-
inductionmodels
advanced theory of electrical machines dynamic model of induction machine
- 2010-01-24 01:47:47下载
- 积分:1
-
gold-sequence
m序列产生子函数
gold序列产生子函数
自相关函数和互相关函数计算子函数
调用子函数[s,k,pn]=m(c,b0)产生第二条m序列(function [Rm]=Rm(golda,goldb) 自相关函数和互相关函数计算子函数
N=11
n=2^N-1
Rm(1)=sum(golda.*goldb)/n
for k=1:n-1
Rm(k+1)=sum(golda.*circshift(goldb,[0,k]))/n
end
Rm )
- 2011-04-30 17:53:27下载
- 积分:1