代码搜索:BATCH

找到约 6,125 项符合「BATCH」的源代码

代码结果 6,125
www.eeworm.com/read/140957/13050871

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/140957/13050886

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/140957/13050903

m batch.m

make_rp; rp.T = 2.9; rp.name = 'run11'; run_qrd_lsl(rp); rp.T = 3.1; rp.name = 'run12'; run_qrd_lsl(rp); rp.T = 3.3; rp.name = 'run13'; run_qrd_lsl(rp); rp.T = 3.5; rp.name = 'run14'; run_qrd_lsl(rp)
www.eeworm.com/read/140074/13111286

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/241792/13119644

html batch.html

www.eeworm.com/read/241792/13120050

html batch.html

www.eeworm.com/read/241378/13148382

run_batch

#!/bin/csh -f vcs -cc /usr/local/bin/gcc \ -R +nopliopt -PP \ ../src/risc8_constants.v \ ../src/risc8_parameters.v \ ../src/risc8_alu.v \ ../src/risc8_regb_biu.v \ ../sr
www.eeworm.com/read/240317/13224821

obj batch.obj

www.eeworm.com/read/240317/13224854

c batch.c

/* ; File : $Workfile: BATCH.C$ ; ; Description : ; ; Original Author : DIGITAL RESEARCH ; ; Last Edited By : $CALDERA$ ; ;--------------------------------
www.eeworm.com/read/239959/13244162

java batch.java

package book.database; import java.sql.Connection; import java.sql.DatabaseMetaData; import java.sql.SQLException; import java.sql.Statement; /** * 执行一批SQL语句(批处理) */ public class Batch {