代码搜索:BATCH
找到约 6,125 项符合「BATCH」的源代码
代码结果 6,125
www.eeworm.com/read/323035/13357168
c batch.c
www.eeworm.com/read/312535/13609955
m batch.m
% generates the data needed for the plots in the book
%
make_rp;
rp.type='A';
rp.T = 2.9; rp.name = 'run1'; run_dctlmseq(rp);
rp.T = 3.1; rp.name = 'run2'; run_dctlmseq(rp);
rp.T = 3.3; rp.n
www.eeworm.com/read/312534/13609968
m batch.m
% set up the default parameters
make_rp;
% customize parameters and run
rp.mu = 0.05; rp.a = -0.99; rp.rname = 'run1'; run_lms_pred(rp);
rp.mu = 0.05; rp.a = 0.99; rp.rname = 'run2
www.eeworm.com/read/312533/13609979
m batch.m
make_rp;
rp.TNRdB = 10; rp.INRdB = 20; rp.Nsnaps= 20; rp.mu = 1e-8; rp.name = 'run1';
run_lms_mvdr(rp);
rp.TNRdB = 10; rp.INRdB = 30; rp.Nsnaps= 20; rp.mu = 1e-9; rp.name = 'run2';
run_lms_m
www.eeworm.com/read/312526/13610062
m batch.m
% This file does all of the runs required for the figures in the book.
% Once complete, run make_plots to get the results.
% set up the default parameters
make_rp
rp.T = 2.9; rp.name = 'run1
www.eeworm.com/read/312523/13610642
m batch.m
make_rp;
rp.mu = 1;
%rp.a1=-0.1950; rp.a2=0.95; rp.lam1=1.1; rp.lam2=0.9; xl=3; yl=2.2;
%rp.a1=-0.9750; rp.a2=0.95; rp.lam1=1.5; rp.lam2=0.5; xl=5; yl=3;
rp.a1=-1.5955; rp.a2=0.95; rp.lam1=1.8
www.eeworm.com/read/312292/13614091
c batch.c
www.eeworm.com/read/306631/13740912
runkmeans_batch
rm *.exe
gcc -o kmeans kmeans.c
kmeans.exe infile.txt 50 2 > output_50_2.txt
kmeans.exe infile.txt 50 5 > output_50_5.txt
kmeans.exe infile.txt 50 10 > output_50_10.txt
kmeans.exe infile.