代码搜索:batch
找到约 6,125 项符合「batch」的源代码
代码结果 6,125
www.eeworm.com/read/316604/13520517
m rbf_network.m
function [D, mu, Wo] = RBF_Network(train_features, train_targets, Nh, region)
% Classify using a backpropagation network with a batch learning algorithm
% Inputs:
% features- Train features
% t
www.eeworm.com/read/309649/13666905
c query.c
/* +++Date last modified: 05-Jul-1997 */
/*
** QUERY.C - Timed query with default for batch files
**
** Usage: QUERY [Prompt_string] [X] [n]
** where: X = Default answer, `Y' or `N'
www.eeworm.com/read/305314/13773590
bat bcbrdint.bat
ECHO OFF
REM Borland C Batch File for CBIRD.exe with Interrupts
REM Usage: bcbrdint [library path] [Include path]
REM -c - compile only
REM -O - Jump Optimization
REM -G
www.eeworm.com/read/131315/5936131
com vmsconfig.com
$ !
$ ! Set up to compile GCC on VAX/VMS
$ !
$! Set the def dir to proper place for use in batch. Works for interactive too.
$flnm = f$enviroment("PROCEDURE") ! get current procedure name
$set def
www.eeworm.com/read/126074/6018625
exp drtest06.exp
TRUE
CLIPS> (batch "drtest06.bat")
TRUE
CLIPS> (clear) ; DR0501
CLIPS> (defmessage-handler USER foo ()) ; DR0501
CLIPS> (clear) ; DR0501
CLIPS>
www.eeworm.com/read/126074/6018643
exp dfnxcmd.exp
TRUE
CLIPS> (batch "dfnxcmd.bat")
TRUE
CLIPS> (deffunction bogus (?a ?b $?c)
(printout t "Random action" crlf))
CLIPS> (deffunction bogus2 ())
CLIPS> (ppdeffunction bogus)
(deffunction MAIN::bogus
www.eeworm.com/read/126074/6018691
exp drtest04.exp
TRUE
CLIPS> (batch "drtest04.bat")
TRUE
CLIPS> (clear) ; DR0301
CLIPS> (assert (clock =(create$ a))) ; DR0301
CLIPS> (clear) ; DR0301
www.eeworm.com/read/126074/6018709
exp modlmisc.exp
TRUE
CLIPS> (batch "modlmisc.bat")
TRUE
CLIPS> (clear) ;; import/export coordination
CLIPS> (defmodule A)
CLIPS> (deftemplate A::foo (slot x))
CLIPS> (defmodule B (import A ?ALL))
[MODULPSR1] Module
www.eeworm.com/read/126074/6018728
exp misclns4.exp
TRUE
CLIPS> (batch "misclns4.bat")
TRUE
CLIPS> (clear) ;; Case 1
CLIPS> (defmodule A (export ?ALL))
CLIPS> (deftemplate A::foo)
CLIPS> (defmodule MAIN (import A ?ALL) (export ?ALL))
CLIPS> (defmodule
www.eeworm.com/read/124399/6049876
exp drtest06.exp
TRUE
CLIPS> (batch "drtest06.bat")
TRUE
CLIPS> (clear) ; DR0501
CLIPS> (defmessage-handler USER foo ()) ; DR0501
CLIPS> (clear) ; DR0501
CLIPS>