代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/176823/9483183
m netunpak.m
function net = netunpak(net, w)
%NETUNPAK Separates weights vector into weight and bias matrices.
%
% Description
% NET = NETUNPAK(NET, W) takes an net network data structure NET and a
% weight vect
www.eeworm.com/read/176823/9483367
m mlpprior.m
function prior = mlpprior(nin, nhidden, nout, aw1, ab1, aw2, ab2)
%MLPPRIOR Create Gaussian prior for mlp.
%
% Description
% PRIOR = MLPPRIOR(NIN, NHIDDEN, NOUT, AW1, AB1, AW2, AB2) generates a
% dat
www.eeworm.com/read/372037/9523928
m d_tder.m
%D_TDER HOSA Demo: Time-delay estimation using cross-correlation (tder)
%
echo off
% A. Swami Oct 18, 1997.
% Copyright (c) 1991-2001 by United Signals & Systems, Inc.
% $Revision
www.eeworm.com/read/372037/9523946
m d_tde.m
%D_TDE HOSA Demo: Time Delay Estimation using cross-cumulant method (tde)
echo off
% A. Swami April 15, 1993
% Copyright (c) 1991-2001 by United Signals & Systems, Inc.
% $Revision: 1.7
www.eeworm.com/read/371323/9556299
m distance.m
function d = distance(inputcities)
% DISTANCE
% d = DISTANCE(inputcities) calculates the distance between n cities as
% required in a Traveling Salesman Problem. The input argument has two rows
%
www.eeworm.com/read/170249/9813353
m nniol.m
function [W1f,W2f,W1g,W2g,PI_vector,iteration,lambda]=nniol(NetDeff,NetDefg,...
NN,W1f,W2f,W1g,W2g,trparms,Y,U)
% NNIOL
% -----
% Train a
www.eeworm.com/read/165787/10051428
lst eventtable.lst
C51 COMPILER V7.50 EVENTTABLE 03/10/2006 16:35:24 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE EVENTTABLE
OBJECT MODULE PLACED
www.eeworm.com/read/165787/10051584
c eventtable.c
#ifndef _variable_c_
#define _variable_c_
#define TabLength 8
/*
********************************************************************************************************
* prio : unsigned cha
www.eeworm.com/read/361233/10063572
m distance.m
function d = distance(inputcities)
% DISTANCE
% d = DISTANCE(inputcities) calculates the distance between n cities as
% required in a Traveling Salesman Problem. The input argument has two rows
%
www.eeworm.com/read/165024/10078625
java rortbl.java
import java.util.*;
// This table stores (ROR, object) pairs, and will be maintained by
// your RMI on the server side, so that the server side can dispatch
// the object (or its skeleton) co