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

Directed Graph freeware
Filter: All | Freeware | Demo
 

Directed Graph

1 2 3 4 5 > 
Added: July 14, 2010 | Visits: 1.406

Graph::Writer::TGXML Graph::Writer::TGXML is a Perl module used to write out directed graph as TouchGraph LinkBrowser XML. SYNOPSIS use Graph; use Graph::Writer::TGXML; $graph = Graph->new(); # add edges and nodes to the graph $writer = Graph::Writer::TGXML->new(); $writer->write_graph($graph,...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (119): Graph::Writer::TGXML Download

Added: October 09, 2010 | Visits: 1.083

Graph::ModularDecomposition Graph::ModularDecomposition is a Perl module for modular decomposition of directed graphs. SYNOPSIS use Graph::ModularDecomposition qw(pairstring_to_graph tree_to_string); my $g = new Graph::ModularDecomposition; my $h = $g->pairstring_to_graph( ab,ac,bc ); print "yesn" if...





Platforms: *nix

License: Freeware Size: 13.31 KB Download (96): Graph::ModularDecomposition Download

Added: April 10, 2010 | Visits: 964

Gtk2::Ex::MindMapView::Graph Gtk2::Ex::MindMapView::Graph is a Perl module that manages a directed graph. SYNOPSIS use Gtk2::Ex::MindMapView::Graph; This is internal to Gtk2::Ex::MindMapView. Its a wrapper around Jarkko Heitaniemis nice Graph module. This module is instantiated by Gtk2::Ex::MindMapView. INTERFACE...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (99): Gtk2::Ex::MindMapView::Graph Download

Added: May 10, 2013 | Visits: 470

Graph Script This script allows you to create a directed Graph container that can be useful for the collections module. To show its basic API, a complete implementation is available. Many different graph implementations are possible, but this is flexible, fast and simple enough.


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

License: Freeware Download (55): Graph Script Download

Added: January 01, 2010 | Visits: 932

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 18, 2010 | Visits: 1.303

Apache2GDL Apache2GDL is a Perl script that parses an Apache log file and generates a directed graph of visitors movement in GDL format for visualization with aiSee. It also allows you to pipe the graph directly through aiSee and get a mapped SVG or PNG image of the layout. The generated images help you...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (118): Apache2GDL Download

Added: August 20, 2013 | Visits: 467

Maximum(minimum) Weight Spanning Tree ( Directed ) We use the idea of Chu-Liu/Edmonds Algorithm, see paper [1,2], to implement four functions here.1. Maximal Directed Maximum Spanning Tree By DirectedMaximumSpanningTree.m2. Minimal Directed Maximum Spanning Tree By DirectedMinimalSpanningTree.m3. Maximal Directed Maximum Spanning Forest By...


Platforms: Matlab

License: Freeware Size: 10 KB Download (57): Maximum(minimum) Weight Spanning Tree ( Directed ) Download

Added: February 18, 2010 | Visits: 1.054

GraphViz GraphViz is a Perl interface to the GraphViz graphing tool. SYNOPSIS use GraphViz; my $g = GraphViz->new(); $g->add_node(London); $g->add_node(Paris, label => City ofnlurve); $g->add_node(New York); $g->add_edge(London => Paris); $g->add_edge(London => New York, label => Far);...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (96): GraphViz Download

Added: March 31, 2013 | Visits: 535

Maximum Cardinality matching If you use this code please kindly cite the following paper "Structure induction by lossless graph compression"Leonid Peshkin, In Proc. of Data Compression Conf. DCC , 2007[mate] = card_match(adj) constructs a (Non-weighted) maximum cardinality matching on a graph represented by ADJ-acency matrix...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Maximum Cardinality matching Download

Added: November 16, 2010 | Visits: 853

