代码搜索:Distance
找到约 8,736 项符合「Distance」的源代码
代码结果 8,736
www.eeworm.com/read/129915/14217705
m edit_distance.m
www.eeworm.com/read/227962/14405173
m crowding_distance.m
function f = crowding_distance(x,problem)
% This function calculates the crowding distance
[N,M] = size(x);
switch problem
case 1
M = 2;
V = 6;
case 2
M = 3;
www.eeworm.com/read/217792/14951340
m my_distance.m
%
% function dist = distance(x,y): returns the distance between two vector x
% and y.
%
%
function dist = my_distance(x,y)
temp = (x-y).*(x-y);
dist = sqrt(sum(temp,2));
www.eeworm.com/read/217792/14951343
m sum_distance.m
% function distance = Sum_distance(x_compressed, y_compressed, cdbk_distance): image
% similarity calculation based on sumation of Euclidean distance over all
% pairs of codewords
%
% Input:
www.eeworm.com/read/215301/15065747
c crowding_distance.c
# include
# include
# include "malloc.h"
# include "global.h"
# include "sort.c"
// 计算拥挤距离
void crowding_distance (population *pop, int *obj_array, int front_size)
{
www.eeworm.com/read/212723/15150768
m gamean_distance.m
% This function is used to determine the mean distance
% for uniform sampling over a hypercube. Used for comparing the
% quality of initial conditions with other algorithms that use
% only one it
www.eeworm.com/read/210839/15191742
il utl_distance.il
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; Title: utl_distance.il
;;
;; Purpose: To find the distance between two point or
;; to find the dist
www.eeworm.com/read/13887/285324
m elec_distance.m
function [labels, distances] = elec_distance(elec_labels,X,Y,Z,xo,yo,zo)
% ELEC_DISTANCE - Calculates spherical interelectrode distances (arc length).
%
% Useage: [labels, distances] = elec_distanc
www.eeworm.com/read/18781/801643
il utl_distance.il
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; Title: utl_distance.il
;;
;; Purpose: To find the distance between two point or
;; to find the dist