-
Symbiosis
说明: 把真彩图转换为灰度图,然后根据灰度级数和共生矩阵位移向量求解灰度图矩阵的共生矩阵(The true color pictures converted to grayscale, and then gray series and the gray level co-occurrence matrix to solve the displacement vector of the co-occurrence matrix matrix)
- 2010-04-21 12:01:14下载
- 积分:1
-
coner
HARRIS 算法的角点检测 用matlab实现 可以直接用 效果非常好(HARRIS algorithm for corner detection using matlab can direct effect is very good)
- 2012-05-09 16:49:57下载
- 积分:1
-
PCA-MATLAB
一个关于PCA人脸识别的源代码。对PCA的初学者又很大的帮助(PCA Face Recognition on the source code.)
- 2009-04-18 22:06:46下载
- 积分:1
-
myTSP
Hopfield网络tsp问题小规模仿真(Hopfield network of small-scale simulation problems tsp)
- 2011-05-15 13:34:39下载
- 积分:1
-
matlab-Instruction-List
介绍matlab的腐蚀,膨胀,开运算,闭运算,细化,去噪等的指令,对于初学者非常有用。(Introduction matlab corrosion, expansion, opening operation and closing operation, refinement, noise and other instructions, very useful for beginners.)
- 2011-05-23 23:17:06下载
- 积分:1
-
11.-line_code_FCN
Code of line in matlab
- 2014-11-16 15:45:47下载
- 积分:1
-
adrc
SIMULINK中自抗扰控制技术自定义模块库的创建。包括模块创建,程序等。(SIMULINK ADRC control create custom module library. Module creates procedures.)
- 2013-04-05 00:31:33下载
- 积分:1
-
Newton
牛頓案例,主要是以matlab軟件來運算標準題型。(Newton s case, mainly matlab software to compute the standard questions.)
- 2013-12-17 14:41:40下载
- 积分:1
-
signal
包括现代数字信号处理中的四种信号变换:FTF、LMS、LSL、RLS的matlab源代码。(Including modern digital signal processing of four kinds of signal conversion: FTF, LMS, LSL, RLS the matlab source code.)
- 2007-11-23 12:17:32下载
- 积分: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