Class::IntrospectionMethods Class::IntrospectionMethods is a Perl module that creates methods with introspection. SYNOPSIS use Class::IntrospectionMethods qw/make_methods/; make_methods ( parent, global_catalog => { name => metacat, list => [ [qw/foo/] => f_cat, [qw/bar baz/] => b_cat, ], } new_with_init...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (92): Class::IntrospectionMethods Download

Released: August 19, 2012  |  Added: August 19, 2012 | Visits: 298

AntViz - visualize/debug ANT-scripts AntViz is a graphical Ant-script-dependency viewer and -debugger,implemented as a jEdit-plugin.All targets and their dependencies are displayed as a directed graph.Step-through debugging of targets is possible.


Platforms: Windows, Mac, Linux

License: Freeware Size: 578.02 KB Download (54): AntViz - visualize/debug ANT-scripts Download

Released: October 22, 2012  |  Added: October 22, 2012 | Visits: 396

RISO: distributed belief networks RISO: distributed, heterogeneous Bayesian belief networks. Belief network: a probability model defined on an acyclic directed graph; distributed: nodes can be on different hosts; and heterogeneous: allowing different types of conditional distributions.


Platforms: Windows, Mac, Linux

License: Freeware Size: 578.2 KB Download (44): RISO: distributed belief networks Download

Added: March 03, 2010 | Visits: 1.347

Boost::Graph Boost::Graph is a Perl interface to the Boost-Graph C++ libraries. SYNOPSIS use Boost::Graph; # Create an empty instance of a Graph my $graph = new Boost::Graph(directed=>0, net_name=>Graph Name, net_id=>1000); # add edges $graph->add_edge(node1=>a, node2=>b, weight=>1.1, edge=>edge...


Platforms: *nix

License: Freeware Size: 2.4 MB Download (187): Boost::Graph Download

Added: January 18, 2010 | Visits: 2.270

Chart::Graph::Gnuplot Chart::Graph::Gnuplot is a function in module Chart::Graph that lets you generate graphs on the fly in perl. SYNOPSIS use Chart::Graph::Gnuplot qw(&gnuplot); gnuplot(%global_options, [%data_set_options, @matrix], [%data_set_options, @x_column, @y_column], [%data_set_options, < filename...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (173): Chart::Graph::Gnuplot Download

Added: January 18, 2010 | Visits: 1.665

Chart::Graph::Xrt3d Chart::Graph::Xrt3d is a Perl module for creating 3D graph charts. SYNOPSIS #Include module use Chart::Graph::Xrt3d qw(xrt3d); # Function call xrt3d(%options, @data_set ); This module is unmaintained, it worked with Sitrakas XRT, and hasnt been tested against newer versions. Sitraka...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (169): Chart::Graph::Xrt3d Download

Added: January 18, 2010 | Visits: 1.432

Chart::Graph::Xrt2d Chart::Graph::Xrt2d is a Perl module for creating graph charts. SYNOPSIS #Include module use Chart::Graph::Xrt2d qw(xrt2d); # Function call xrt2d(%options, [%data_options1, @data_set1], [%data_options2, @data_set2], . . ); This module is unmaintained, it worked with Sitrakas XRT,...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (124): Chart::Graph::Xrt2d Download

Added: September 03, 2010 | Visits: 2.146

SVG::Graph SVG::Graph is a Perl module to visualize your data in Scalable Vector Graphics (SVG) format. SYNOPSIS use SVG::Graph; use SVG::Graph::Data; use SVG::Graph::Data::Datum; #create a new SVG document to plot in... my $graph = SVG::Graph->new(width=>600,height=>600,margin=>30); #and create...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (151): SVG::Graph Download

Added: August 10, 2010 | Visits: 1.521

Chart::Graph Chart::Graph is a Perl extension for a front-end to gnuplot, XRT, and Xmgrace. SYNOPSIS # EXAMPLE: gnuplot #make sure to include Chart::Graph use Chart::Graph:Gnuplot qw(gnuplot); gnuplot(%global_options, [%data_set_options, @matrix], [%data_set_options, @x_column, @y_column],...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (111): Chart::Graph Download

Added: November 07, 2010 | Visits: 1.923

PostScript::Graph::Bar PostScript::Graph::Bar Perl module can draw a bar chart on a postscript file. SYNOPSIS Simplest Take labels and values from a csv file and output as a bar chart on a postscript file. use PostScript::Graph::Bar; my $bar = new PostScript::Graph::Bar(); $bar->build_chart("survey.csv");...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (125): PostScript::Graph::Bar Download

Added: March 21, 2010 | Visits: 1.100

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

1 2 3 4 5 >