代码搜索:batch

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

代码结果 6,125
www.eeworm.com/read/105215/15674843

news

John the Ripper -- Changes History ==================================== Changes from v1.5 to v1.6 --------------------------- * Batch mode: easier to use. * Kerberos AFS passwords support. * WinNT
www.eeworm.com/read/191902/8417100

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/191902/8417167

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/191513/8428603

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/388811/8573816

c randtest.c

/* randtest.c : Defines the entry point for the console application. // // // RANDTEST is a command-line program. It is designed so that it can be executed // from a batch file. It requires the
www.eeworm.com/read/385151/8816986

bat tin_dma.bat

REM This is a sample batch file for the Combination of a circumference function REM application example (Combination of an input terminal and DMAC) corresponding to the M3T-CC32R. REM The environmen
www.eeworm.com/read/177129/9468781

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/177129/9468838

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/174862/9571265

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/159920/10589413

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