代码搜索:BATCH

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

代码结果 6,125
www.eeworm.com/read/369955/2788313

opt ipwiz.opt

-batch -create PS2 -ver 1.00.a -dir D:\EMBD\VGA -lang vhdl -bus opb s -rstmir -regn 1 32 -xps -ise -driver
www.eeworm.com/read/369955/2788324

opt ipwiz.opt

-batch -create vga_cntl -ver 1.00.a -dir D:\EMBD\VGA -lang vhdl -bus opb s -rstmir -regn 3 32 -xps -ise -driver
www.eeworm.com/read/360247/2965446

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/367152/9780194

m lans_pca.m

% lans_pca - Principal Component Analysis (batch) % % [pc_data,pvar,paxis] = lans_pca(data[,para]) % % _____OUTPUTS____________________________________________________________ % pc_data projected da
www.eeworm.com/read/415311/11077042

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/415311/11077095

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/107008/15615000

lex expspec.lex

/** @file BatchLang.lex @brief This file contains the lexical analyzer definition for the EasyLocal++ language for batch experiences. @author Andrea Schaerf (schaerf@uniud.it) @author Luc
www.eeworm.com/read/105158/15677070

readme

This is lua, a sample Lua interpreter. It can be used as a batch interpreter and also interactively. There are man pages for it in both nroff and html in ../../doc. Usage: ./lua [options] [script [ar
www.eeworm.com/read/391747/8382028

bat build.bat

@echo off REM #-------------------------------------------------------------------------- REM # File: BUILD.BAT REM # Contents: Batch file to build EZ-USB FX2 firmware frameworks. REM # REM # Co
www.eeworm.com/read/191902/8417075

m perceptron_bvi.m

function D = Perceptron_BVI(train_features, train_targets, params, region) % Classify using the batch variable increment Perceptron algorithm % Inputs: % features - Train features % targets