代码搜索:Distance
找到约 8,736 项符合「Distance」的源代码
代码结果 8,736
www.eeworm.com/read/397577/8036951
bmp distance1.bmp
www.eeworm.com/read/397181/8063907
m distance_main.m
clear all;
clc;
filename=input('请输入识别数据文件名:','s');
train_num=input('请输入用于训练的样本数:');
chara_num=input('请输入用于识别的特征数:');
distance_abs_nor(filename,train_num,chara_num);
distance_abs_std(filename
www.eeworm.com/read/397099/8068842
m edit_distance.m
www.eeworm.com/read/295913/8134955
m distance_pointtopoint.m
function Distance=Distance_piontTopoint(x1,y1,x2,y2)
%%get the distance between two point this is ok
%2007.09.29
Distance=sqrt((x1-x2).^2+(y1-y2).^2);
www.eeworm.com/read/245941/12770910
m edit_distance.m
www.eeworm.com/read/331558/12821492
m fun_distance.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 该函数计算图 点i到到点j的最短路径
%%输入:图的链接矩阵;
%%输出:距离矩阵
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
function [b] = Fun_Distan
www.eeworm.com/read/331558/12821558
asv fun_distance.asv
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 该函数计算图 点i到到点j的最短路径
%%输入:图的链接矩阵;
%%输出:距离矩阵
%%By Xiao Lp, 2007-07-06
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/330850/12864924
m edit_distance.m
www.eeworm.com/read/325953/13173015
m distance2.m
%DISTANCE : perform spectral distortion measure.
%Function: y=distance2(a,b,xa,zi,method) returns the distortion measure between
% two frames of speech data.
%
%INPUT: a == LPC coeffic
www.eeworm.com/read/240028/13239904
cpp ensure_distance.cpp
#include
#include
using std::runtime_error;
namespace tut
{
/**
* Testing ensure_distance() method.
*/
struct ensure_distance_test
{
};
typedef test_group