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

Graph Function software
Filter: All | Freeware | Demo
 

Graph Function

< 1 2 3 4 5 > 
Added: March 21, 2010 | Visits: 1.090

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: March 03, 2010 | Visits: 1.336

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: September 17, 2010 | Visits: 1.027

DGS Graph DGS Graph was created to provide an easy to install graphing script, capable of generating graphs for web presentation..


Platforms: *nix

License: Freeware Size: 24.58 KB Download (110): DGS Graph Download

Added: March 01, 2010 | Visits: 1.247

OpenRM Scene Graph OpenRM Scene Graph is a scene graph API that implements fully piplined-parallelized multistage and multithreaded rendering, and uses OpenGL as a graphics platform for hardware acceleration. A scene graph model is a useful way to organize data for rendering in a way that is particularly...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (101): OpenRM Scene Graph Download

Added: May 15, 2010 | Visits: 1.023

Text::Graph Text::Graph is a Perl extension for generating text-based graphs. SYNOPSIS use Text::Graph; blah blah blah Some data is easier to analyze graphically than in its raw form. In many cases, however, a full-blown multicolor graphic representation is overkill. In these cases, a simple graph can...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Text::Graph Download

Added: May 09, 2010 | Visits: 1.303

Python Call Graph Python Call Graph (pycallgraph) is a Python library that creates call graphs for Python programs pycallgraph is quite new. It seems to work well and I will most likely improve it in the near future!. Gravit is a free gravity simulator.


Platforms: *nix

License: Freeware Size: 4.1 KB Download (106): Python Call Graph Download

Added: October 19, 2010 | Visits: 898

Getopt::Function Getopt::Function is a Perl module to provide mixed options with help information. SYNOPSIS use Getopt::Function qw(maketrue makevalue); $::opthandler = new Getopt::Function [ ], { => [ , , ] } $result = GetOptions (...option-descriptions...); $::opthandler->std_opts;...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (92): Getopt::Function Download

Added: July 10, 2010 | Visits: 1.785

GD::Graph::Thermometer GD::Graph::Thermometer is a Perl module to generate progress graph on the fly. SYNOPSIS use GD::Graph::Thermometer; my $result = GD::Graph::Thermometer->new({ image_path => /path/to/image.png, type => png, goal => 80000, current => 20000, title => Funding the League for the Year ($),...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (132): GD::Graph::Thermometer Download

Added: April 10, 2010 | Visits: 956

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 24, 2010 | Visits: 958

AI::Menu AI::Menu is a Perl object that generates Tree::Nary objects from directed graphs or a description of the function set. The algorithm is not very efficient (approximately O(F^6), F being the number of functions). It is also not quite as intelligent as it should be. You should cache the results...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (91): AI::Menu Download

Added: October 18, 2010 | Visits: 1.377

Solaris::Disk::SVM::Graph Solaris::Disk::SVM::Graph is a Perl module for graph your Solaris Volume Manager configurations. SYNOPSIS my $graph = Solaris::Disk::SVM::Graph->new( sourcedir => path/to/dir, # path to SVM config files, # see Solaris::Disk::SVM for details fontname => fontname, fontsize => fontsize, );...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (108): Solaris::Disk::SVM::Graph Download

Added: July 14, 2010 | Visits: 1.397

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: February 17, 2010 | Visits: 1.130

Graph::Writer::DrGeo Graph::Writer::DrGeo can save the graph output DrGeo scheme script. SYNOPSIS my $g = new Graph; # Add some vertices/edges to $g my $writer = Graph::Writer::DrGeo->new(); $writer->write_graph($g,"graph.scm"); # graph.scm can be evaluated and rendered with Dr.Geo Dr. Geo is a GTK...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Graph::Writer::DrGeo Download

Added: September 23, 2010 | Visits: 2.064

Genealogy Graph Generator Genealogy Graph Generator (GGG) is a set of programs for automatically generating academic genealogy graphs. It tells you who your advisor and your advisors advisor and her advisor and so on are..


Platforms: *nix

License: Freeware Size: 47.1 KB Download (118): Genealogy Graph Generator Download

Added: October 25, 2010 | Visits: 1.115

GD::Graph::colour GD::Graph::colour contains colour manipulation routines for use with GD::Graph. SYNOPSIS use GD::Graph::colour qw(:colours :lists :files :convert); The GD::Graph::colour package provides a few routines to work with colours. The functionality of this package is mainly defined by what is...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (95): GD::Graph::colour Download

Added: October 14, 2010 | Visits: 1.652

GD::Graph GD::Graph is a graph plotting module for Perl 5. SYNOPSIS use GD::Graph::moduleName; GD::Graph is a perl5 module to create charts using the GD module. The following classes for graphs with axes are defined: GD::Graph::lines Create a line chart. GD::Graph::bars and GD::Graph::hbars...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (111): GD::Graph Download

Added: January 25, 2010 | Visits: 1.098

GENE Graph Export Engine GENE Graph Export Engine is an advanced XML exporter. GENE Graph Export Engine is a complex convertor/framework for multi-namespace XML transforming and exporting. It is able to convert various XML types including SVG, DocBook, MathML, XSL-FO, and their combinations into a wide area of output...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (96): GENE Graph Export Engine Download

Added: January 07, 2010 | Visits: 1.269

GD::Graph::Polar GD::Graph::Polar is a Perl module to make polar graph using GD package. SYNOPSIS use GD::Graph::Polar; my $obj=GD::Graph::Polar->new(size=>480, radius=>100); $obj->addPoint (50=>25); $obj->addPoint_rad (50=>3.1415); $obj->addGeoPoint (75=>25); $obj->addGeoPoint_rad (75=>3.1415);...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (152): GD::Graph::Polar Download

Added: March 12, 2010 | Visits: 858

Bio::Graph::SimpleGraph Bio::Graph::SimpleGraph is a Perl module that can create and manipulate undirected graphs. SYNOPSIS use Bio::Graph::SimpleGraph; my $graph=new SimpleGraph; # read pairs of nodes from STDIN while (<>) { my($node1,$node2)=split; $graph->add_edge($node1,$node2); } my @nodes=graph->nodes;...


Platforms: *nix

License: Freeware Size: 5.6 MB Download (101): Bio::Graph::SimpleGraph Download

Added: January 25, 2010 | Visits: 825

Devel::Graph Devel::Graph module can turn Perl code into a graphical flowchart. SYNOPSIS use Devel::Graph; my $grapher = Devel::Graph->new(); my $graph = $grapher->decompose( if ($b == 1) { $a = 9; } ); print $graph->as_ascii(); # Will result in something like this: ################ # start #...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (104): Devel::Graph Download

< 1 2 3 4 5 >