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

Blank Multiplication Chart software
Filter: All | Freeware | Demo
 

Blank Multiplication Chart

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.654

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

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: August 10, 2010 | Visits: 1.513

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: January 14, 2010 | Visits: 948

ElegantJ Chart Library ElegantJ Chart Library project provides more than 50 types and subtypes of charting components to provide right visual representation of your data through charts. A picture is worth thousand words… and a well-designed chart is worth thousand lines of explanation of data. ElegantJ Charts...


Platforms: *nix

License: Shareware Cost: $499.00 USD Download (95): ElegantJ Chart Library Download

Added: January 09, 2010 | Visits: 2.547

Chart::Plot::Canvas Chart::Plot::Canvas is a Perl module to plot two dimensional data in an Tk Canvas. SYNOPSIS use Chart::Plot::Canvas; my $img = Chart::Plot::Canvas->new(); my $anotherImg = Chart::Plot::Canvas->new ($image_width, $image_height); $img->setData (@dataset) or die( $img->error() );...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (162): Chart::Plot::Canvas Download

Added: November 19, 2010 | Visits: 1.169

Chart::EPS_graph Chart::EPS_graph creates line graphs in PostScript as *.eps format. SYNOPSIS # Create anew a 600 x 600 points (not pixels!) EPS file my $eps = Chart::EPS_graph->new(600, 600); # Choose minimum required display info $eps->set( label_top => Graph Main Title, label_y1 => Y1 Axis Measure...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (121): Chart::EPS_graph Download

Added: July 05, 2010 | Visits: 1.806

Chart Taglibs Chart Taglibs is a free taglib (JSP 1.1) library for JFreeChart. These are easy to use, and allow the developer to draw any graphics supported by JFreeChart using only the tags. Chart Taglibs currently supports pie charts (2D & 3D), bar charts (2D & 3D), and line charts. Whats New in This...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (114): Chart Taglibs Download

Added: January 13, 2010 | Visits: 1.368

Chart::Scientific Chart::Scientific is a Perl module that can generate simple 2-D scientific plots with logging, errbars, etc. SYNOPSIS Procedural interface use Chart::Scientific qw/make_plot/; make_plot ( x_data => @x_values, y_data => @yvalues ); The subroutine make_plot creates a Chart::Scientific...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (108): Chart::Scientific Download

Added: October 26, 2010 | Visits: 1.058

Rsync::Config::Blank Rsync::Config::Blank is a basic atom object. SUBROUTINES/METHODS new FIXME: constructor to_string returns a stringified version of the comment. name Unused here. Useful for derivated classes, as "name" accessor/mutator. value Unused here. Useful for derivated classes, as "value"...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (94): Rsync::Config::Blank Download

Added: November 09, 2010 | Visits: 1.191

Chart::PNGgraph Chart::PNGgraph is a graph plotting module (deprecated). SYNOPSIS use Chart::PNGgraph::moduleName; Chart::PNGgraph is a perl5 module to create PNG output for a graph. Chart::PNGgraph is nothing more than a wrapper around GD::Graph, and its use is deprecated. It only exists for backward...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (109): Chart::PNGgraph Download

Added: February 13, 2010 | Visits: 1.370

Multiplication Puzzle Multiplication Puzzle project is a simple GTK+ 2 game that emulates the multiplication game found in Emacs. Basically, a multiplication problem is shown with all digits replaced by letters. Your job is to guess which letter represents which number. Translations are available for Afrikaans,...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (114): Multiplication Puzzle Download

Added: March 15, 2010 | Visits: 1.910

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: August 17, 2010 | Visits: 1.015

Multiplication Flash Multiplication Flash short from mFlash is just a way to save the mess, bother, and expense of paper flashcards. And I think the kids enjoy the feedback and noises. Anything ypu can do to encourage, you know. As mentioned above, you can turn of the sound ("good job" or "shucks" sort of sounds --...


Platforms: *nix

License: Freeware Size: 839.68 KB Download (107): Multiplication Flash Download

Added: July 09, 2010 | Visits: 1.350

Chart::Sequence Chart::Sequence is a sequence Perl class. SYNOPSIS use Chart::Sequence; my $s = Chart::Sequence->new( Nodes => [qw( A B C )], Messages => [ [ A => B => "Message 1" ], [ B => A => "Ack 1" ], [ B => C => "Message 2" ], ], ); # or # my $s = Chart::Sequence->new( SeqMLInput =>...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (104): Chart::Sequence Download

Added: January 22, 2010 | Visits: 1.649

Chart::Plot Chart::Plot is a Perl module to plot two dimensional data in an image. SYNOPSIS use Chart::Plot; my $img = Chart::Plot->new(); my $anotherImg = Chart::Plot->new ($image_width, $image_height); $img->setData (@dataset) or die( $img->error() ); $img->setData (@xdataset, @ydataset);...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): Chart::Plot Download

Added: November 03, 2010 | Visits: 1.196

Chart::XMGR Chart::XMGR is a Perl object for displaying data via XMGR. SYNOPSIS use Chart::XMGR; xmgr($a, { SYMBOL => plus}; use Chart::XMGR (); $xmgr = new Chart::XMGR; $xmgr->line($pdl); $pdl->$xmgr->line; xmgr($pdl, { LINESTYLE => dotted }); Provides a perl/PDL interface to the XMGR...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (105): Chart::XMGR Download

Added: July 19, 2010 | Visits: 1.004

Chart::GRACE Chart::GRACE is a Perl object for displaying data via Xmgrace. SYNOPSIS use Chart::GRACE; xmgrace($a, { SYMBOL => plus}; use Chart::GRACE (); $grace = new Chart::GRACE; $grace->plot($pdl); xmgrace($pdl, { LINESTYLE => dotted }); Provides a perl/PDL interface to the XMGR plotting...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): Chart::GRACE Download

Added: January 25, 2010 | Visits: 947

Master The Facts Multiplication X Master the Facts Multiplication is a no-nonsense drill and practice program to aide students in learning multiplication facts. This program was created in response to teachers requesting a "non-game" software tool to use in their classrooms to teach multiplication. It is currently used in homes...


Platforms: Mac

License: Shareware Cost: $0.00 USD Download (95): Master The Facts Multiplication X Download

Released: March 20, 2010  |  Added: April 01, 2010 | Visits: 1.722

Multiplication Flash Cards Multiplication Flash Cards provides a new learning environment for children of all ages to quickly master multiplication facts. Spaced repetition is used to help students quickly memorize necessary facts. Multiplication Flash Cards also provides printable pdf flash cards. This allows parents...


Platforms: Windows

License: Shareware Cost: $12.95 USD Size: 1.45 MB Download (1407): Multiplication Flash Cards Download

Released: December 12, 2008  |  Added: April 26, 2010 | Visits: 1.613

FlyCharts Flash Chart Component FlyCharts is a chart flash component, which is a set of Adobe Flash (SWF) files that gives you outstanding possibility to visualize your data. FlyCharts help create compact, interactive flash graphs, charts, diagrams fast and easy. FlyCharts doesn't need installation, runs without using an...


Platforms: Windows, Mac, *nix, OS/2

License: Shareware Cost: $99.00 USD Size: 452.03 KB Download (445): FlyCharts Flash Chart Component Download

< 1 2 3 4 5 >