代码搜索:BATCH
找到约 6,125 项符合「BATCH」的源代码
代码结果 6,125
www.eeworm.com/read/220289/14843774
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/115108/15027218
bat run.bat
@echo off
rem This file runs the corresponded demo.
if "%OS%" == "Windows_NT" setlocal
set DEMO=SMSDemo
if not exist .\%DEMO%.jad (
echo *** Run this batch file from its location directory
www.eeworm.com/read/212307/15160081
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/209709/15215296
bat generatemyprojecttestcase.bat
REM 'unittestsgen' application by "Artur Hefczyc", kobit@users.sourceforge.net
REM bach to use unittestsgen by JM Garnier, 2002/01
REM PBReport batch for generating tests files, adapt the 5 follow
www.eeworm.com/read/209709/15215304
bat generatetests.bat
REM Batch which generate the project's jar
REM ------ %1 : parent directory of war
REM ------ %2 : path of generateTests.bat
REM ------ %3 : input directory
REM ------ %4 : output directory
REM -
www.eeworm.com/read/208357/15248409
package_readme
The cab file for your application has been built as 'D:\Documents and Settings\whx\桌面\game\Package\Light_black.CAB'.
There is also a batch file in the support directory (D:\Documents and Settings\w
www.eeworm.com/read/11175/206285
bat dosenv.bat
@echo off
rem SYNTAX: dosenv [drive:]
rem where "drive" is the drive the build tree resides in.
rem This batch file sets up the environment for building DOS.
rem Note that running this more
www.eeworm.com/read/13871/284603
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/472280/1412549
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/470713/1454959
java batchupdateexception.java
/* BatchUpdateException.java -- Exception for batch oriented SQL errors
Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free sof