代码搜索:Distance
找到约 8,736 项符合「Distance」的源代码
代码结果 8,736
www.eeworm.com/read/426348/10257709
h inftrees.h
/* inftrees.h -- header to use inftrees.c
* Copyright (C) 1995-2003 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* WARNING: this file should *not* b
www.eeworm.com/read/426348/10257722
h deflate.h
/* deflate.h -- internal compression state
* Copyright (C) 1995-2002 Jean-loup Gailly
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* WARNING: this file should
www.eeworm.com/read/280604/10304730
m nearest.m
function [zj,j,d] = nearest(z,xi);
% NEAREST: return the vector zj in z that is nearest to xi
% [zj,j,d] = nearest(z,xi)
% z - d*J vectors that need to be compared to xi
% xi - the vector that wants
www.eeworm.com/read/425695/10336591
m sp_dist2.m
function n2 = sp_dist2(x, c)
% DIST2 Calculates squared distance between two sets of points.
% Adapted from Netlab neural network software:
% http://www.ncrg.aston.ac.uk/netlab/index.php
%
% Desc
www.eeworm.com/read/278827/10503837
h inftrees.h
/* inftrees.h -- header to use inftrees.c
* Copyright (C) 1995-2005 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* WARNING: this file should *not* b
www.eeworm.com/read/278827/10503845
h deflate.h
/* deflate.h -- internal compression state
* Copyright (C) 1995-2004 Jean-loup Gailly
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* WARNING: this file should
www.eeworm.com/read/276954/10692030
h km_ann.h
//----------------------------------------------------------------------
// File: KM_ANN.h
// Programmer: David Mount
// Last modified: 05/14/04
// Description: S
www.eeworm.com/read/419693/10844870
output closestpoints.output
Enter number of points
Enter point 1
Enter point 2
Enter point 3
Enter point 4
Enter point 5
Closest points are 2 and 5
Their distance is 2.82843
www.eeworm.com/read/418893/10892762
h deflate.h
/* deflate.h -- internal compression state
* Copyright (C) 1995-1998 Jean-loup Gailly
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* WARNING: this file should
www.eeworm.com/read/273058/10930089
c 磁盘调度.c
#include "stdio.h"
#include "math.h"
#define N 4999
int m,a[100],x,y,q[100]={0};
struct
{char q[10];}u[6]={"fcfs","scan","look","c-scan","c-look","sstf"};
input()
{int i;
printf("plese input