代码搜索:batch
找到约 6,125 项符合「batch」的源代码
代码结果 6,125
www.eeworm.com/read/124399/6049905
exp factsfun.exp
TRUE
CLIPS> (batch "factsfun.bat")
TRUE
CLIPS> (clear)
CLIPS> (reset)
CLIPS> (defglobal ?*w* = (assert (a)))
CLIPS> (defglobal ?*x* = (assert (b)))
CLIPS> (defglobal ?*y* = (assert (c)))
CLIPS> (defgl
www.eeworm.com/read/124399/6050013
exp jnftrght.exp
TRUE
CLIPS> (batch "jnftrght.bat")
TRUE
CLIPS> (clear) ; Test logicals
CLIPS> (watch activations)
CLIPS> (watch facts)
CLIPS>
(defrule r1
(logical (exists (a ?) (b ?)))
(c ?)
=>
(ass
www.eeworm.com/read/104260/6205979
am makefile.am
# MS-DOS batch files
#
# Copyright (c) 1996, 1997, 1998, 1999
# Transvirtual Technologies, Inc. All rights reserved.
#
# See the file "license.terms" for information on usage and redistribution
# of
www.eeworm.com/read/170690/6326709
m kmeans.m
function [centres, options, post, errlog] = kmeans(centres, data, options)
%KMEANS Trains a k means cluster model.
%
% Description
% CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means
%
www.eeworm.com/read/359185/6352514
m optimal_brain_surgeon.m
function [D, Wh, Wo] = Optimal_Brain_Surgeon(train_features, train_targets, params, region)
% Classify using a backpropagation network with a batch learning algorithm and remove excess units
% usi
www.eeworm.com/read/494146/6379154
bat run.bat
@echo off
rem This file runs the corresponded demo.
if "%OS%" == "Windows_NT" setlocal
set DEMO=SMSDemo
if not exist .\%DEMO%.jad (
echo *** Run this batch file from its location directory
www.eeworm.com/read/493206/6398492
m optimal_brain_surgeon.m
function [D, Wh, Wo] = Optimal_Brain_Surgeon(train_features, train_targets, params, region)
% Classify using a backpropagation network with a batch learning algorithm and remove excess units
% usi
www.eeworm.com/read/485544/6552685
m kmeans.m
function [centres, options, post, errlog] = kmeans(centres, data, options)
%KMEANS Trains a k means cluster model.
%
% Description
% CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means
%
www.eeworm.com/read/485025/6571201
bat findbugs.bat
@echo off
:: Launch FindBugs on a Windows system.
:: Adapted from scripts found at http://www.ericphelps.com/batch/
:: This will only work on Windows NT or later!
:: Don't affect environment out
www.eeworm.com/read/410924/11264830
m optimal_brain_surgeon.m
function [D, Wh, Wo] = Optimal_Brain_Surgeon(train_features, train_targets, params, region)
% Classify using a backpropagation network with a batch learning algorithm and remove excess units
% usi