代码搜索:Distance
找到约 8,736 项符合「Distance」的源代码
代码结果 8,736
www.eeworm.com/read/375190/2734857
ipp boost_no_std_distance.ipp
// (C) Copyright John Maddock 2001.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://
www.eeworm.com/read/375190/2734964
cpp no_std_distance_pass.cpp
// This file was automatically generated on Fri Dec 03 18:04:02 2004
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the
www.eeworm.com/read/375190/2734983
cpp no_std_distance_fail.cpp
// This file was automatically generated on Fri Dec 03 18:04:02 2004
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the
www.eeworm.com/read/260165/4335227
hpp has_distance_type.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: stlsoft/meta/detector/has_distance_type.hpp (originally MTBase.h, ::SynesisStl)
*
* Purpose: Defin
www.eeworm.com/read/370636/9589581
m compute_distance_to_points.m
function D = compute_distance_to_points(X,seeds)
% compute_distance_to_points - compute euclidean distance to a set of points.
%
% D = compute_distance_to_points(X,seeds)
%
% 'X' is a [d,n]
www.eeworm.com/read/368034/9716523
m distance_two_node.m
function distance=distance_two_node(U,V)
distance=sqrt((U(1)-V(1))^2+(U(2)-V(2))^2);
www.eeworm.com/read/415663/11059448
m plot_stretch_by_distance.m
function plot_stretch_by_distance(estimate, real, color, ...
abs_or_relative , msz)
%estimate: format of Nxd: N elements of d runs
%real: format of Nx1
%estimate = mean(estimate,2); %new here
www.eeworm.com/read/235440/14071846
c verified_distance_3.c
#include
#include
#include
#include
#define X_RANGE 500 /* The X Range of Terrain Area */
#define Y_RANGE 500 /* The Y Range of Treeain Area */
#defi
www.eeworm.com/read/235440/14071850
c verified_distance_10.c
#include
#include
#include
#include
#define X_RANGE 500 /* The X Range of Terrain Area */
#define Y_RANGE 500 /* The Y Range of Treeain Area */
#defi
www.eeworm.com/read/235440/14071853
c strict_distance_3.c
#include
#include
#include
#include
#define X_RANGE 500 /* The X Range of Terrain Area */
#define Y_RANGE 500 /* The Y Range of Treeain Area */
#defi