代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/213425/15135076
m rsmp.m
function Inew=rsmp(pik,N)
%picks N indeces from pik randomly. The probability of a certain element is proportional to the size of the corresponding element in pik.
%Author PSL 200411
akkupik=cumsum
www.eeworm.com/read/212307/15160056
m netinit.m
function net = netinit(net, prior)
%NETINIT Initialise the weights in a network.
%
% Description
%
% NET = NETINIT(NET, PRIOR) takes a network data structure NET and sets
% the weights and biases by s
www.eeworm.com/read/212307/15160101
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/212307/15160199
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/212131/15165616
m parabdv.m
function pdf=parabdv(x,v)
%2006-5-23修改,调用pbdv函数计算简单输入的抛物柱面函数-by panda
%This program is a direct conversion of the corresponding Fortran program in
%S. Zhang & J. Jin "Computation of Special Fun
www.eeworm.com/read/211901/15171189
txt readme.txt
This directory and its subdirectories contain the source code for the
VxWorks BSP.
The BSP is build by running MAKE on Makefile. The ROM-based versions
are designed to be loaded at an address of 0x00
www.eeworm.com/read/211695/15175486
m rsmp.m
function Inew=rsmp(pik,N)
%picks N indeces from pik randomly. The probability of a certain element is proportional to the size of the corresponding element in pik.
%Author PSL 200411
akkupik=cumsum
www.eeworm.com/read/210155/15205881
m analytic.m
function z=analytic(x)
% z=analytic(x)
%ANALYTIC Returns the analytic signal corresponding to signal x.
%
z=hilbert(x);
www.eeworm.com/read/207238/15278340
sql select_intersect.sql
/*This SQL script uses Demos.abs database.
Please open ...\AbsoluteDatabase\Demos\Data\Demos.abs database file.
This sample illustrates use of INTERSECT keyword.
The query shows only those V
www.eeworm.com/read/207238/15278469
sql select_intersect.sql
/*This SQL script uses Demos.abs database.
Please open ...\AbsoluteDatabase\Demos\Data\Demos.abs database file.
This sample illustrates use of INTERSECT keyword.
The query shows only those V