代码搜索:batch
找到约 6,125 项符合「batch」的源代码
代码结果 6,125
www.eeworm.com/read/492937/6414525
m create_da_model.m
function varargout = create_da_model(varargin)
% CREATE_DA_MODEL create model for modified discriminant analysis
% Batch mode using: DaModel=create_da_model(X,'auto',first_win_length,second_win_leng
www.eeworm.com/read/405069/11472151
txt classification.txt
Ada_Boost@Num iter, type, params:@[100,'Stumps',[]]@L
Backpropagation_Batch@Nh, Theta, Convergence rate:@[5, 0.1, 0.1]@L
Backpropagation_CGD@Nh, Theta:@[5, 0.1]@L
Backpropagation_Quickprop@Nh, Thet
www.eeworm.com/read/400217/11580451
eww examples_c_asm.eww
$WS_DIR$\asm_lpm3.ewp
$WS_DIR$\C_lpm3.ewp
www.eeworm.com/read/157395/11713064
bat project1.bat
@echo off
ECHO Use this batch file to make a new cab file. Press CTRL-C to cancel, or
pause
"D:\Microsoft Visual Studio\VB98\Wizards\PDWizard\MAKECAB.EXE" /f "Project1.DDF"
www.eeworm.com/read/258979/11829374
bat mk_inst.bat
cls
echo off
echo This batch file makes an ImSamp installation disk.
echo Place a Blank, Formatted disk in drive A:
Pause
md a:\i386
copy oemsetup.inf a:\
copy disk1 a:\
copy imsamp.sys a:
www.eeworm.com/read/131588/14136137
txt classification.txt
Ada_Boost@Num iter, type, params:@[100,'Stumps',100]@L
Backpropagation_Batch@Nh, Theta, Convergence rate:@[5, 0.1, 0.1]@L
Backpropagation_CGD@Nh, Theta:@[5, 0.1]@L
Backpropagation_Quickprop@Nh, The
www.eeworm.com/read/131204/14156847
bat setup.bat
rem Batch file for creating py2exe executable for Harvestman
rem Useful only on Windoze platforms
@echo off
python install.py py2exe -O2 --packages=encodings --force-imports encodings
www.eeworm.com/read/129915/14217586
txt classification.txt
Ada_Boost@Num iter, type, params:@[100,'Stumps',100]@L
Backpropagation_Batch@Nh, Theta, Convergence rate:@[5, 0.1, 0.1]@L
Backpropagation_CGD@Nh, Theta:@[5, 0.1]@L
Backpropagation_Quickprop@Nh, The
www.eeworm.com/read/128969/14271256
txt 酒吧管理系统_改进版.txt
The cab file for your application has been built as 'g:\酒吧管理系统_改进版.CAB'.
There is also a batch file in the support directory (g:\Support\酒吧管理系统_改进版.BAT) that will allow you to recreate the cab file
www.eeworm.com/read/119868/14819161
bat jpcap.bat
rem $Id: jpcap.bat,v 1.6 2004/03/19 03:04:10 pcharles Exp $
rem
rem This batch file is used to start the jpcap sample client
rem and visualization tool for users of the win32 distribution.
rem