代码搜索:BATCH

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

代码结果 6,125
www.eeworm.com/read/103088/6224144

pas romid.pas

{ This little program is my try to provide information about the EtherBoot rom via environment variables to a batch file. This could be done better, I think, but it works... The program does
www.eeworm.com/read/359185/6352496

m backpropagation_quickprop.m

function [D, Wh, Wo] = Backpropagation_Quickprop(train_features, train_targets, params, region) % Classify using a backpropagation network with a batch learning algorithm and quickprop % Inputs:
www.eeworm.com/read/359185/6352526

m relaxation_bm.m

function [D, a] = Relaxation_BM(train_features, train_targets, params, region) % Classify using the batch relaxation with margin algorithm % Inputs: % features - Train features % targets -
www.eeworm.com/read/493206/6398474

m backpropagation_quickprop.m

function [D, Wh, Wo] = Backpropagation_Quickprop(train_features, train_targets, params, region) % Classify using a backpropagation network with a batch learning algorithm and quickprop % Inputs:
www.eeworm.com/read/493206/6398504

m relaxation_bm.m

function [D, a] = Relaxation_BM(train_features, train_targets, params, region) % Classify using the batch relaxation with margin algorithm % Inputs: % features - Train features % targets -
www.eeworm.com/read/410924/11264794

m backpropagation_quickprop.m

function [D, Wh, Wo] = Backpropagation_Quickprop(train_features, train_targets, params, region) % Classify using a backpropagation network with a batch learning algorithm and quickprop % Inputs:
www.eeworm.com/read/410924/11264875

m relaxation_bm.m

function [D, a] = Relaxation_BM(train_features, train_targets, params, region) % Classify using the batch relaxation with margin algorithm % Inputs: % features - Train features % targets -
www.eeworm.com/read/260061/11749540

bat cooltrayservice.bat

@echo off rem This batch file (re)installs the CoolTrayService, then starts it. rem Change this path: set SERVICEPATH=C:\Troels\Delphi\TrayIconTest\CoolService %SERVICEPATH%\CoolService.exe
www.eeworm.com/read/258434/11864498

c ccomcall.c

/* ** Call undocumented Int 2Eh to invoke COMMAND.COM ** ** demo by Bob Stout ** ** NOTES: Dangerous code - will abort batch files in progress and ** occasionally have other undesirab
www.eeworm.com/read/154878/11921268

readme

This is lua, a sample Lua interpreter. It can be used as a batch interpreter and also interactively. There are man pages for it in both nroff and html in ../../doc. Usage: ./lua [options] [script [ar