代码搜索:BATCH
找到约 6,125 项符合「BATCH」的源代码
代码结果 6,125
www.eeworm.com/read/191902/8417135
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/291164/8438674
conf john.conf
#
# This file is part of John the Ripper password cracker,
# Copyright (c) 1996-2005 by Solar Designer
#
[Options]
# Wordlist file name, to be used in batch mode
Wordlist = $JOHN/password.lst
# Use i
www.eeworm.com/read/289146/8572219
m kmeansnetlab.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-mean
www.eeworm.com/read/286662/8751969
m backpropagation_recurrent.m
function [test_targets, W, J] = Backpropagation_Recurrent(train_patterns, train_targets, test_patterns, params)
% Classify using a backpropagation recurrent network with a batch learning algorithm
www.eeworm.com/read/385664/8793233
c for.c
/*
* FOR.C - for internal batch command.
*
*
* History:
*
* 16-Jul-1998 (Hans B Pufal)
* Started.
*
* 16-Jul-1998 (John P Price)
* Seperated commands into individual fi
www.eeworm.com/read/285967/8799042
clp hello.clp
;;; hello.clp
;;; Shows how a frame may be created, with a menu bar and
;;; panel, using low-level windows functions.
;;; Load using -clips on the command line or using the Batch
;;; or Loa
www.eeworm.com/read/285967/8799105
clp frame.clp
;;; Shows how a frame may be created, with a menu bar and
;;; panel, using low-level windows functions.
;;; Load using -clips on the command line or using the Batch
;;; or Load commands from th
www.eeworm.com/read/385151/8816995
bat uarttr_dma.bat
REM This is a sample batch file for the Combination of a circumference function
REM application example (Reception of serial I/O, and combination of DMAC)
REM corresponding to the M3T-CC32R.
REM T
www.eeworm.com/read/428167/8886015
m kmeansnetlab.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-mean
www.eeworm.com/read/177674/9442449
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
%