代码搜索:Nearest
找到约 1,596 项符合「Nearest」的源代码
代码结果 1,596
www.eeworm.com/read/349902/10786881
m mtc_smoothiterativenn.m
function hfile = mtc_SmoothIterativeNN(hfile, srf, nweight, numiter)
% MTC::SmoothIterativeNN - iteratively smooth MTC (nearest neighbor)
%
% FORMAT: [mtc] = mtc.SmoothIterativeNN(srf, nweig
www.eeworm.com/read/468911/6981772
m neighborhood2.m
function [values,position] = neighborhood2(x,y,coord,points,crossv,anisotropy)
% searches the neighborhood of the point (x,y) for the nearest
% 'points' number of points and calculates the lag and
www.eeworm.com/read/493005/6403510
sech
NAME
sech - hyperbolic secant
SYNOPSIS
sech(x [,eps])
TYPES
x real
eps nonzero real, defaults to epsilon()
return real
DESCRIPTION
Calculate the sech of x to the nearest
www.eeworm.com/read/493005/6403524
tanh
NAME
tanh - hyperbolic tangent
SYNOPSIS
tanh(x [,eps])
TYPES
x real
eps nonzero real, defaults to epsilon()
return real
DESCRIPTION
Calculate the tanh of x to the nearest
www.eeworm.com/read/493005/6403632
cosh
NAME
cosh - hyperbolic cosine
SYNOPSIS
cosh(x [,eps])
TYPES
x real
eps nonzero real, defaults to epsilon()
return real
DESCRIPTION
Calculate the cosh of x to the nearest
www.eeworm.com/read/493005/6403726
sinh
NAME
sinh - hyperbolic sine
SYNOPSIS
sinh(x [,eps])
TYPES
x real
eps nonzero real, defaults to epsilon()
return real
DESCRIPTION
Calculate the sinh of x to the nearest or
www.eeworm.com/read/486215/1253081
m brute.m
function [indices, distances] = brute(points, refind, nnr, past)
% [indices, distances] = brute(points, refind, nnr, past)
%
% Brute force implementation of nearest neighbor search
%
% Input argument
www.eeworm.com/read/298327/3867110
cpp s_llrintf.cpp
/* See the import.pl script for potential modifications */
/* Round argument to nearest integral value according to current rounding
direction.
Copyright (C) 1997 Free Software Foundation, In
www.eeworm.com/read/298327/3867127
cpp s_lrintf.cpp
/* See the import.pl script for potential modifications */
/* Round argument to nearest integral value according to current rounding
direction.
Copyright (C) 1997 Free Software Foundation, In
www.eeworm.com/read/294069/3920565
m brute.m
function [indices, distances] = brute(points, refind, nnr, past)
% [indices, distances] = brute(points, refind, nnr, past)
%
% Brute force implementation of nearest neighbor search
%
% Input argument