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

Paths software
Filter: All | Freeware | Demo
 

Paths

1 2 3 4 5 > 
Added: June 08, 2013 | Visits: 335

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

Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 299

Fruity Paths Welcome to Fruity Paths, a unique and fun new game! You play as Pip, who must fly his spaceship to different levels to collect fruit that is moving along paths. However, enemies are also moving along the paths, and will try to destroy Pip's spa





Platforms: Mac

License: Shareware Cost: $0.99 USD Size: 19 MB Download (46): Fruity Paths Download

Added: May 10, 2013 | Visits: 359

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

FIND ALL THE POSSIBLE PATHS BETWEEN A START AND AN END NODE OF A GRAPH In Graph Theory it is often required to find out all the possible paths, which can exist between a source node and a sink node.So this function returns a all such possible paths, in a matrix format.INPUTS:1. 'X' Matrix: Form a Nx2 matrix, where N is the total number of 'Edges'. This Matrix will...


Platforms: Matlab


Added: July 30, 2013 | Visits: 590

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

Added: March 25, 2013 | Visits: 407

Plot Some Paths - Plot arithmetic and geometric Brownian motions- Plot Brownian bridges, 2D and 3D Brownian motions- Plot some random paths for the the interest spot rate: The two models you can chose from are the Vasicek and the Cox- Ingersoll-Ross (CIR) models


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Plot Some Paths 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: August 08, 2013 | Visits: 322

Webform Paths Allows users to assign multiple paths to a single webform. Useful for marketing campaigns where you want to track via which path a specific survey form was filled.


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Webform Paths Download

Released: March 16, 2010  |  Added: April 06, 2010 | Visits: 1.892

Panowalker Panowalker is a brand new solution for realistic walkthrough virtual tour creating. Panowalker accepts spherical and cylindrical panoramic images. Spherical panoramic images can be obtainted through stitching - use your fisheye lens and digital camera to shoot fisheye images and stitch them...


Platforms: Windows

License: Shareware Cost: $1600.00 USD Size: 23.09 MB Download (149): Panowalker Download

Released: July 17, 2009  |  Added: July 24, 2009 | Visits: 1.478

Setup Sources Rizone Setup Sources allows you to edit your Windows Setup Sources. This is usefull for example when running System File Checker and it can't find your current installation paths.


Platforms: Windows

License: Freeware Size: 338.15 KB Download (151): Setup Sources Download

Released: August 26, 2009  |  Added: October 16, 2009 | Visits: 2.212

WordPipe Search and Replace multiple Microsoft Word documents. Change hyperlinks and UNC paths when servers get renamed; update contact details such as names, addresses and phone numbers; translate documents with find/replace lists; update Microsoft SharePoint documents or Microsoft Namespace Server...


Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 2.61 MB Download (104): WordPipe Download

Added: January 18, 2010 | Visits: 1.041

File::PathList File::PathList is a Perl module that can find a file within a set of paths (like @INC or Java classpaths). SYNOPSIS # Create a basic pathset my $inc = File::PathList->new( @INC ); # Again, but with more explicit params my $inc2 = File::PathList->new( paths => @INC, cache => 1, ); #...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (99): File::PathList Download

Added: March 21, 2010 | Visits: 1.094

Path::Graph Path::Graph is a Perl module created to generate paths from hash graph. SYNOPSIS Code 1 #!usr/bin/perl my %graph = ( A => {B=>1,C=>4}, B => {A=>1,C=>2}, C => {A=>4,B=>2} ); use Paths::Graph; my $g = Paths::Graph->new(-origin=>"A",-destiny=>"C",-graph=>%graph); my @paths =...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (120): Path::Graph Download

Added: August 24, 2010 | Visits: 1.106

File::Basename File::Basename is a Perl module to parse file paths into directory, filename and suffix. SYNOPSIS use File::Basename; ($name,$path,$suffix) = fileparse($fullname,@suffixlist); $name = fileparse($fullname,@suffixlist); $basename = basename($fullname,@suffixlist); $dirname =...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (113): File::Basename Download

Added: January 01, 2010 | Visits: 928

Algorithm::ScheduledPath Algorithm::ScheduledPath is a Perl module that helps you to find scheduled paths in a directed graph. SYNOPSIS use Algorithm::ScheduledPath; use Algorithm::ScheduledPath::Path; $graph = new Algorithm::ScheduledPath(); $graph->add_edge( { path_id => R, origin => A, depart_time => 1,...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (90): Algorithm::ScheduledPath Download

Added: January 25, 2010 | Visits: 1.074

White Overprint Detector White Overprint Detector will automatically scan documents when they are opened, for the presence of paths and text that have been filled or stroked with white overprints.White art objects incorrectly set to overprint can cause undesired effects in color separation and print.White is defined...


Platforms: Mac

License: Freeware Size: 209 KB Download (138): White Overprint Detector Download

Added: January 25, 2010 | Visits: 1.116

White Overprint Detector CS3 White Overprint Detector will automatically scan documents when they are opened for the presence of paths and text that have been filled or stroked with white overprints.White art objects incorrectly set to overprint can cause undesired effects in color separation and print.


Platforms: Mac

License: Freeware Size: 329 KB Download (133): White Overprint Detector CS3 Download

Released: May 21, 2013  |  Added: May 22, 2013 | Visits: 1.128

1-abc.net File Finder Let's be honest: Does any Windows user always save his or her files to a place where he or she will really find it again immediately? Some documents are located on a DVD, some music was saved to a desktop folder and pictures sent by a friend were written to an external drive. Some months ago a...


Platforms: Windows

License: Shareware Cost: $14.99 USD Size: 415 KB Download (111): 1-abc.net File Finder Download

Released: June 04, 2012  |  Added: June 04, 2012 | Visits: 390

Path Memory In this game there will be a number of houses on the screen, paths will appear between the houses one by one. After all the paths are shown, they will disappear and then you will need to click the houses one by one in the exact sequence to reconstruct the paths. As the game progresses there will...


Platforms: Windows

License: Freeware Size: 260 KB Download (451): Path Memory Download

Released: October 26, 2012  |  Added: October 26, 2012 | Visits: 567

White Overprint Detector CS2 White Overprint Detector will automatically scan documents when they are opened, for the presence of paths and text that have been filled or stroked with white overprints. White art objects incorrectly set to overprint can cause undesired effects in color separation and print. White is defined...


Platforms: Mac, Adobe Illustrator CS2

License: Freeware Size: 204.8 KB Download (57): White Overprint Detector CS2 Download

1 2 3 4 5 >