代码搜索:batch
找到约 6,125 项符合「batch」的源代码
代码结果 6,125
www.eeworm.com/read/482262/6630978
in batch10.in
2000
5
35 39
1 22
31 9
16 24
34 24
30 37
21 26
21 10
39 34
28 38
36 35
34 35
24 26
9 13
35 26
24 34
7 30
30 17
32 29
12 6
2 17
35 1
3 14
7 7
4 33
27 27
21 31
17 12
17 36
21 17
2 11
32 37
13 8
28 22
27
www.eeworm.com/read/482262/6630980
exe batch.exe
www.eeworm.com/read/482262/6630981
cpp batch.cpp
#include
#include
ifstream fin("batch.in");
ofstream fout("batch.out");
int t[10001],f[10001],c[10001];
int n,s;
int main() {
fin>>n>>s;
int i,k;
for (i=1;i
www.eeworm.com/read/481436/6641115
m batch.m
make_rp;
rp.TNRdB = 10; rp.INRdB = 20; rp.Nsnaps= 20; rp.mu = 1e-9; rp.color='r'; rp.name = 'run1';
run_lms_mvdr(rp);
rp.TNRdB = 10; rp.INRdB = 20; rp.Nsnaps= 100; rp.mu = 1e-9; rp.color='g'
www.eeworm.com/read/480372/6673005
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/480372/6673020
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/480372/6673028
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/480372/6673034
m batch.m
make_rp;
rp.T = 2.9; rp.name = 'run1'; run_rls_eq(rp);
rp.T = 3.1; rp.name = 'run2'; run_rls_eq(rp);
rp.T = 3.3; rp.name = 'run3'; run_rls_eq(rp);
rp.T = 3.5; rp.name = 'run4'; run_rls_eq(rp)
www.eeworm.com/read/480372/6673042
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/480372/6673055
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