代码搜索:Distance
找到约 8,736 项符合「Distance」的源代码
代码结果 8,736
www.eeworm.com/read/329501/12951809
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/242024/13099118
jpg distance.jpg
www.eeworm.com/read/139301/13163954
m distance.m
function result=distance(X,label,alpha)
% This function computes the distance matrix for S-Isomap
%
% X: input data. DxN matrix, D is the dimension, and N is the number of
% records.
% label:
www.eeworm.com/read/316309/13525479
h distance.h
/*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
* distance.h -
*
\*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
#ifndef __DISTANCE__H
#define __DISTANCE__
www.eeworm.com/read/315454/13542280
h distance.h
#ifndef __DISTANCE_h__
#define __DISTANCE_h__
// write your header here
// 对外提供:
// 里程计量、速度测量、行驶时间接口
// 内部实现包括:
// 传感器脉冲测量
// 里程换算
// 启动时间测定
// 停止时间测定
#include "spce061a.h"
extern vo
www.eeworm.com/read/315454/13542281
c distance.c
//======================================================
// 文件名称: Distance.c
// 功能描述: 里程计量程序
// 维护记录: 2006-10-12 v1.0 by lijian
//======================================================
#include "
www.eeworm.com/read/315209/13548740
m distance.m
function d=distance(x1,x2,y1,y2)
%平面两点之间的距离
d=((x1-x2)^2+(y1-y2)^2)^(1/2);
www.eeworm.com/read/314220/13571411
html distance.html
MFC Programmer's SourceBook : STL Programmer's Gui
www.eeworm.com/read/309443/13671358
html distance.html
MFC Programmer's SourceBook : STL Programmer's Gui
www.eeworm.com/read/305816/13760352
h distance.h
#if !defined(DISTANCE_H)
#define DISTANCE_H
#define min(a, b) (((a) < (b)) ? (a) : (b))
#define max(a, b) (((a) > (b)) ? (a) : (b))
int LD(const char *x, unsigned int m, const char *y, unsigned