代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/458661/7291868
m diffr.m
% diffr.m - knife-edge diffraction coefficient
%
% Usage: D = diffr(v)
%
% v = vector of normalized Fresnel diffraction variables
% D = vector of difraction coefficients
%
% notes: it calculate
www.eeworm.com/read/397097/8069107
m mogp.m
function p = mogP(x,means,covs,priors)
% p = mogP(x,means,covs,priors)
%
% Calculate the probability density for each of the clusters of a
% mixture of Gaussians (note that P is not normalized!)
% Co
www.eeworm.com/read/315751/13536830
m diffr.m
% diffr.m - knife-edge diffraction coefficient
%
% Usage: D = diffr(v)
%
% v = vector of normalized Fresnel diffraction variables
% D = vector of difraction coefficients
%
% notes: it calculate
www.eeworm.com/read/303512/13813895
m diffr.m
% diffr.m - knife-edge diffraction coefficient
%
% Usage: D = diffr(v)
%
% v = vector of normalized Fresnel diffraction variables
% D = vector of difraction coefficients
%
% notes: it calculate
www.eeworm.com/read/132357/14096768
m kurt.m
% kurt() - return kurtosis of input data distribution
%
% Usage:
% >> k=kurt(data)
%
% Algorithm:
% Calculates kurtosis or normalized 4th moment of an input data vector
% Given a matrix, returns
www.eeworm.com/read/207991/4998831
mils test_05.mils
setoid(oid(20000000));
# escape sequences
# first some basics, escaped characters are normalized
print("got single quote \' ."); # remove superfluous escapes
print("got single quote ' without escape"
www.eeworm.com/read/303435/3811009
main thom2stiff.par.main
THOM2STIFF - convert Thomsen's parameters into (density normalized)
stiffness components for transversely isotropic
material with in-plane-tilted axis of symmetry
thom2st
www.eeworm.com/read/405754/2285307
c kl_mis.c
/*
# proc: kl_transform_mis - takes an mis structure of spatially normalized
# proc: (32 X 32) characters and computes a kl-feature
# proc: for each one.
*/
#inc
www.eeworm.com/read/334858/12568553
cc distancelinepoint.cc
#include "math.hh"
namespace bats
{
/**
* Calculates the distance to the closest point
* on a line.
*
* @param l0 the starting point of the line.
* @param lVect the normalized ve
www.eeworm.com/read/334858/12568559
cc linepointclosesttopoint.cc
#include "math.hh"
namespace bats {
/**
* Calculates the nearest point on a line to
* another point.
*
* @param l0 the start point of the line.
* @param lVect the not normalized