代码搜索:Evolution
找到约 665 项符合「Evolution」的源代码
代码结果 665
www.eeworm.com/read/338523/12300467
asv findminusinges2.asv
% findMinUsingES2.m
% Find min. of xsin(4x)+1.1ysin(2y) in 0 to 10 in x,y using
% Evolution strategy and Roulette-wheel selection.
% For comparison, see GA_ex21.m file.
%% PenChen Chou, 2004-5-11
www.eeworm.com/read/429109/8819090
m de.m
function [v,xstar]=DE(fun,a,b)
%differential evolution 算法
%by:wutianjun
F=0.5;
N=15;
T=3;
k=0;
n=length(a);
m=ceil(n/2);%指定m为n/2
X=(b-a)*ones(1,N).*rand(n,N);%随机产生N个初始解
while 1
www.eeworm.com/read/374472/9404038
m feed_irreg.m
function [y,dec_fail] = feed_irreg(rho,lambda,f_in,K,delta,lpad,iter)
% FEED = Fast Enough Evolution of Densities
y = zeros(1,iter);
K_pow2 = 2^(ceil(log2(K)));
x0 = 0:delta:(K*delta);
v_varm = exp
www.eeworm.com/read/381779/9072038
txt linux下办公软件.txt
看avi我使用mplayer
看real media使用realplayer 8 with rp9 codecs
C/C++编程我用Anjuta IDE
中文输入我用fcitx
即时翻译我用星际译王
Office我用openoffice1.1.2
e-mail:thunderbird
mp3mms
newsreader:pan
我email用的是Evolution, m
www.eeworm.com/read/175593/9540784
txt c++的设计和演化.txt
C++的设计和演化(The Design and Evolution of C++)
C++程序设计语言是由来自AT&T Bell Laboratories的Bjarne Stroustrup(即本文作者)设计和实现的,它兼具Simula语言在组织与设计方面的特性以及适用于系统程序设计的C语言设施。C++最初的版本被称作“带类的C(C with classes)”[Stroustrup,19