Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.467.071 Times

Distance Between European Cities software
Filter: All | Freeware | Demo
 

Distance Between European Cities

1 2 3 4 5 > 
Released: December 21, 2012  |  Added: December 21, 2012 | Visits: 585

Find Distance Between Multiple Zip Code Locations Software This software offers a solution for users who want to find the distance between one or more United States zip codes. Zip codes can be added one at a time or loaded from a text file. The results are displayed in a list and can be saved as a text file, Excel file or copied to the clipboard for...



Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 1.69 MB Download (54): Find Distance Between Multiple Zip Code Locations Software Download

Added: May 20, 2013 | Visits: 699

Compute the Great Circle Distance between two points This function will compute the great circle distance between two points on a sphere of uniform radius using the Vincenty formula. At minimum, four inputs are required: lat1, long1, lat2, long2. Optionally, a fifth parameter (r) can be specified. If this parameter isn't specified it's assumed to...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Compute the Great Circle Distance between two points Download

Added: April 14, 2013 | Visits: 514

Minimum distance between two polygons This function computes the minimum euclidean distance between two polygons P1 & P2.- for vertex-vertex case


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Minimum distance between two polygons Download

Added: March 25, 2013 | Visits: 392

Shortest distance between two line segments Computes the shortest distance between two line segments given start and end points for each. Adapts the algorithm found on Dan Sunday's website (http://softsurfer.com/Archive/algorithm_01...ment_to_Segment).Usage: Input the start and end x,y,z coordinates for two line segments.p1, p2 are [x,y,z]...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Shortest distance between two line segments Download

Added: May 24, 2013 | Visits: 476

Distance between points and ellipse The solution to the problem of calculating the distance between an ellipse and a point is less than straightforward. The problem can be solved analytically however, which boild down to solving a quartic equation in cos(f), with (f) the true anomaly on the ellipse.This submission implements this...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Distance between points and ellipse Download

Pairwise distance between 2 group of vectors (multidimensional) % Find pair-wise SQUARE EUCLIDEAN distance% or 'Weighted square euclidean' distance% between each point in A and B% For 2 vector a, b% Euclidean distance= d = sum((a-b).^2)% Weighted version = d = sum(wts.*(a-b).^2)% ------------------------------% Input:% A= m_by_p, m points in p-dimension% B=...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Pairwise distance between 2 group of vectors (multidimensional) Download

Added: August 06, 2013 | Visits: 315

Unscented Hellinger distance between GMMs The code calculates a metric between a pair of multivariate Gaussian Mixture Models.This is a demo code for the unscented Hellinger distance between a pair of Gaussian mixture models. The code follows the derivation of the multivariate unscented Hellinger distance introduced in [1]. Unlike the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (43): Unscented Hellinger distance between GMMs Download

Added: June 06, 2013 | Visits: 402

Shortest Distance Between Two Lines in N dimensions Function uses algorithm from Dan Sunday internet sitehttp://softsurfer.com/Archive/algorithm_01...ment_to_SegmentL1, L2 includes two points in matrix of 2*nwhere n are dimensions (3 in 3D).d - shortest distance between two linesPc,Qc - points where exists shortest distance...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Shortest Distance Between Two Lines in N dimensions Download

Added: April 05, 2013 | Visits: 447

Minimum Distance Calculations Between 2 Groups of Pixels Takes the list of coordinates between 2 groups of pixels and calculates the shortest distance between the 2 groups and returns their pixel coordinates.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (44): Minimum Distance Calculations Between 2 Groups of Pixels Download

Added: August 02, 2013 | Visits: 516

Log Spectral Distance Calculates the average log-spectral distance between CLEAN and NOISY signals. It has the capability of calculating this distance for a specified sub-band as well. This measure is used for evaluation of processed speech quality in comparison to the original speech.


Platforms: Matlab

License: Freeware Size: 10 KB Download (52): Log Spectral Distance Download

Added: August 28, 2013 | Visits: 470

