代码搜索:Distance
找到约 8,736 项符合「Distance」的源代码
代码结果 8,736
www.eeworm.com/read/304962/3782850
h distance_predicatesh2.h
// Copyright (c) 1999 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Witten
www.eeworm.com/read/304962/3782867
h distance_predicatesh3.h
// Copyright (c) 1999 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Witten
www.eeworm.com/read/296353/3904887
java test03distance.java
package org.apache.lucene.queryParser.surround.query;
import junit.framework.TestCase;
import junit.framework.TestSuite;
import junit.textui.TestRunner;
public class Test03Distance extends TestCase
www.eeworm.com/read/432926/1886059
pde distance2d.pde
/**
* Distance 2D.
*
* Move the mouse across the image to obscure and reveal the matrix.
* Measures the distance from the mouse to each square and sets the
* size proportionally.
*/
float
www.eeworm.com/read/432926/1886066
pde distance1d.pde
/**
* Distance 1D.
*
* Move the mouse left and right to control the
* speed and direction of the moving shapes.
*/
int thin = 8;
int thick = 36;
float xpos1 = 134.0;
float xpos2 = 44.0;
flo
www.eeworm.com/read/422520/2037087
m projective_distance2.m
%SURFmex example function
% Petter Strandmark 2008
% petter.strandmark@gmail,com
function cost = projective_distance2(P,Q)
cost = zeros(1,size(P,2));
P(1,:) = P(1,:)./P(3,:);
P
www.eeworm.com/read/409203/2235703
java point_distance_attenuationtype.java
/**
* point_distance_attenuationType.java
*
* This file was generated by XMLSpy 2007sp2 Enterprise Edition.
*
* YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
* OVERWRITTEN WHEN YOU R