代码搜索:Distance
找到约 8,736 项符合「Distance」的源代码
代码结果 8,736
www.eeworm.com/read/174091/9608037
txt distance_2.txt
99999
99999
-1
99999
7
7
15
15
-1
99999
99999
99999
99999
99999
99999
99999
99999
99999
99999
99999
99999
99999
99999
99999
99999
99999
-1
99999
99999
99999
99999
99999
www.eeworm.com/read/173695/9641473
vhd distance_synth.vhd
----------------------------------------------------------------------
---- ----
---- distance_synth.vhd
www.eeworm.com/read/173695/9641525
vhd distance_e.vhd
----------------------------------------------------------------------
---- ----
---- distance_e.vhd
www.eeworm.com/read/415663/11059347
m distance_vector.m
function [dv, dv_packets, dv_entries] = distance_vector(neighbor_dist, ...
deltaA, failure_vector, ...
old_dv, deltaA_f)
%deltaA: column vector of the bunch radius
%failure_vector: boo
www.eeworm.com/read/415663/11059430
m routing_distance.m
function [pair_dist, pair_hops]=routing_distance(neighbor_dist, ...
routing_nexthop, test_pairs)
%neighbor_dist(i,j): distance between i & j if they are neighbor,
%or infinity
%routing_nexthop(i,j)
www.eeworm.com/read/415663/11059484
m euclidean_distance.m
%calculate the euclidean distance based on coordinate y
%X: Nxd coordinates
%Y: Mxd coordinates
%edist: N x M matrix: edist(i,j) = euclidean_distance(x_i, y_j)
function edist = euclidean_distance(X,Y)
www.eeworm.com/read/415311/11077113