代码搜索:Distance
找到约 8,736 项符合「Distance」的源代码
代码结果 8,736
www.eeworm.com/read/420803/2061502
h distance.h
#ifndef DISTANCE_H
#define DISTANCE_H
class EditDistance {
private:
ints d;
/*Gets the minimum of three values */
static inline int minimum( const int a, const int b, const int c )
www.eeworm.com/read/420803/2061510
cpp distance.cpp
/*
writer : Opera Wang
E-Mail : wangvisual AT sohu DOT com
License: GPL
*/
/* filename: distance.cc */
/*
http://www.merriampark.com/ld.htm
What is Levenshtein Distance?
Leven
www.eeworm.com/read/414613/2143031
cvt distance.cvt
/**********************************************************************
** Copyright (C) 2001 Trolltech AS. All rights reserved.
**
** This file is part of Qtopia Environment.
**
** This file may be
www.eeworm.com/read/414605/2143310
cvt distance.cvt
/**********************************************************************
** Copyright (C) 2001 Trolltech AS. All rights reserved.
**
** This file is part of Qtopia Environment.
**
** This file may be
www.eeworm.com/read/409203/2236999
java distance.java
/*
* Copyright (c) 2003-2009 jMonkeyEngine
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the follo
www.eeworm.com/read/405754/2285342
c distance.c
/*
# proc: distance - computes the distance between two points.
# proc:
# proc: diff_sq_distance - computes the squared distance between two points.
# proc:
# proc: perp_dist - given a point in space
www.eeworm.com/read/403516/2310637
h distance.h
#ifndef ns_distance_h
#define ns_distance_h
#include "stdio.h"
#include
int convert(FILE *out,int id,int x,int y);
int writeFile(FILE *out, double value);
char* transform(int tmp);
www.eeworm.com/read/403516/2310658
h distance.h
#ifndef ns_distance_h
#define ns_distance_h
#include "stdio.h"
#include
int convert(FILE *out,int id,int x,int y);
int writeFile(FILE *out, double value);
char* transform(int tmp);
www.eeworm.com/read/396844/2407628
m distance.m
function d = distance(u, v)
delta = u - v;
d = sqrt(sum(delta .^ 2));
www.eeworm.com/read/382446/2636660
java distance.java
/*
* LingPipe v. 3.5
* Copyright (C) 2003-2008 Alias-i
*
* This program is licensed under the Alias-i Royalty Free License
* Version 1 WITHOUT ANY WARRANTY, without even the implied warranty of