代码搜索:BATCH

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

代码结果 6,125
www.eeworm.com/read/140851/13059141

m kmeansnetlab.m

function [centres, options, post, errlog] = kmeans(centres, data, options) %KMEANS Trains a k means cluster model. % % Description % CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-mean
www.eeworm.com/read/140163/13101394

bat test.bat

echo // BATCH FILE TO TEST THE COMPILER AND INTERPRETER >trace cd src echo // >>trace echo // GENERATE A BYTE CODE LISTING FOR THE TEST PROGRAM `toxcc' >>trace echo // oxcc -qwLGb toxcc.c >>trac
www.eeworm.com/read/138798/13212203

m kmeansnetlab.m

function [centres, options, post, errlog] = kmeans(centres, data, options) %KMEANS Trains a k means cluster model. % % Description % CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-mean
www.eeworm.com/read/240580/13212631

cxx lexothers.cxx

// Scintilla source code edit control /** @file LexOthers.cxx ** Lexers for batch files, diff results, properties files, make files and error lists. ** Also lexer for LaTeX documents. **/ // C
www.eeworm.com/read/318168/13484477

bat pspadshell_reg.bat

@Echo off Rem This batch file registers the PSPad context menu handler Rem To unregister it, use PSPadShell_Unreg.bat %SystemRoot%\System32\RegSvr32 PSPadShell.dll
www.eeworm.com/read/317622/13500949

m backpropagation_recurrent.m

function [test_targets, W, J] = Backpropagation_Recurrent(train_patterns, train_targets, test_patterns, params) % Classify using a backpropagation recurrent network with a batch learning algorithm
www.eeworm.com/read/316604/13520422

m optimal_brain_surgeon.m

function [D, Wh, Wo] = Optimal_Brain_Surgeon(train_features, train_targets, params, region) % Classify using a backpropagation network with a batch learning algorithm and remove excess units % usi
www.eeworm.com/read/309649/13667269

c ccomcall.c

/* +++Date last modified: 05-Jul-1997 */ /* ** Call undocumented Int 2Eh to invoke COMMAND.COM ** ** demo by Bob Stout ** ** NOTES: Dangerous code - will abort batch files in progress and
www.eeworm.com/read/126074/6018654

exp factsfun.exp

TRUE CLIPS> (batch "factsfun.bat") TRUE CLIPS> (clear) CLIPS> (reset) CLIPS> (defglobal ?*w* = (assert (a))) CLIPS> (defglobal ?*x* = (assert (b))) CLIPS> (defglobal ?*y* = (assert (c))) CLIPS> (defgl
www.eeworm.com/read/126074/6018762

exp jnftrght.exp

TRUE CLIPS> (batch "jnftrght.bat") TRUE CLIPS> (clear) ; Test logicals CLIPS> (watch activations) CLIPS> (watch facts) CLIPS> (defrule r1 (logical (exists (a ?) (b ?))) (c ?) => (ass