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

Polar Graph freeware
Filter: All | Freeware | Demo
 

Polar Graph

1 2 3 4 5 > 
Added: August 16, 2008 | Visits: 2.613

Graph Paper Printer Vaxa Software introduces our new utility to print your own Graph Paper. Features include - Printer name, paper size, printer zone size, choose grid colour. Application always shows the current grid colour. Graph paper is printed with three thickness lines. For each printer you choose GRPP shows...



Platforms: Windows

License: Freeware Size: 1.26 MB Download (633): Graph Paper Printer Download

Released: June 26, 2012  |  Added: June 26, 2012 | Visits: 995

Make Professional looking graphs with Java 3d Graph Software With 1-2-3 PieCharts you can now quickly and easily create professional looking 3d graphs without any of the usual hassle. This 3d graph software from Java is the perfect way to show statistics and information in an eye-catching and easy to understand way.If you download this 3d graph software...





Platforms: Windows

License: Freeware Size: 2.93 MB Download (506): Make Professional looking graphs with Java 3d Graph Software Download

Released: December 15, 2012  |  Added: December 15, 2012 | Visits: 577

Origramy Flash Graph Component Origramy is a XML-driven flash graph component specially designed for building, editing and displaying graphs and diagrams of various kinds. In two modes of the component webmasters and developers can fast and easily create, modify and present any graphs, presentations, workflow schemes,...


Platforms: Windows

License: Freeware Size: 688 KB Download (468): Origramy Flash Graph Component Download

Released: June 02, 2012  |  Added: June 02, 2012 | Visits: 469

Polar Pwnd 2 Polar PWND 2 is the second part of the series games. Put the bomb at the exact position to help you in your penguin ass kicking mission. Face off against new enemies such as commander penguins, the hard-to-topple elite penguins and Professor Von Byrdbrynn, der feather scientist.


Platforms: Windows

License: Freeware Size: 8.01 MB Download (456): Polar Pwnd 2 Download

Released: September 07, 2012  |  Added: September 07, 2012 | Visits: 713

Graph Streaming The purpose of the Graph Streaming API is to build a unified framework for streaming graph objects. Gephi’s data structure and visualization engine has been built with the idea that a graph is not static and might change continuously. By connecting Gephi with external data-sources, we leverage...


Platforms: Windows

License: Freeware Size: 164 KB Download (445): Graph Streaming Download

Added: August 30, 2008 | Visits: 6.951

Online Graph Applets Online Graph Applets include: Graph Polar Curves; Graph Rectangular; Graph Parametric Curves; Area Under Curve (Rect); Area Between Curves; Area Under Curve(Polar). Option to print is available.


Platforms: Any Browser + Java

License: Freeware Download (367): Online Graph Applets Download

Added: August 03, 2008 | Visits: 2.354

Graph A Ping Graph A Ping allows you to graph the pings results of a host. To graphicly determing difference on latency response timers.


Platforms: Windows

License: Freeware Size: 2 MB Download (356): Graph A Ping Download

Released: February 18, 2006  |  Added: June 02, 2009 | Visits: 2.323

3D Graph Application for displaying 2D and 3D graphs for web presentation and for functions of 3 dimentions.As a calculus student I was fascinated by the shapes of 3d functions. After a short while I decided to give shape to the functions I learned about and the result was 3D Graph!


Platforms: Windows

License: Freeware Size: 17.83 KB Download (269): 3D Graph Download

Added: August 01, 2008 | Visits: 1.566

Roadkil's Graph Draws a graph from an algebraic formula entered by you, functions such as sine, cosine, tan, log, log natural and powers can be used. The x and y range displayed on the axis can be altered to zoom in and zoom out on the graph. Grid lines and value labels are displayed on the graph for easy...


Platforms: Windows

License: Freeware Size: 49 KB Download (196): Roadkil's Graph Download

Added: March 03, 2010 | Visits: 1.337

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: August 01, 2008 | Visits: 1.730

Traffic graph Traffic Graph is a network analytic tool that examines local area network usage and provides a display of upload and download statistics. The main puropse of the application is monitoring (and counting) the IP traffic between your local area network (LAN) and Internet.


Platforms: Windows

License: Freeware Size: 257 KB Download (184): Traffic graph Download

Added: July 22, 2010 | Visits: 1.300

Engauge Digitizer Engauge Digitizer project is digitizing software that converts an image showing a graph or map into numbers. The image file can come from a scanner, digital camera, or screenshot. The numbers can be read on the screen, and written or copied to a spreadsheet. Highlights for beginners include an...


Platforms: *nix

License: Freeware Size: 9.1 MB Download (179): Engauge Digitizer Download

Added: August 17, 2008 | Visits: 1.525

Polar View This is a simple program that displays a map of the north celestial pole, it can be configured to show the same view as your polar alignment telescope. PolarView's main purpose is for accurate polar alignment in the field. All good astronomers will know that the pole star 'Polaris' or the 'North...


Platforms: Windows

License: Freeware Size: 74 KB Download (172): Polar View Download

Added: September 12, 2010 | Visits: 1.480

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

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

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 (167): Chart::Graph::Gnuplot Download

Added: September 22, 2010 | Visits: 1.571

GIS::Distance::Polar GIS::Distance::Polar can do Polar coordinate flat-earth distance calculations. SYNOPSIS my $calc = GIS::Distance::Polar->new(); my $distance = $calc->distance( $lon1, $lat1 => $lon2, $lat2 ); Supposedly this is a formula to better calculate distances at the poles. While implimented, this...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (159): GIS::Distance::Polar Download

Added: August 30, 2008 | Visits: 1.366

Polar Zip Light Free Polar Zip Light is a free ActiveX control which adds seamless data compression solutions to your Windows applications. It performs adding, extracting, deleting and listing files in archives. Polar Zip Light is ideal for individuals, small business and enterprise software developers. It is...


Platforms: Windows

License: Freeware Size: 6.77 MB Download (156): Polar Zip Light Free 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: September 03, 2010 | Visits: 2.138

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

1 2 3 4 5 >