求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) >
求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) >...
function library技术资料下载专区,收录1,054份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) >...
基于基本遗传算法的函数最优化SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented ...
基于基本遗传算法的函数最优化 SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented...
s3c2410 ads下的测试程序移植到 iar ewarm v5.2;包括 Please select function : 0 : Please input 1-14 to select test 1 : Real time...
一个基于Matlab的人工免疫算法%Immune Algorithm based on the immune network model for function f(x1,x2) optimum...
实现了蚁群算法求解TSP问题。注释详细 function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q) ...
通用寄存器的部分代码 LIBRARY IEEE USE IEEE.STD_LOGIC_1164.ALL ENTITY traffic IS PORT(clk,sm,sb:IN bit mr,my,mg,br,by,...
这是一个面向对象的GA遗传算法库GAlib: A C++ Library of Genetic Algorithm Components),是我见过中的最好的,功能较全面,使得用遗传算法编程变得极为容易。...