代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/298254/7969821
txt res.tg.100.5.txt
Graph graphs/data/tg100.5.dat read from file
Vertices: 100 Edges: 344
Empty set initialization
Simulated annealing algorithm
PARAMETERS: t0: 0.3 t1:0.2 alpha:0.999 i_l:5
INI_SOL: 0Trace file: t
www.eeworm.com/read/298254/7969827
txt res.rg.100.5.txt
Graph graphs/data/rg100.5.dat read from file
Vertices: 100 Edges: 373
Empty set initialization
Simulated annealing algorithm
PARAMETERS: t0: 0.3 t1:0.2 alpha:0.999 i_l:5
INI_SOL: 0Trace file: t
www.eeworm.com/read/298254/7969830
txt res.tg.100.10.txt
Graph graphs/data/tg100.10.dat read from file
Vertices: 100 Edges: 394
Empty set initialization
Simulated annealing algorithm
PARAMETERS: t0: 0.3 t1:0.2 alpha:0.999 i_l:5
INI_SOL: 0Trace file:
www.eeworm.com/read/244937/12830600
m ss42.m
% MATLAB script for Illustrative Problem
echo on
rho_b=0:2:24; % rho in dB
for i=1:length(rho_b),
smld_err_prb(i)=ss_Pe42(rho_b(i)); % simulated error rate
end;
% Plotting commands follo
www.eeworm.com/read/244937/12830955
m ip_09_06.m
% MATLAB script for Illustrative Problem 9.6.
clear
echo on
rho_b1=0:5:35; % rho in dB for the simulated error rate
rho_b2=0:0.1:35; % rho in dB for theoretical error rate comp
www.eeworm.com/read/244937/12831096
m ip_09_07.m
% MATLAB scripit for Illustrative Problem 9.7.
clear
echo on
rho_b=0:2:24; % rho in dB
for i=1:length(rho_b),
smld_err_prb(i)=ss_pe97(rho_b(i)); % simulated error ra
www.eeworm.com/read/323949/13306871
m ss42.m
% MATLAB script for Illustrative Problem
echo on
rho_b=0:2:24; % rho in dB
for i=1:length(rho_b),
smld_err_prb(i)=ss_Pe42(rho_b(i)); % simulated error rate
end;
% Plotting commands follo
www.eeworm.com/read/323949/13306888
m ip_09_06.m
% MATLAB script for Illustrative Problem 9.6.
echo on
rho_b1=0:5:35; % rho in dB for the simulated error rate
rho_b2=0:0.1:35; % rho in dB for theoretical error rate computation
www.eeworm.com/read/323949/13306899
m ip_09_07.m
% MATLAB scripit for Illustrative Problem 9.7.
echo on
rho_b=0:2:24; % rho in dB
for i=1:length(rho_b),
smld_err_prb(i)=ss_Pe97(rho_b(i)); % simulated error rate
e
www.eeworm.com/read/321160/13411617
m ss42.m
% MATLAB script for Illustrative Problem
echo on
rho_b=0:2:24; % rho in dB
for i=1:length(rho_b),
smld_err_prb(i)=ss_Pe42(rho_b(i)); % simulated error rate
end;
% Plotting commands follow