代码搜索:Distance
找到约 8,736 项符合「Distance」的源代码
代码结果 8,736
www.eeworm.com/read/472916/1402923
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/244294/4511647
h distance.h
#ifndef __DISTANCE_h__
#define __DISTANCE_h__
// write your header here
// 对外提供:
// 里程计量、速度测量、行驶时间接口
// 内部实现包括:
// 传感器脉冲测量
// 里程换算
// 启动时间测定
// 停止时间测定
#include "spce061a.h"
extern vo
www.eeworm.com/read/244294/4511648
c distance.c
//======================================================
// 文件名称: Distance.c
// 功能描述: 里程计量程序
// 维护记录: 2006-10-12 v1.0 by lijian
//======================================================
#include "
www.eeworm.com/read/244294/4511667
asm distance.asm
// GCC for SUNPLUS u'nSP version 1.0.10-10
// Command: C:\PROGRA~1\Sunplus\UNSPID~1\unSPIDE\cc1.exe C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\ccmIaaaa.i -quiet -dumpbase Distance.c -gstabs -Wall -o .\Debug/
www.eeworm.com/read/244294/4511680
lst distance.lst
Sunplus u'nSP Assembler - Ver. 1.10.0
Listing File Has Been Relocated
// GCC for SUNPLUS u'nSP version 1.0.10-10
// Command:
www.eeworm.com/read/240175/4578666
m distance.m
% DISTANCE Distance change between object and goal when pushing box.
% Copyright (c) 1998-2000 Jiming Liu and Jianbing Wu
close all;
clear all;
FLname='d:\users\jbwu\circ\result\circ01';
www.eeworm.com/read/221464/4831322
cpp distance.cpp
//-----------------------------------------------------------------------------
// boost mpl/test/distance.cpp source file
// See http://www.boost.org for updates, documentation, and revision histor
www.eeworm.com/read/202075/5054839
java distance.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either v
www.eeworm.com/read/187741/5216752
sci distance.sci
function [distance] = Distance(Pop1,Pop2) // the distance of two individuals
n=size(Pop1,2) -1; //Variables' number
ndis=(Pop1(1:n) - Pop2(1:n))'.^2; // the distances of variables between two in
www.eeworm.com/read/173155/5376297
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