LP Log Spectral Distance Calculates the average log-spectral distance between CLEAN and NOISY signals. Has the option of calculating this distance for speech active periods only. Also you can select a frequency range to study the distance in a sub-band.


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): LP Log Spectral Distance Download

Added: June 13, 2013 | Visits: 479

EMD (Earth Movers Distance) mex interface This code is the mex interface for computing Earth Movers Distance between signatures and is based on the Y. Rubner's C Implementation.(http://ai.stanford.edu/~rubner/emd/default.htm)For building the mex file you should have setup your mex build environment. Invoke "build_emd" for building and...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): EMD (Earth Movers Distance) mex interface Download

Added: June 18, 2013 | Visits: 737

Zipdy: Zip Code Distance Calculator Zipdy is a program for calculating the distance between two zip codes and finding all the records in a RDBMS with a zip code with x miles of another zip code. Zipdy was written in C but is also available in PHP and perl.


Platforms: *nix

License: Freeware Size: 20.48 KB Download (49): Zipdy: Zip Code Distance Calculator Download

Released: October 04, 2012  |  Added: October 04, 2012 | Visits: 604

World Book Atlas World Book's translucent 3D globe utilizes satellite photography to give you an astronaut's-eye view of Earth and let you quickly find the distance between any two cities. Just enter your starting and ending points the Distance Calculator plots them on both a three-dimensional globe and a flat...


Platforms: Mac

License: Commercial Cost: $0.99 USD Size: 3.1 MB Download (52): World Book Atlas Download

Added: August 19, 2013 | Visits: 563

distmat D = DISTMAT(X,Y) for matrices X and Y returns the distance matrix where the (i,j)th entry is the d-norm distance between the ith and jth row of X and Y respectively.DISTMAT(X,Y,d) computes a specific d-norm distance. Default=2[D,XI,YI]=DISTMAT(X,Y,d,var) gives the indices of the sorted values of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): distmat Download

Added: May 19, 2013 | Visits: 426

Geodetic distance on WGS84 earth ellipsoid In 1975, Vincenty published a rapidly converging algorithm for computing the distance between points on an ellipsoidal earth. The algorithm is precise to within a few millimeters. Since then, his algorithm has since seen significant implementation in geodesy and engineering. After adjusting the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Geodetic distance on WGS84 earth ellipsoid Download

Added: June 19, 2013 | Visits: 409

Diffusion Distance DIFFUSION_DISTANCE calculate the diffusion distance between matricesdist = diffusion_distance(im1, im2, [sig, dim], threshold, pad_type])[dist, iter] = diffusion_distance(im1, im2) compute the diffusion distancebetween im1 and im2 (histograms).Optionally returns the number of iterations. This...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Diffusion Distance Download

Information loss of the Mahalanobis distance in high dimensions: Matlab implementation The Mahalanobis distance between a pattern measurement vector of dimensionality D and the center of the class it belongs to is distributed as a chi^2 with D degrees of freedom, when an infinite training set is used. However, the distribution of Mahalanobis distance becomes either Fisher or Beta...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Information loss of the Mahalanobis distance in high dimensions: Matlab implementation Download

Added: August 22, 2013 | Visits: 401

Distance calculation using Haversine formula This program calculates the distance between two locations (latitude and longitude) using the Haversine formula. The Haversine formula gives the shortest distance between two points over the earth's surface, ignoring elevation, hills, etc...The program accepts two inputs that can be locations...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Distance calculation using Haversine formula Download

Added: August 24, 2013 | Visits: 430

Distance between a point and a triangle in 3D Calculate the distance of a given point P from a triangle TRI.Point P is a row vector of the form 1x3. The triangle is a matrix formed by three rows of points TRI = [P1;P2;P3] each of size 1x3. dist = pointTriangleDistance(TRI,P) returns the distance of the point P to the triangle TRI. [dist,PP0]...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Distance between a point and a triangle in 3D Download

1 2 3 4 5 >