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.481.268 Times

Compute Shortest software
Filter: All | Freeware | Demo
 

Compute Shortest

1 2 3 4 5 > 
Added: August 21, 2013 | Visits: 456

A* (A Star) search for path planning tutorial The A* search algorithm is a simple and effective technique that can be used to compute the shortest path to a target location. This tutorial presents a detailed description of the algorithm and an interactive demo. Platforms: Matlab

License: Freeware Size: 112.64 KB Download (44): A* (A Star) search for path planning tutorial Download

Added: July 15, 2010 | Visits: 1.434

Radio Shortest Path First Radio Shortest Path First (RSPF) is a routing protocol for wireless networks. This particular implementation is written for Linux and conforms to version 2.2 of the protocol specification. There are many reasons why our networks are complicated, but one significant thing is that you can no longer... Platforms: *nix

License: Freeware Size: 102.4 KB Download (101): Radio Shortest Path First Download

Added: May 08, 2010 | Visits: 1.334

Compute Portal Project Compute Portal Project is a portal project to produce a web based front end to a compute resource, such as a cluster, using PHP, mysql, and apache. The intent is to allow non-programmers to use complex programs through an intuitive interface. Whats New in This Release: - This is the third... Platforms: *nix

License: Freeware Size: 102.4 KB Download (93): Compute Portal Project Download

Released: November 01, 2012  |  Added: November 01, 2012 | Visits: 872

Compute MAC address to IPv6 Compute MAC address to IPv6 is a an utility that can help you retrieve the MAC address of your computer then change it to an IPv6 address with just a couple of clicks. Now it is very easy to change yout address with the help pf this handy and helpful application. Platforms: Windows

License: Freeware Download (51): Compute MAC address to IPv6 Download

Added: June 15, 2013 | Visits: 400

Dijkstra Shortest Path Routing This function performs Dijkstra algorithm based on the cost matrix, and shortest path can be found. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (53): Dijkstra Shortest Path Routing Download

Added: May 20, 2013 | Visits: 701

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: May 18, 2013 | Visits: 371

Compute PSA-benchmarked prepayment metrics unctions CPRPSA and SMMPSA compute PSA-benchmarked conditional prepayment and single month mortality rates. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Compute PSA-benchmarked prepayment metrics Download

A function that finds the shortest path bounded by two curves find the shortest Euclidean path that is boundedby the functions low(t) and high(t).the algorithm is based on Dijkstra shortest path search algorithmsyntax:[ty y] = shortest_path_mfile(t,low,high)(See the file shortest_path_example.m - for an example)input:t - input time values. row vector.low(t)... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (43): A function that finds the shortest path bounded by two curves Download

Added: August 02, 2013 | Visits: 543

Implementation of Shortest Route framed in GUI The GUI framed in this m-file will find out the Shortest Route in the network Topologies. First, User have to load the network (Adjacent matrix). Then run the algorithm and fill the information in GUI like Source node, Destination Node and total number of nodes. The results will come on screen... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Implementation of Shortest Route framed in GUI Download

Added: May 10, 2013 | Visits: 365

Dijkstra's algorithm for shortest paths This script finds the shortest paths from the start vertex to all vertices nearer than or equal to the end.The input graph G is assumed to have the following representation: A vertex can be any object that can be used as an index into a dictionary. G is a dictionary, indexed by vertices.For any... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Dijkstra's algorithm for shortest paths Download

Added: March 29, 2013 | Visits: 474

K-Shortest Path This function is based on Yen's k-Shortest Path algorithm (1971)It retuns:1) [shortestPaths]: the list of K shortest paths (in cell array 1xK)2) [totalCosts] : costs of the K shortest paths (in array 1xK)Yen's algorithm prevents loops.This function calls a slightly modified/simplified function... Platforms: Matlab

License: Freeware Size: 10 KB Download (41): K-Shortest Path Download

Added: July 31, 2013 | Visits: 365

Dijkstra's Shortest Path Algorithm This function can 1. Find the shortest path and distance from a starting node to an ending node on a map** 2. Find the shortest paths and distances from a starting node to ALL other nodes on a map****The map should consist of nodes and segments, such that: 1. nodes have the format [ID X Y] or [ID... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Dijkstra's Shortest Path Algorithm Download

Added: July 11, 2013 | Visits: 438

Shortest Path with Obstacle Avoidance SHPATH - shortest path with obstacle avoidance (ver 1.3) Given a "terrain" matrix consisting of zeros (for open space) and ones (for obstacles), this function computes the shortest path between two specified points while avoiding obstacles.A two-stage solution is employed. In stage one, the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Shortest Path with Obstacle Avoidance Download

VDISTINV: Find the endpoint of a geodesic on the ellipsoidal earth This function solves the "forward geodesic problem," which is to compute the endpoint of a geodesic (shortest-distance) path on the ellipsoidal earth, given the start point, a path length, and a starting azimuth.In response to a user request, this function numerically inverts the previously... Platforms: Matlab


Added: March 22, 2013 | Visits: 306

Floyd Shortest Path Routing Given a input adjacent matrix (AdjMax) that represents a weighted, directed graph. The function finds the shorest path from one vertex 'i' to another 'j'. The return values includes a matrix (S) that denotes the shortest distance between vertices 'i' and 'j', and a matrix (P) that denotes the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Floyd Shortest Path Routing Download

Added: March 25, 2013 | Visits: 394

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

Modified Dijsktra's Algorithm to return all paths that tie for shortest A modification of code published by Jorge Barrera to return all paths that tie for shortest path.This code is heavily based on code published by Jorge Barrera, to the point that I have chosen to include his original documentation along with my own. His original code is linked below.I produced... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Modified Dijsktra's Algorithm to return all paths that tie for shortest Download

Added: February 12, 2010 | Visits: 1.208

Net::Amazon::EC2 Net::Amazon::EC2 is a Perl interface to the Amazon Elastic Compute Cloud (EC2) environment. SYNOPSIS use Net::Amazon::EC2; my $ec2 = Net::Amazon::EC2->new( AWSAccessKeyId => PUBLIC_KEY_HERE, SecretAccessKey => SECRET_KEY_HERE ); # Start 1 new instance from AMI: ami-XXXXXXXX my... Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Net::Amazon::EC2 Download

Released: August 30, 2012  |  Added: October 10, 2012 | Visits: 895

File Hash Generator Compute and save MD5, SHA1, SHA2, RIPEMD hashes and CRC16/32 checksums for multiple files! Calculate hashes and checksums for the whole file or just specified bytes. Insert hashes into files in text or binary form. Generate file list with hashes in specified format and save it to a file. Rename... Platforms: Windows

License: Shareware Cost: $29.00 USD Size: 5.27 MB Download (447): File Hash Generator Download

Released: November 26, 2012  |  Added: November 26, 2012 | Visits: 511

PoissonMax PoissonMax is a handy, small, command prompt based application specially designed to compute Poisson maximum likelihood mean frequency from limiting dilution data, with 95% confidence limits and Chi-square value. Platforms: Windows

License: Freeware Download (514): PoissonMax Download

1 2 3 4 5 >