-
command-matlab
matlab 命令大全,做数值分析比较好用,查找方便(commands of matlab )
- 2009-07-01 20:38:17下载
- 积分:1
-
FastICA25
说明: 快速ICA算法,在盲源分离中有很大的用处。(fast algorithm, the blind source separation is very useful.)
- 2006-04-10 09:11:53下载
- 积分:1
-
datos34_Ress_monofasico.m
data from IEEE distribution system
- 2011-05-24 08:15:00下载
- 积分:1
-
AWG
对阵列波导光纤光栅AWG进行仿真分析,并得出相关结果(Arrayed waveguide grating AWG for simulation analysis and draw relevant results)
- 2013-11-14 18:02:26下载
- 积分:1
-
THINNING
thinning is used to eliminate unwanted noise
- 2013-04-29 17:18:28下载
- 积分:1
-
hsgldmoxing
4种灰色关联度,包括邓氏关联度,绝对关联度等4种关联度模型联度模型。(Four kinds of grey correlation degree, including representing the correlation degree, absolute correlation degree and so on four kind of relational model coupling degree model)
- 2015-04-08 21:33:55下载
- 积分:1
-
combin
tow combination or binomial coefficient, factorial and sort function
- 2013-08-03 18:43:35下载
- 积分:1
-
APFmyselfjiyidanxiang
自己编的APF,非常高效,谐波处理用的三单相分别滤波,值得下载(APF model produced by myself ,It’s very efficient)
- 2014-11-22 10:48:29下载
- 积分:1
-
hc算法
是一个显著性检测的典型算法,能够清楚的得到显著图(It is a typical algorithm for saliency detection, which can clearly get saliency map.)
- 2020-10-06 14:07:37下载
- 积分:1
-
ACTSP
实现了蚁群算法求解TSP问题。注释详细
function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q)
-------------------------------------------------------------------------
主要符号说明
C n个城市的坐标,n×2的矩阵
NC_max最大迭代次数
m蚂蚁个数
Alpha表征信息素重要程度的参数
Beta表征启发式因子重要程度的参数
Rho信息素蒸发系数
Q信息素增加强度系数
R_best各代最佳路线
L_best各代最佳路线的长度
=========================================================================
(Ant Colony Algorithm for the realization of the TSP problem. Notes the detailed function [R_best, L_best, L_ave, Shortest_Route, Shortest_Length] = ACATSP (C, NC_max, m, Alpha, Beta, Rho, Q) ------------------------------------------------------------------- The main symbol------ C n that cities coordinates, n × 2 matrix NC_max the largest number of iterations m the number of Alpha ant pheromones characterized the importance of the parameters Beta factor heuristic importance of characterization of the parameters Rho evaporation coefficient of pheromone pheromone Q increase in intensity coefficient R_best best route generations generations L_best the length of the best route ====== ================================================== =================)
- 2009-05-09 17:21:45下载
- 积分:1