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

Parametric Equation Graph software
Filter: All | Freeware | Demo
 

Parametric Equation Graph

< 1 2 3 4 5 > 
Added: February 17, 2010 | Visits: 1.133

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 (95): Graph::Writer::DrGeo Download

Added: September 23, 2010 | Visits: 2.068

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 (124): Genealogy Graph Generator Download

Added: October 25, 2010 | Visits: 1.118

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

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

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: August 08, 2010 | Visits: 1.643

Modest Ordinary Differential Equation Library Modest Ordinary Differential Equation Library is a C++ library to model rate equations. MODEL is a numeric simulation library written during my PhD to simulate systems of rate equations describing Vertical Cavity Surface Emitting Lasers (VCSELs). I decided to write one myself after looking at...


Platforms: *nix

License: Freeware Size: 2.5 MB Download (154): Modest Ordinary Differential Equation Library Download

Added: January 07, 2010 | Visits: 1.273

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 (153): GD::Graph::Polar Download

Added: March 12, 2010 | Visits: 860

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 (107): Bio::Graph::SimpleGraph Download

Added: March 15, 2010 | Visits: 1.916

PHP Advanced Graph and Chart Collection PHP Advanced Graph and Chart Collection software provides a very easy way to embed dynamically-generated graphs and charts into PHP applications and HTML Web pages. The Graphing components provide various solutions for the incorporation of graphs and charts into Web/intranet pages and...


Platforms: *nix

License: Shareware Cost: $195.00 USD Size: 1.5 MB Download (108): PHP Advanced Graph and Chart Collection Download

Added: January 25, 2010 | Visits: 829

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 (110): Devel::Graph Download

Added: September 12, 2010 | Visits: 1.485

Graph::Flowchart Graph::Flowchart is a Perl module that can generate easily flowcharts as Graph::Easy objects. SYNOPSIS use Graph::Flowchart; my $flow = Graph::Flowchart->new(); print $flow->as_ascii(); This module lets you easily create flowcharts as Graph::Easy objects. This means you can output your...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (171): Graph::Flowchart Download

Added: April 19, 2010 | Visits: 1.246

SVG::Template::Graph SVG::Template::Graph is a Perl extension for generating template-driven graphs with SVG. SYNOPSIS use SVG::Template::Graph; $data = [ { barGraph=>1,# barSpace=>20, title=> 1: Trace 1, data => #hash ref containing x-val and y-val array refs { x_val => [50,100,150,200,250,...


Platforms: *nix

License: Freeware Download (99): SVG::Template::Graph Download

Added: November 04, 2010 | Visits: 1.705

Python Web Graph Generator Python Web Graph Generator is a threaded Web graph (Power law random graph) generator. It can generate a synthetic Web graph of about one million nodes in a few minutes on a desktop machine. This software implements a threaded variant of the RMAT algorithm. A little tweak can produce graphs...


Platforms: *nix

License: Freeware Size: 614.4 KB Download (142): Python Web Graph Generator Download

Added: July 23, 2010 | Visits: 1.454

PHP HTML Graph Class PHP HTML Graph Class is a class for drawing vertical bar graphs using only HTML and CSS. Simple and grouped bars can be created. You can change everything regarding the looks as the output is template-driven. On the fly, you can change the size of graph, the color of all or individual bars, add...


Platforms: *nix

License: Shareware Cost: $0.00 USD Download (117): PHP HTML Graph Class Download

Added: August 18, 2010 | Visits: 1.026

B::Graph B::Graph is a Perl compiler backend to produce graphs of OP trees. SYNOPSIS perl -MO=Graph,-text prog.pl >graph.txt perl -MO=Graph,-vcg prog.pl >graph.vcg xvcg graph.vcg perl -MO=Graph,-dot prog.pl | dot -Tps >graph.ps This module is a backend to the perl compiler (B::*) which, instead...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): B::Graph Download

Released: May 13, 2011  |  Added: May 23, 2011 | Visits: 1.309

Graph Converter Lite Graph Converter Lite Convert all existing paper charts and diagrams to electronic form with this easy to learn program. Just scan the graph, open the image in Graph Converter Lite, calibrate, and the modern algorithm for automatic graphs recognition creates the tables automatically. May be...


Platforms: Windows

License: Freeware Size: 1.92 MB Download (141): Graph Converter Lite Download

Released: March 12, 2012  |  Added: April 02, 2012 | Visits: 1.073

Graph Earth Visualize your data in 3D! Quick, easy and inexpensive. Graph Earth enables management, marketing and other business professionals to create stunning visual representations of their data, all without the time and costs associated with a full-featured GIS. Viewable by Everyone! Create one of a...


Platforms: Windows

License: Demo Cost: $24.95 USD Size: 469 KB Download (96): Graph Earth Download

Released: March 19, 2012  |  Added: August 12, 2012 | Visits: 1.225

Free Graph Generator Free Graph Generator is a simple bar chart generation tool that lets you create custom bar charts of any size. Edit bar color, bar width, bar title, and bar side label properties.


Platforms: Windows

License: Freeware Size: 16.49 MB Download (105): Free Graph Generator Download

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 699

Graph Paper Maker for Mac OS Software that lets you create your own custom sheets of graph paper. You have complete control over the graph characteristics: - X and Y axis can independently be set for linear or log scale, and scaling - Hydraulic scaling for graphing flow vs pressure. - Selection from a dozen standard paper...


Platforms: Mac

License: Freeware Size: 5 MB Download (62): Graph Paper Maker for Mac OS Download

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

LaTex Equation Editor A LaTeX equation editor for Windows with OLE Server capabilities.


Platforms: Windows

License: Freeware Download (70): LaTex Equation Editor Download

< 1 2 3 4 5 >