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

Paths freeware
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

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: 406

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

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

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

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.105

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: 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

Added: May 10, 2013 | Visits: 323

FileField Paths 6.x-1.x-dev / 5.x-1.x-dev In addition to FileField, this module is dependant on Token.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Key features "FileField Paths": - Configurable upload paths now use node tokens instead of user tokens. -...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (51): FileField Paths 6.x-1.x-dev / 5.x-1.x-dev Download

Added: May 10, 2013 | Visits: 468

Get system/language dependent paths on windows This module provides a few functions to retrieve the path names of some windows system directories from the registry and the environment. These path names can be different depending on OS version, installation language, current user and personal setup. Because of this, they should not be included...


Platforms: Windows, Python,


Added: May 10, 2013 | Visits: 411

Win32com - Batch repathing of Autocad Xrefs This script asks for a base directory and then changes all xrefs in all drawings in all subdirectories so that they use relative paths. To use it just copy it somewhere in your target directory structure and run.


Platforms: Windows, Python,

License: Freeware Download (54): Win32com - Batch repathing of Autocad Xrefs Download

Added: May 10, 2013 | Visits: 264

Pathalizer Pathalizer is a tool to visualize the paths most users take when browsing a website. This information can then be used to decide how to improve the navigation of the site, and which parts are most worth improving and keeping up to date. Key Features: - Powerful (regex-based) filtering to weed out...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (49): Pathalizer Download

Added: May 10, 2013 | Visits: 420

Domain Mirror It allows the same installation to display different URL paths and title for every domain. InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 2.0 or higher


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (49): Domain Mirror Download

Added: May 14, 2013 | Visits: 445

Wei-Prater Mechanism The program uses simulink to compute the reaction paths in three-species reaction mixture and plots these paths in an equilateral graph. This problem was first treated by Wei and Prater. Applications of this problem include butene isomerization.


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (45): Wei-Prater Mechanism Download

1 2 3 4 5 >