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

Learning Module Definition software
Filter: All | Freeware | Demo
 

Learning Module Definition

1 2 3 4 5 > 
Added: November 14, 2010 | Visits: 926

AI::NeuralNet::Simple AI::NeuralNet::Simple is a simple learning module for building neural nets. SYNOPSIS use AI::NeuralNet::Simple; my $net = AI::NeuralNet::Simple->new(2,1,2); # teach it logical or for (1 .. 10000) { $net->train([1,1],[0,1]); $net->train([1,0],[0,1]); $net->train([0,1],[0,1]);...



Platforms: *nix

License: Freeware Size: 17.41 KB Download (102): AI::NeuralNet::Simple Download

Added: November 24, 2013 | Visits: 312

Binary Star PlanetFinder is an on-line learning module. It instructs students how astronomers fit model Doppler velocity curves to data representing extra-solar planetary systems. This module can be run from the University of Colorado servers, or downloaded, installed, and hosted on your local servers.





Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 524 B Download (40): Binary Star Download

Added: September 21, 2013 | Visits: 371

Galactic Communication PlanetFinder is an on-line learning module. It instructs students how astronomers fit model Doppler velocity curves to data representing extra-solar planetary systems. This module can be run from the University of Colorado servers, or downloaded, installed, and hosted on your local servers.


Platforms: Mac

License: Freeware Size: 629 B Download (51): Galactic Communication Download

Added: September 30, 2013 | Visits: 340

Doppler Shift PlanetFinder is an on-line learning module. It instructs students how astronomers fit model Doppler velocity curves to data representing extra-solar planetary systems. This module can be run from the University of Colorado servers, or downloaded, installed, and hosted on your local servers.


Platforms: Mac

License: Freeware Size: 524 B Download (40): Doppler Shift Download

Added: November 10, 2013 | Visits: 449

Planetary Transits PlanetFinder is an on-line learning module. It instructs students how astronomers fit model Doppler velocity curves to data representing extra-solar planetary systems. This module can be run from the University of Colorado servers, or downloaded, installed, and hosted on your local servers.


Platforms: Mac

License: Freeware Size: 629 B Download (39): Planetary Transits Download

Added: June 26, 2013 | Visits: 378

Binary Star Orbits PlanetFinder is an on-line learning module. It instructs students how astronomers fit model Doppler velocity curves to data representing extra-solar planetary systems. This module can be run from the University of Colorado servers, or downloaded, installed, and hosted on your local servers.


Platforms: Mac

License: Freeware Size: 524 B Download (45): Binary Star Orbits Download

Added: October 29, 2013 | Visits: 309

Radiative Transfer PlanetFinder is an on-line learning module. It instructs students how astronomers fit model Doppler velocity curves to data representing extra-solar planetary systems. This module can be run from the University of Colorado servers, or downloaded, installed, and hosted on your local servers.


Platforms: Mac

License: Freeware Size: 524 B Download (44): Radiative Transfer Download

Added: August 15, 2013 | Visits: 288

Eclipsing Binaries PlanetFinder is an on-line learning module. It instructs students how astronomers fit model Doppler velocity curves to data representing extra-solar planetary systems. This module can be run from the University of Colorado servers, or downloaded, installed, and hosted on your local servers.


Platforms: Mac

License: Freeware Size: 629 B Download (40): Eclipsing Binaries Download

Added: October 09, 2013 | Visits: 537

Tellurium The Tellurium Automated Testing Framework (Tellurium) is a UI module-based automated testing framework for web applications. The UI module is a collection of UI elements you group together. Usually, the UI module represents a composite UI object in the format of nested basic UI elements. For...


Platforms: Mac

License: Freeware Size: 319.49 KB Download (41): Tellurium Download

Added: May 10, 2013 | Visits: 673

Ensuring a name definition in a module namespace This script ensures that a name exists in a target namespace. If it does not, make it available in the target namespace using the given definition. The target should be a namespace dictionary (presumably for a module, see the discussion below otherwise). The default target is __builtins__...


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


Added: May 31, 2013 | Visits: 970

CCK definition list field This simple module provides a CCK field to input lines on a textarea and renderize a html definition list.It uses "---" as the separator between definition terms. Lines are trimmed and whitelines removed.


Platforms: PHP

License: Freeware Size: 10 KB Download (47): CCK definition list field Download

Added: May 10, 2013 | Visits: 294

Module Builder 6.x-1.x-dev / 5.x-1.x-dev This module can be useful in learning how hooks work.Installation Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x/6.x


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

License: Freeware Download (48): Module Builder 6.x-1.x-dev / 5.x-1.x-dev Download

Added: April 17, 2013 | Visits: 396

Standings module for sports Standings is a module for Postnuke/Envolution CMS for the management of sport teams, tournements/championships, schedules definition and results input and finally for the calculation of current standings based on the entered results.


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 163.84 KB Download (40): Standings module for sports Download

Added: August 19, 2010 | Visits: 911

Module::AutoINC SYNOPSIS perl -MModule::AutoINC < script > ABSTRACT When Module::AutoINC is loaded, it will add itself to @INC and catch any requests for missing resources. If a Perl module is requested that has not been installed, then this will attempt to load it. Under Active State Perl (or any Perl...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Module::AutoINC Download

Added: November 02, 2010 | Visits: 1.107

Net::IPMessenger::MessageCommand Net::IPMessenger::MessageCommand is a Perl module for message command definition and accessor class. SYNOPSIS use Net::IPMessenger::MessageCommand; my $command = Net::IPMessenger::MessageCommand->new(SENDMSG)->set_secret; This defines IP Messenger command and option flags. Also this gives...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (97): Net::IPMessenger::MessageCommand Download

Released: December 25, 2012  |  Added: December 25, 2012 | Visits: 1.869

Module::MakefilePL::Parse Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", <$fh>) ); $info = $parser->required; The purpose of this module is to determine the...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): Module::MakefilePL::Parse Download

Added: August 23, 2013 | Visits: 496

Structured Forum Structured Forum, an activity social module for Moodle Learning Environment. StructuredForum is based on three types of generic contributions, namely specification, elaboration and consensus.


Platforms: PHP

License: Freeware Size: 337.92 KB Download (43): Structured Forum Download

Added: January 16, 2006 | Visits: 8.074

Speaking dictionaries & learning words Multilingual dictionary, and the most efficient speaking software for learning words of foreign languages. Fast and convenient translation words using clipboard and hotkeys. It contains unique set of functions for learning words and guide to their pronunciation. Microsoft animated characters...


Platforms: Windows

License: Shareware Cost: $36.00 USD Size: 4.96 MB Download (767): Speaking dictionaries & learning words Download

Added: January 18, 2010 | Visits: 1.206

Module::Install::Deprecated Module::Install::Deprecated are warnings and help for deprecated commands. One of the nicest features of Module::Install is that as it improves, there is no need to take into account user compatibility, because users do not need to install Module::Install itself. As a result, the...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (122): Module::Install::Deprecated Download

Added: November 10, 2010 | Visits: 1.331

Module::Crypt Module::Crypt is a Perl module to encrypt your Perl code and compile it into XS. SYNOPSIS use Module::Crypt; #Êfor a single file: CryptModule( file => Bar.pm, install_base => /path/to/my/lib ); # for multiple files: CryptModule( files => [Foo.pm, Bar.pm], install_base =>...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Module::Crypt Download

1 2 3 4 5 >