代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/298254/7969807
txt res.rg.150.3.txt
Graph graphs/data/rg150.3.dat read from file
Vertices: 150 Edges: 453
Empty set initialization
Simulated annealing algorithm
PARAMETERS: t0: 0.3 t1:0.2 alpha:0.999 i_l:5
INI_SOL: 0 RES: 250
www.eeworm.com/read/298254/7969808
txt res.rg.150.5.txt
Graph graphs/data/rg150.5.dat read from file
Vertices: 150 Edges: 481
Empty set initialization
Simulated annealing algorithm
PARAMETERS: t0: 0.3 t1:0.2 alpha:0.999 i_l:5
INI_SOL: 0 RES: 257
www.eeworm.com/read/298254/7969810
txt res.rg.200.3.txt
Graph graphs/data/rg200.3.dat read from file
Vertices: 200 Edges: 644
Empty set initialization
Simulated annealing algorithm
PARAMETERS: t0: 0.3 t1:0.2 alpha:0.999 i_l:5
INI_SOL: 0 RES: 328
www.eeworm.com/read/298254/7969814
txt res.rg.150.4.txt
Graph graphs/data/rg150.4.dat read from file
Vertices: 150 Edges: 473
Empty set initialization
Simulated annealing algorithm
PARAMETERS: t0: 0.3 t1:0.2 alpha:0.999 i_l:5
INI_SOL: 0 RES: 253
www.eeworm.com/read/244937/12830590
m ip_07_03.m
% MATLAB script for Illustrative Problem 7.3.
clear
echo on
SNRindB1=0:2:10;
SNRindB2=0:0.1:10;
for i=1:length(SNRindB1),
[pb,ps]=cm_sm32(SNRindB1(i)); % simulated bit and symbol error rat
www.eeworm.com/read/244937/12830739
m ip_05_08.m
% MATLAB script for Illustrated Problem 5.8.
clear
echo on
SNRindB1=0:1:12;
SNRindB2=0:0.1:12;
for i=1:length(SNRindB1),
% simulated error rate
smld_err_prb(i)=smldpe58(SNRindB1(i
www.eeworm.com/read/244937/12830835
m ip_05_05.m
% MATLAB script for Illustrative Problem 5.5.
clear
echo on
SNRindB1=0:1:10;
SNRindB2=0:0.1:10;
for i=1:length(SNRindB1),
% simulated error rate
smld_err_prb(i)=smldpe55(SNRindB1(i));
www.eeworm.com/read/244937/12830901
m ip_05_06.m
% MATLAB script for Illustrative Problem 5.6.
clear
echo on
SNRindB1=0:1:15;
SNRindB2=0:0.1:15;
for i=1:length(SNRindB1),
smld_err_prb(i)=smldpe56(SNRindB1(i)); % simulated error rate
www.eeworm.com/read/244937/12831061
m ip_05_09.m
% MATLAB script for Illustrative Problem 5.9.
clear
echo on
SNRindB1=5:1:25;
SNRindB2=5:0.1:25;
M=16;
for i=1:length(SNRindB1),
% simulated error rate
smld_err_prb(i)=smldpe59(SNRi
www.eeworm.com/read/244937/12831150
m ip_05_04.m
% MATLAB script for Illustrative Problem 5.4.
clear
echo on
SNRindB1=0:1:12;
SNRindB2=0:0.1:12;
for i=1:length(SNRindB1),
% simulated error rate
smld_err_prb(i)=smldpe54(SNRindB1(i));