代码搜索:batch
找到约 6,125 项符合「batch」的源代码
代码结果 6,125
www.eeworm.com/read/396844/2406628
m kmeans.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-means
%
www.eeworm.com/read/389864/2535274
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.
**/
// Copyri
www.eeworm.com/read/387868/2555560
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.
**/
// Copyri
www.eeworm.com/read/386597/2570208
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/375190/2725722
qbk history.qbk
[variablelist
[[3.1.16] [
This is mostly a bug fix release.
[list
[li Work around some Windows CMD.EXE programs that will fail executing a totally
empty batch file.
-- ['Rene R.
www.eeworm.com/read/362572/2930626
am makefile.am
# MS-DOS batch files
#
# Copyright (c) 1996, 1997, 1998, 1999
# Transvirtual Technologies, Inc. All rights reserved.
#
# See the file "license.terms" for information on usage and redistribution
# of
www.eeworm.com/read/359369/2978427
m kmeans.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/355508/3053445
bat build.bat
@echo off
rem
rem This batch file builds and preverifies the code for the demos.
rem it then packages them in a JAR file appropriately.
rem
if "%OS%" == "Windows_NT" setlocal
set DEMO=NetworkDem
www.eeworm.com/read/355508/3053448
bat run.bat
@echo off
rem This file runs the corresponded demo.
if "%OS%" == "Windows_NT" setlocal
set DEMO=NetworkDemo
if not exist .\%DEMO%.jad (
echo *** Run this batch file from its location direct
www.eeworm.com/read/355365/3054485
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.
**/
// Copyri