代码搜索:BATCH
找到约 6,125 项符合「BATCH」的源代码
代码结果 6,125
www.eeworm.com/read/342438/12019968
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/341877/12057167
c ccomcall.c
/*
** Call undocumented Int 2Eh to invoke COMMAND.COM
**
** demo by Bob Stout
**
** NOTES: Dangerous code - will abort batch files in progress and
** occasionally have other undesirab
www.eeworm.com/read/251412/12346977
txt fanbox2.txt
/Batch
! The name of this file is "fanbox2"
/prep7
!
! Heated Solid contained in an enclosed region.
! Fan model drive the flow
! Two heated slabs
! File c
www.eeworm.com/read/131588/14136182
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/131588/14136251
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/130553/14186782
c ccomcall.c
/*
** Call undocumented Int 2Eh to invoke COMMAND.COM
**
** demo by Bob Stout
**
** NOTES: Dangerous code - will abort batch files in progress and
** occasionally have other undesirab
www.eeworm.com/read/129915/14217623
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/129915/14217678
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/209272/15224164
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/206404/15295763
m bpmxor.m
% back propagation algorithm for XOR problem
% batch mode & momentum term
function bpmxor()
clear all
clc
nSampNum = 4;
nSampDim = 2;
% change the Hidden unit number at your will
nHidden =