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

Graph Functions software
Filter: All | Freeware | Demo
 

Graph Functions

< 1 2 3 4 5 > 
Added: September 17, 2010 | Visits: 850

Bio::NEXUS::Functions Bio::NEXUS::Functions is a Perl module that provides private utility functions for the module. This package provides private functions that are not object-specific..



Platforms: *nix

License: Freeware Size: 153.6 KB Download (90): Bio::NEXUS::Functions Download

Added: January 25, 2010 | Visits: 737

Water Tank Functions Water Tank Functions helps middle school students practice for interpreting line graphs and using functions. Students set the initial level; time delay; and flow rate of an on-screen water tank so that it's water level over time matches that shown on an adjacent line graph.





Platforms: Mac

License: Freeware Size: 290 KB Download (117): Water Tank Functions Download

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

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

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

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: September 26, 2012  |  Added: September 26, 2012 | Visits: 467

Graphmatica a powerful, easy-to-use, equation plotter with numerical and calculus features: - Graph Cartesian functions, relations, and inequalities, plus polar, parametric, and ordinary differential equations. - Up to 999 graphs on screen at once. - New data plotting and curve-fitting features. -...


Platforms: Windows

License: Shareware Cost: $25.00 USD Size: 378.88 KB Download (479): Graphmatica Download

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

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: June 20, 2012  |  Added: June 20, 2012 | Visits: 691

GE-Graph Make graph into Googlr Earth to illustrate your presentations, papers, etc. GE-Graph was developed to generate graphs from kml files saved by GE. The file generated by GE-Graph can be exported to Google Earth. Make Bars graph Make graph with geometrical shapes (circles, squares, triangles, etc)....


Platforms: Windows

License: Freeware Size: 1.81 MB Download (57): GE-Graph Download

Released: August 05, 2012  |  Added: August 05, 2012 | Visits: 581

InquiCalc InquiCalc is a powerful and advanced graphing spftware designed to graph ellipses, hyperbolas, and other conic sections in implicit mode; additional modes support graphing polar and parametric functions, slope fields, inequalities, and scatterplots. In piecewise mode, you can plot...


Platforms: Windows

License: Shareware Cost: $29.00 USD Size: 45.3 MB Download (525): InquiCalc Download

Released: June 16, 2012  |  Added: June 16, 2012 | Visits: 507

FX Graph FX Graph software was created to be a simple, easy to use, but powerful, graphing program. Most graphing packages offer powerful features but they are difficult to learn, difficult to teach and difficult to use. Many schools spend more time teaching students how to use the program rather than...


Platforms: Windows

License: Shareware Cost: $43.48 USD Size: 4.2 MB Download (515): FX Graph Download

Released: August 15, 2012  |  Added: August 15, 2012 | Visits: 525

2D/3D Stacked Bar Graph Software This 2D / 3D Stacked Vertical Bar Graph provides both a client and server side solution for the incorporation of bar graphs into web pages. It provides versatile components so that web authors and Java developers can easily build and publish dynamic and interactive bar graphs. We have built in...


Platforms: Windows, Mac, Linux

License: Shareware Cost: $49.95 USD Size: 220 KB Download (420): 2D/3D Stacked Bar Graph Software Download

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

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: May 10, 2013 | Visits: 428

Missing string functions Missing string functions script introduces some functions to help you manage international text.


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

License: Freeware Download (58): Missing string functions Download

Added: May 10, 2013 | Visits: 557

DHTML / CSS based bar graph This vertical bar graph is done completely using DHTML and CSS. Unlike an applet based solution, this loads fast and blends in with the rest of the page. You can even use a transparent background for it.


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

License: Freeware Download (58): DHTML / CSS based bar graph Download

Added: May 10, 2013 | Visits: 574

Finding Eulerian path in undirected graph This script takes as input a graph and outputs Eulerian path (if such exists). The worst running time is O(E^2).


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

License: Freeware Download (58): Finding Eulerian path in undirected graph Download

Added: May 10, 2013 | Visits: 413

Curried functions This script is a class to allow programmers to curry functions, so that arguments can be supplied one at a time instead of all at once. E.g., if  F = Curry(lambda a,b: a b), then F(1,2) == F(1)(2).


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

License: Freeware Download (53): Curried functions Download

Added: May 10, 2013 | Visits: 465

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: May 10, 2013 | Visits: 503

Edge-coloring of a bipartite graph Konig's theorem tells us that every bipartite graph with maximum vertex-degree d can be edge-colored with just d colors. This script allows you to verify this theorem.


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

License: Freeware Download (52): Edge-coloring of a bipartite graph Download

Added: May 10, 2013 | Visits: 336

Simple Graph Graph can be made public (i.e. sidebar widget or static page) and the data can be manipulated through dashboard. The horizontal axis can only contain dates, while the vertical axis can hold any values. Each user can have their own graphs, which can be easily inserted in posts and pages....


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

License: Freeware Download (55): Simple Graph Download

Added: April 18, 2013 | Visits: 446

WIN32API MDI Shell with functions WIN32API MDI Shell with functions code allows an easy start of a MDI application.Shows how to create and fill the client and mdi structures. It also contains functions to sort the mdi child windows. ains>


Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (47): WIN32API MDI Shell with functions Download

< 1 2 3 4 5 >