代码搜索:batch
找到约 6,125 项符合「batch」的源代码
代码结果 6,125
www.eeworm.com/read/444287/7614558
m batch_template.m
%script file for batched enrolling fingerprints
%Honors Project 2001~2002
%wuzhili 99050056
%comp sci HKBU
%last update 19/April/2002
t = cputime;
for i=101:104
for j=1:3
i
j
www.eeworm.com/read/439387/7711371
sh batch_test.sh
#!/bin/bash
# This is only an example file to help you getting started with
# shell-scripting. It does not work as it is, you have to adjust
# it (and the prepare the tcl file for it)!
OutputDir="/ho
www.eeworm.com/read/399996/7816591
m backpropagation_batch.m
function [test_targets, Wh, Wo, J] = Backpropagation_Batch(train_patterns, train_targets, test_patterns, params)
% Classify using a backpropagation network with a batch learning algorithm
% Inputs
www.eeworm.com/read/399996/7816662
m perceptron_batch.m
function [test_targets, a, updates] = Perceptron_Batch(train_patterns, train_targets, test_patterns, params)
% Classify using the batch Perceptron algorithm
% Inputs:
% train_patterns - Train pa
www.eeworm.com/read/299946/7819370
m channelcapacity_batch.m
%% Channel Capacity of MIMO
clear;
clc;
results=zeros(51,5);
Re_CorrelationMatrix=zeros(4,4,51);
for mm=1:4
Re_CorrelationMatrix(mm,mm,:)=1;
end
Coefficient_1_2=zeros(1,51);
Coeffi
www.eeworm.com/read/398665/7929814
dcu batch_insert.dcu
www.eeworm.com/read/398665/7930031
dfm batch_insert.dfm
object frm_Batch_Insert: Tfrm_Batch_Insert
Left = 271
Top = 243
Width = 338
Height = 193
BorderIcons = [biSystemMenu]
Caption = #12304#21830#21697#24555#36895#24405#20837#12305
Co
www.eeworm.com/read/398665/7930366
ddp batch_insert.ddp
www.eeworm.com/read/398665/7930878
pas batch_insert.pas
unit Batch_Insert;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, XPMenu, Grids, StdCtrls, Buttons, ComCtrls;
type
Tfrm_