代码搜索:BATCH
找到约 6,125 项符合「BATCH」的源代码
代码结果 6,125
www.eeworm.com/read/321242/13410347
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/321241/13410389
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/317943/13492999
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/317695/13499389
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/316604/13520396
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
www.eeworm.com/read/316604/13520497
m backpropagation_cgd.m
function [D, Wh, Wo] = Backpropagation_CGD(train_features, train_targets, params, region)
% Classify using a backpropagation network with a batch learning algorithm and conjugate gradient descent
www.eeworm.com/read/316604/13520513
m backpropagation_recurrent.m
function [D, Wh, Wo] = Backpropagation_Recurrent(train_features, train_targets, params, region)
% Classify using a backpropagation recurrent network with a batch learning algorithm
% Inputs:
% f
www.eeworm.com/read/137128/5826220
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/126074/6018624
exp drtest01.exp
TRUE
CLIPS> (batch "drtest01.bat")
TRUE
CLIPS> (toss "a") ; DR0001
FALSE
CLIPS> (toss a) ; DR0001
FALSE
CLIPS> (clear) ; DR000
www.eeworm.com/read/126074/6018812
exp predcfnx.exp
TRUE
CLIPS> (batch "predcfnx.bat")
TRUE
CLIPS> (numberp) ; 10.2.1
[ARGACCES4] Function numberp expected exactly 1 argument(s)
CLIPS> (numberp 3 a) ; 10.2.