代码搜索:Distance
找到约 8,736 项符合「Distance」的源代码
代码结果 8,736
www.eeworm.com/read/166742/10002939
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/164260/10120784
m dfun.m
function out = dfun(in)
global X
out = L2_distance(X,X(:,in));
out = out';
www.eeworm.com/read/164109/10128613
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/425020/10387319
txt i-06-2.txt
(man) Let's proceed to the main exhibit hall and look at some of the actual vehicles that have played a prominent role in speeding up mail delivery. Consider how long it used to take to send a letter
www.eeworm.com/read/424063/10499250
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/160364/10538574
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/423536/10552882
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/467324/7009742
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/463748/7176045
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/462321/7202796
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end