代码搜索:Distance
找到约 8,736 项符合「Distance」的源代码
代码结果 8,736
www.eeworm.com/read/268231/11149026
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/268158/11150740
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/147096/12583678
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/300562/13905818
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/300086/13936496
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/235612/14060839
m distcum.m
function s=distcum(x,y)
% s=distcum(x,y)
% s=distcum(x)
%
% If the first form is used, x and y represent the 2-D coordinates of a set of
% points. If the second form is used, x represents an incremen
www.eeworm.com/read/132953/14065365
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/203319/15361919
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/202786/15372906
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/201297/15411689
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end