-
MATLAB2
在matlab中画平面图,3维图,矩阵等得程序(the code to plot and to make the matrix)
- 2011-12-21 16:29:12下载
- 积分:1
-
OPTI-master
OPTI open resource from their website
- 2020-06-23 07:00:01下载
- 积分:1
-
TSP
求解TSP问题,即在N个城市中各经历一次回到出发点,使所经过的路程最短。采用连续的Hopfield网络实现以5个城市为例的TSP问题。(TSP problem, that each of the N cities experiencing a return to the starting point, so that the shortest distance elapsed. Use continuous Hopfield networks to five cities as an example of the TSP.)
- 2013-11-03 16:26:49下载
- 积分:1
-
PSD2_2_PSD1
二维功率谱密度换算一维功率谱密度的程序,对表面质量的计算尤为使用(two dimensional power spectral density to one dimensional psd)
- 2009-03-05 14:38:02下载
- 积分:1
-
h74
程序可以实现所有的汉明码的要求,
(7,4)(15,11)等等都可以的
- 2009-05-16 14:45:38下载
- 积分:1
-
psoLSSVMcgForClass
粒子群优化最小二乘支持向量机参数,可用于多分类(pso lssvm psolssvm)
- 2020-12-24 15:29:05下载
- 积分:1
-
wireless-communication[cazy]
本书籍包括所有无线通信系统中的数学模型,内容丰富。(environmenet of wireless communication)
- 2009-12-18 20:58:44下载
- 积分: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
-
matlabbook1
与matlab有关的,非常实用的一些网页(with the Matlab, some very useful website)
- 2006-11-27 15:29:24下载
- 积分:1
-
Fast-matching
讲述了频域模板匹配的原理及算法,将图像转到频域进行处理可以提高匹配的精度(About the frequency domain template matching principle and algorithm, the image to the frequency domain processing can improve the matching precision)
- 2013-04-14 09:14:34下载
- 积分:1