代码搜索:Distance
找到约 8,736 项符合「Distance」的源代码
代码结果 8,736
www.eeworm.com/read/390183/8480282
pm adjacencymatrix.pm
package Graph::AdjacencyMatrix;
use strict;
use Graph::BitMatrix;
use Graph::Matrix;
use base 'Graph::BitMatrix';
use Graph::AdjacencyMap qw(:flags :fields);
sub _V () { 2 } # Graph::_
www.eeworm.com/read/188135/8568982
cpp shiti4_5_1.cpp
#include
class Point
{
public:
Point(float a=0,float b=0){X=a;Y=b;}
double Distance(double a,double b);
private:
double X,Y;
};
double Point::Distance(double a,double b)
{
doub
www.eeworm.com/read/422200/10656118
cpp shiti4_5_1.cpp
#include
class Point
{
public:
Point(float a=0,float b=0){X=a;Y=b;}
double Distance(double a,double b);
private:
double X,Y;
};
double Point::Distance(double a,double b)
{
doub
www.eeworm.com/read/417395/10991846
frm frmlinecuting.frm
VERSION 5.00
Begin VB.Form Form1
AutoRedraw = -1 'True
Caption = "Form1"
ClientHeight = 5235
ClientLeft = 60
ClientTop = 450
ClientWidth
www.eeworm.com/read/444854/7104911
cpp camera.cpp
//+-----------------------------------------------------------------------------
//| Included files
//+-----------------------------------------------------------------------------
#include "Camera
www.eeworm.com/read/118280/14878040
cpp shiti4_5_1.cpp
#include
class Point
{
public:
Point(float a=0,float b=0){X=a;Y=b;}
double Distance(double a,double b);
private:
double X,Y;
};
double Point::Distance(double a,double b)
{
doub
www.eeworm.com/read/116477/14968559
cpp shiti4_5_1.cpp
#include
class Point
{
public:
Point(float a=0,float b=0){X=a;Y=b;}
double Distance(double a,double b);
private:
double X,Y;
};
double Point::Distance(double a,double b)
{
doub
www.eeworm.com/read/473253/6849846
m distversusikegami.m
function distversusikegami
d=linspace(0.02,0.5,200);
% distance dependence interference
intf1=1./(2.*((1.5-d).^(-4))+((1.5-(d./2)).^(-4))+((1.5+(d./2)).^(-4))+((1.5+d).^(-4))+(1.5.^(-4)));
www.eeworm.com/read/235440/14071843
makefile
all: strict_distance_3 strict_distance_10 verified_distance_3 verified_distance_10
strict_distance_3: strict_distance_3.c
gcc -lm -Wall strict_distance_3.c -o strict_distance_3
strict_dist
www.eeworm.com/read/235440/14071848
readme
Source File list
strict_distance_3.c Strict protocol for network density 3
strict_distance_10.c Strict protocol for network density 10
verified_distance_3.c Verified protocol for network density 3