代码搜索:Distance
找到约 8,736 项符合「Distance」的源代码
代码结果 8,736
www.eeworm.com/read/492274/6420378
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. Josutti
www.eeworm.com/read/492274/6420390
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. Josutti
www.eeworm.com/read/485402/6561426
c distance.c
/* Copyright (c) Colorado School of Mines, 2001.*/
/* All rights reserved. */
/*********************** self documentation **********************/
/************************
www.eeworm.com/read/484044/6589756
h distance.h
#ifndef __DISTANCE_h__
#define __DISTANCE_h__
// write your header here
// 对外提供:
// 里程计量、速度测量、行驶时间接口
// 内部实现包括:
// 传感器脉冲测量
// 里程换算
// 启动时间测定
// 停止时间测定
#include "spce061a.h"
extern vo
www.eeworm.com/read/484044/6589757
c distance.c
//======================================================
// 文件名称: Distance.c
// 功能描述: 里程计量程序
// 维护记录: 2006-10-12 v1.0 by lijian
//======================================================
#include "
www.eeworm.com/read/484044/6589790
asm distance.asm
// GCC for SUNPLUS u'nSP version 1.0.21-3
// Command: D:\Sunplus\UNSPID~1.0\cc1.exe C:\Users\ADMINI~1\AppData\Local\Temp\ccwHaaaa.i -fkeep-inline-functions -quiet -dumpbase Distance.c -mglobal-var-ir
www.eeworm.com/read/484044/6589800
obj distance.obj
www.eeworm.com/read/483253/6602001
m distance.m
function dst = distance(x,y,N,type,opt)
% DISTANCE - distance computation y = distance(x,y,N,type,option)
%
% This function computes the distance between vectors x and y.
% The following distanc
www.eeworm.com/read/483253/6602210
m distance.m
function dst = distance(x,y,N,type,opt)
% DISTANCE - distance computation y = distance(x,y,N,type,option)
%
% This function computes the distance between vectors x and y.
% The following distanc
www.eeworm.com/read/482846/6614566
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. Josutti