说明:《Hadoop实战》中文版-部分章节清晰版
说明:2009考研数学考试分析(清晰打印版)
说明:解决pso问题,利用matlab编写的,注释清楚,完整的程序-Pso to solve the problem, using matlab written comments clear and complete procedures for
说明:[MATLAB语言常用算法程序集].(龚纯).清晰版.part1
说明:clear;clc;s = rng(211); % 设置RNG状态的可重复性numFFT = 1024; % FFT点的数量numRBs = 50; % 资源块的数量rbSize = 12; % 每个资源块的副...
说明:迭代自适应Simpson,Lobatto积分 In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm a...
matlab SimpsonLobatto 积分 Inalmosteverystandardbookonnumeri csquadratureal
说明:蚁群算法TSP问题 MATLAB 参考 ,蚁群算法求解TSP问题的matlab程序蚁群算法求解TSP问题的matlab程序 %蚁群算法求解TSP问题的matlab程序clear allclose allclc%初始化蚁群m=31;%蚁群中蚂蚁的数量,当m接近或等于城市个数n时,本算法可以在最少的迭...