代码搜索:Distance
找到约 8,736 项符合「Distance」的源代码
代码结果 8,736
www.eeworm.com/read/251644/12328457
cpp distance.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josuttis 19
www.eeworm.com/read/251644/12328492
hpp distance.hpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josuttis 19
www.eeworm.com/read/250457/12404990
m distance.m
function d = distance(inputcities)
% DISTANCE
% d = DISTANCE(inputcities) calculates the distance between n cities as
% required in a Traveling Salesman Problem. The input argument has two rows
%
www.eeworm.com/read/231735/14222440
m distance.m
% Program 6-3
% distance.m
%
% The calculation of distance between access point and access terminal.
%
% Input arguments
% bstn : coordinate of access point(x,y,z)
% mstn : coordinate of ac
www.eeworm.com/read/229258/14347138
h distance.h
#ifndef DISTANCE_H
#define DISTANCE_H
#include
class EditDistance {
private:
int *d;
int currentelements;
/*Gets the minimum of three values */
inline int minimum( const int
www.eeworm.com/read/229258/14347143
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?
Levenshtein dist
www.eeworm.com/read/228472/14382952
m distance.m
% Program 6-3
% distance.m
%
% The calculation of distance between access point and access terminal.
%
% Input arguments
% bstn : coordinate of access point(x,y,z)
% mstn : coordinate of ac
www.eeworm.com/read/227437/14425247
txt distance.txt
www.eeworm.com/read/126078/14447046
cpp distance.cpp
// Distance.cpp : implementation file
//
#include "stdafx.h"
#include "找最短路系统.h"
#include "Distance.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE
www.eeworm.com/read/126078/14447047
h distance.h
#if !defined(AFX_DISTANCE_H__460C462C_1F4C_480E_A0D2_843B1022D0C8__INCLUDED_)
#define AFX_DISTANCE_H__460C462C_1F4C_480E_A0D2_843B1022D0C8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _