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

Shortest software
Filter: All | Freeware | Demo
 

Shortest

< 1 2 3 4 5 > 
Released: July 11, 2012  |  Added: July 11, 2012 | Visits: 576

PIMP AS2 - Panning Interactive Menu Pro File Features:* Either place items manually in a container MC or choose automatic calculated item-placing by component;* Offering an extra left-top quick menu and the option to click background to zoom out and show the complete structure;* The component uses a Dijkstra algorithm to automatically... Platforms: Windows, Mac, Other, Pocket PC, Android, BlackBerry, iPhone, iPod, iTouch, Palm

License: Commercial Cost: $30.00 USD Size: 100 KB Download (52): PIMP AS2 - Panning Interactive Menu Pro Download

Released: October 05, 2012  |  Added: October 05, 2012 | Visits: 1.121

VB Project Eye Freeware VB Project Eye is an analysis tool for determing the calls/uses of procedures, variable and data type in shortest time and allows a slight navigation through the call trees of a Visual Basic project. The dependences between the different objects can be represented graphically. In addition it... Platforms: Windows

License: Freeware Size: 632 KB Download (73): VB Project Eye Freeware Download

Released: August 27, 2012  |  Added: August 27, 2012 | Visits: 448

Gato (Graph Animation Toolbox) Gato (Graph Animation Toolbox): Animate graph algorithms for example for computing shortest paths, minimal spanning trees, maximum flows or maximal cardinality or weight matchings. Create your own animations using the Animated Data Structures (ADS). Platforms: Windows, Mac, Linux

License: Freeware Size: 265.68 KB Download (49): Gato (Graph Animation Toolbox) Download

Released: September 01, 2012  |  Added: September 01, 2012 | Visits: 419

tccrouter A modeling and simulation tool for Routing problems on Graphs, tccrouter is a java desktop application that provides a 2d map for building graphs and simulating a variety of real world routing solutions: Shortest path, TSP, VRP, VRP-TW. Platforms: Windows, Mac, Linux

License: Freeware Size: 3.44 MB Download (49): tccrouter Download

Added: May 10, 2013 | Visits: 386

Social Network Analysis Tool 5.x-1.x-dev Several operation (shortest route searching, clustering coefficient, strongly connected components, distribution of edges) is implemented on this network. The module has very resource-consuming parts so in a huge site you have to test the performance.The module includes a graph visualization... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (48): Social Network Analysis Tool 5.x-1.x-dev Download

Multiple Variable Traveling Salesmen Problem - Genetic Algorithm It finds a (near) optimal solution to a variation of the M-TSP (that has a variable number of salesmen) by setting up a GA to search for the shortest route (least distance needed for the salesmen to travel to each city exactly once and return to their starting locations). Each salesman travels to... Platforms: Windows, Mac, *nix, Matlab, BSD Solaris


Fixed Start Open Multiple Traveling Salesmen Problem - Genetic Algorithm Finds a (near) optimal solution to a variation of the "open" M-TSP by setting up a GA to search for the shortest route (least distance needed for each salesman to travel from the start location to unique individual cities without returning to the starting location).Each salesman starts at the... Platforms: Windows, Mac, *nix, Matlab, BSD Solaris


Fixed Endpoints Open Multiple Traveling Salesmen Problem - Genetic Algorithm The script finds a (near) optimal solution to a variation of the "open" M-TSP by setting up a GA to search for the shortest route (least distance needed for each salesman to travel from the start location to unique individual cities and finally to the end location).Each salesman starts at the... Platforms: Windows, Mac, *nix, Matlab, BSD Solaris


Fixed Start/End Point Multiple Traveling Salesmen Problem - Genetic Algorithm Finds a (near) optimal solution to a variation of the M-TSP by setting up a GA to search for the shortest route (least distance needed for each salesman to travel from the start location to individual cities and back to the original starting place).Each salesman starts at the first point, and... Platforms: Windows, Mac, *nix, Matlab, BSD Solaris


Added: June 08, 2013 | Visits: 341

Dijkstra Algorithm Consistent with Cyclic Paths Given adjacent matrix (transmat) and starting/ending node (pathS, pathE), this function finds the shortest-path (path) that connecting pathS and pathE, and returns the cost (cost):[path, cost]=dijkstra(pathS, pathE, transmat);NOTE: Except for the simple interface, the pathS and pathE can be the... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (43): Dijkstra Algorithm Consistent with Cyclic Paths Download

Added: May 07, 2013 | Visits: 426

jQuery.relatizeDate 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: Freeware Size: 10 KB Download (40): jQuery.relatizeDate Download

Added: May 22, 2013 | Visits: 283

Shortest path (all pair shortest path) Outperforms other algorithms in speed and memory requirement especially for large dataset.%function [costs] = mdijkstra(A,C)%%A=square matrix (either adjacency or cost)%%if C=1 then A=adjacency matrix% where, element(i,j)=1 when vertex v is directly connected with j% else (i,j)=0%%if C=2 then... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Shortest path (all pair shortest path) Download

Added: March 23, 2013 | Visits: 627

Demonstration of Astar (A*) How do you find the shortest path from one point to another in a computationally efficient way? The A* algorithm provides one implementation where the distance to the goal is considered as a heuristic in addition to local weightings, and the best path is recovered without combinatorial complexity. Platforms: Matlab

License: Freeware Size: 20.48 KB Download (48): Demonstration of Astar (A*) Download

Added: July 30, 2013 | Visits: 594

2D random paths generator integrating leg's contraints Generates random 2D-paths between start and finish nodes according to densities distribution given by matrix C with leg's contrainsts defined by the adjacency matrix I.P = path_generator(start , finish , I , [C] , [K] , [V] , [delta]);Inputs-------start Index of starting points (r x 1) where... Platforms: Matlab

License: Freeware Size: 20.48 KB Download (44): 2D random paths generator integrating leg's contraints Download

VRECKON: Find the endpoint of a geodesic on the ellipsoidal earth This function uses the Vincenty direct algorithm to solve the "forward geodesic problem," which is the problem of computing the endpoint of a geodesic (shortest-distance) path on the ellipsoidal earth, given the start point, a path length, and a starting azimuth. This process is also called... Platforms: Matlab


Added: June 21, 2013 | Visits: 416

gaimc : Graph Algorithms In Matlab Code While MatlabBGL uses the Boost Graph Library for efficient graph routines,gaimc implements everything in pure Matlab code. While the routines areslower, they aren't as slow as I initially thought. Since people oftenhave problems getting MatlabBGL to compile on new versions of Matlabor on new... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 645.12 KB Download (49): gaimc : Graph Algorithms In Matlab Code Download

Added: June 30, 2013 | Visits: 337

Vectorized Floyd-Warshall The Floyd-Warshall algorithm computes the all pairs shortest path matrix for a given adjacency matrix. The algorithm is O(n^3), and in most implementations you will see 3 nested for loops. This is very inefficient in Matlab, so in this version the two inner loops are vectorized (and as a result,... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Vectorized Floyd-Warshall Download

MDMTSPV_GA - Multiple Depot Multiple Traveling Salesmen Problem solved by Genetic Algorithm Finds a (near) optimal solution to a variation of the M-TSP (that has a variable number of salesmen) by setting up a GA to search for the shortest route (least distance needed or the salesmen to travel to each city exactly once and return to their starting locations). The salesmen originate from... Platforms: Matlab


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: May 16, 2013 | Visits: 451

Spherical To Azimuthal Equidistant Converts from latitudes and longitudes to a two-dimensional projection well-suited for the visualization of geodesic paths. Here "geodesic paths" refers to paths of shortest distance along the surface of a sphere. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Spherical To Azimuthal Equidistant Download

< 1 2 3 4 5 >