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

Ap Statistics Test software
Filter: All | Freeware | Demo
 

Ap Statistics Test

< 1 2 3 4 5 > 
Released: January 01, 2002  |  Added: August 22, 2006 | Visits: 3.266

ActiveStat -web statistics software ActiveStat - web statistics marketing tool to track and analyse site visits, marketing research, visit tracking software, statistics analyser



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

License: Commercial Cost: $339.00 USD Size: 2.37 MB Download (126): ActiveStat -web statistics software Download

Released: May 23, 2012  |  Added: June 23, 2012 | Visits: 3.273

Test Constructor Test constructor is a universal program for testing knowledge. The program can be used to perform testing both at home and various educational institutions. The program allows using an unlimited number of topics, questions and answers. Test constructor supports five types of questions, which...





Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 8.45 MB Download (163): Test Constructor Download

Released: January 10, 2003  |  Added: August 01, 2006 | Visits: 6.567

Test Creator It has never been easier to be a teacher and create and grade tests as it is now with Markosoft's Test Creator and Test Taker applications. With the Test Creator, you can effortlessly build tests that include multiple choice, true/false, short answer, and essay questions and the tests can either...


Platforms: Windows

License: Shareware Cost: $45.00 USD Size: 1.26 MB Download (235): Test Creator Download

Released: January 10, 2003  |  Added: January 07, 2006 | Visits: 2.744

Test Prep Achieving a degree of any kind can be an arduous task, and preparing for the numerous tests that occur along the way is one of the unpleasantries of higher education. Markosoft's Test Prep application was designed by one of our in-house consultants to make studying for a test a walk in the park....


Platforms: Windows

License: Shareware Cost: $10.00 USD Size: 665 KB Download (121): Test Prep Download

Released: January 01, 2006  |  Added: February 01, 2006 | Visits: 3.238

Test Generator II 2.2.68 Test Generator (TG) enables users to create, deliver and administer tests over a single desktop, network, Intranet or Internet. User applications include the creation and delivery of tests, quizzes, exams, assessments, surveys and questionnaires. Audience: trainers, educators,...


Platforms: Windows

License: Demo Cost: $79.00 USD Size: 15.3 MB Download (564): Test Generator II 2.2.68 Download

Released: November 08, 2006  |  Added: November 26, 2006 | Visits: 3.050

BugTimer Performance Test Manager BugTimer is a timer application that records, displays, saves, sorts, and prints Performance Test Results.


Platforms: Windows

License: Shareware Cost: $29.99 USD Size: 1.62 MB Download (135): BugTimer Performance Test Manager Download

Released: September 18, 2007  |  Added: October 28, 2007 | Visits: 5.405

Speed Test Standard Bandwidth Speed Testing at its greatest. Most products only monitor your traffic across your network cards, of' course Speed Test will also, however our product will also download a file from our server at a given time interval in order to test your maximum capability of your Internet connection....


Platforms: Windows

License: Shareware Cost: $49.95 USD Size: 3.91 MB Download (393): Speed Test Standard Download

Released: February 20, 2008  |  Added: February 28, 2008 | Visits: 2.904

NUnit Test Generator Does the quality of your code matter? If it does, then you simply have to try the NUnit Test Generator. The NUnit Test Generator works with NUnit to make your life easier. It not only creates the stubs for the tests, it extracts the the documentation you've already written for your properties and...


Platforms: Windows

License: Commercial Cost: $9.97 USD Size: 1.41 MB Download (129): NUnit Test Generator Download

Released: February 09, 2008  |  Added: March 17, 2008 | Visits: 3.439

Statistics Pro Calculate tedious and difficult Statistics and Discrete Mathematics formulas accurately, quickly, and with ease! Combinatorics (permutations and combinations, etc.), probabilities, expected values, confidence intervals, data analysis, hypothesis testing and more. Statistics Pro does more...


Platforms: Windows, Mac

License: Demo Cost: $9.95 USD Size: 2.25 MB Download (191): Statistics Pro Download

Released: April 22, 2008  |  Added: May 31, 2008 | Visits: 3.285

Test Generator Test Generator (TG) enables users to create, deliver and administer tests and surveys over a single desktop, network, Intranet or Internet. User applications include the creation and delivery of tests, quizzes, exams, assessments, surveys and questionnaires. Audience: trainers, educators,...


Platforms: Windows

License: Demo Cost: $79.00 USD Size: 15.3 MB Download (192): Test Generator Download

Released: November 15, 2007  |  Added: March 09, 2009 | Visits: 4.718

Ping Test Free A handy, powerful, visual ping test utility and IP scanner for system administrator to check network connection. PingEasy is a graphical ping utility lets you easy to watch the states of network and test the connection speeds of various locations. It can save IP addresses and hosts name,...


Platforms: Windows, Windows Vista

License: Shareware Cost: $0.00 USD Size: 390.62 KB Download (670): Ping Test Free Download

Released: May 25, 2009  |  Added: July 13, 2009 | Visits: 2.783

Zeta Test Zeta Test is an integrated test management environment that enables you to perform black-box tests, white-box tests, regression tests or change management tests of software applications. Zeta Test helps you to plan, perform, log, monitor and document the tests, and then to evaluate the test...


Platforms: Windows

License: Freeware Size: 61.14 MB Download (201): Zeta Test Download

Released: September 13, 2009  |  Added: September 24, 2009 | Visits: 2.104

D-test (Display test) D-test is a powerful test tool for helping you to adjust correctly your monitor main settings. Features: - resolution test card from 640x480 to 2560x2048; custom resolution included - adjustable collinearity grid - various color tests (RGB, CMYK, Spectrum, Gradient, custom color etc.) -...


Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 77.39 KB Download (515): D-test (Display test) Download

Added: January 18, 2010 | Visits: 1.436

Test::Smoke::Patcher Test::Smoke::Patcher is a OO interface to help patching the source-tree. SYNOPSIS use Test::Smoke::Patcher; my $patcher = Test::Smoke::Patcher->new( single => { ddir => $build_dir, pfile => $patch, popts => -p1, v => 1, # 0..2 }); $patcher->patch; or my $patcher =...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (105): Test::Smoke::Patcher Download

Added: January 18, 2010 | Visits: 1.140

Test::Stochastic Test::Stochastic is a Perl module to check probabilities of randomized methods. SYNOPSIS use Test::Stochastic qw(stochastic_ok); stochastic_ok sub { ...random sub...}, {a => 0.4, b => 0.6}; stochastic_ok {a => 0.4, b => 0.6}, sub { ...random sub...}; Test::Stochastic::setup(times => 100,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): Test::Stochastic Download

Added: January 18, 2010 | Visits: 1.407

Acme::Test::Weather Acme::Test::Weather is a Perl module to test the weather conditions for a user. SYNOPSIS use Test::Weather; plan tests => 2; # You may only install something # when its nice outside. &isnt_snowing(); &isnt_cloudy(); # output: 1..2 ok 1 - its partly cloudy in Montreal, Canada not...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Acme::Test::Weather Download

Added: January 18, 2010 | Visits: 1.169

Test::Exception Test::Exception is a Perl module to test exception based code. SYNOPSIS use Test::More tests => 5; use Test::Exception; # or if you dont need Test::More use Test::Exception tests => 5; # then... # Check that something died dies_ok { $foo->method1 } expecting to die; # Check that...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (97): Test::Exception Download

Added: January 18, 2010 | Visits: 1.012

Test::Resub Test::Resub is a lexically scoped subroutine replacement for testing. SYNOPSIS #!/usr/bin/perl use Test::More tests => 4; use Test::Resub qw(resub); { package Somewhere; sub show { my ($class, $message) = @_; return "$class, $message"; } } # sanity is( Somewhere->show(beyond the...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (87): Test::Resub Download

Added: March 03, 2010 | Visits: 1.232

Statistics::Forecast Statistics::Forecast is a Perl module that calculates a future value. This is a dummy Oriented Object module that calculates a future value by using existing values. The new value is calculated by using linear regression. SYNOPSIS use Statistics::Forecast; Create forecast object my...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): Statistics::Forecast Download

Added: May 09, 2010 | Visits: 1.127

Statistics::Gap Statistics::Gap Perl module is an adaptation of the Gap Statistic. SYNOPSIS use Statistics::Gap; $predictedk = &gap("prefix", "vec", INPUTMATRIX, "rbr", "h2", 30, 10, rep, 90, 4); OR use Statistics::Gap; $predictedk = &gap("prefix", "vec", INPUTMATRIX, "rbr", "h2", 30, 10, rep, 90, 4,...


Platforms: *nix

License: Freeware Size: 2.5 MB Download (91): Statistics::Gap Download

< 1 2 3 4 5 >