Home
→ Education
- Freeware Programs
| Most Popular in Category |
Newest in Category |
|
EasyTrain (ET) is a free, versatile learning program. With ET you can learn vocabulary, train multiple choice questions and deal with multiple field questions like conjugations or declinations. You ...
|
Free Course Player is a simple yet powerful flash slideshow player to create flash photo slideshow for sharing on website. Free Course Player will help you make your e-learning program to a ...
|
1042 programs, showing page 8 of 105
← 6 7 8 9 10 11 12 13 14 15 16 →
|
Avesome Knowledge Manager
|
|
Mike’s Awesome Knowledge Manager is a place to store all the little pieces of information you need to know but don't have the time to memorize. Information can be search, filtered, edited, and shared with colleagues. A single data file can be shared between multiple users, or you can keep all the know-how to yourself. Terms, definitions, lessons learned, step-by-step guides, contact information, templates, and so much more can be stored in this application. It's a great tool for the office.
ScreenShot
|
|
Comments -
- Added on 4th Oct 2011 by lt -
|
|
Avogadro
|
|
Avogadro is an advanced molecular editor designed for cross-platform use in computational chemistry, molecular modeling, bioinformatics, materials science, and related areas. It offers flexible rendering and a powerful plugin architecture.
ScreenShot
|
|
Comments -
- Added on 13th Jun 2008 by vj -
|
|
Baltazar Fast Function Analyzer
|
Baltazar Fast Function Analyzer is designed for fast numerical analysis of mathematical functions. Functions are defined by means of an assembler-like mathematical language with user defined variables A-Z and a push-pop stack memory. Baltazar is capable of conditional operations and loops and has a large library of functions, including the Gamma function, Legendre polynomials and Bessel's and Weber's functions of different orders. Baltazar can also do 1-var statistics on sets of numbers defined either directly in the editor or in a program by means of the PUSH command.
Baltazar Fast Function Analyzer is free for use (also commercially), however, no guarantees are given. No responsability for any kind of damage is accepted.
ScreenShot
|
|
Comments -
- Added on 8th May 2011 by lt -
|
|
Basic Facts Bingo
|
|
Make learning and reviewing the basic arithmetic facts and operations an enjoyable task and an effective learning experience with Basic Facts Bingo. Easily generate random bingo cards with basic addition, subtraction, multiplication, and division questions.
The built-in random generator ensures that every bingo card is different. The cards are printed on sheets with as many as nine bingo cards to a sheet. The multiple cards can then be used for either multiple games or for the students to play multiple cards in the same game. Call sheets that make it easy to call the game as well as check winning combinations are automatically generated for each game.
Because the bingo cards are printed on sheets of regular paper, students can simply use a pen or pencil to check or cross out the called items. This eliminates the problem of handing out and collecting markers which is often a bigger exercise in classroom control than one might think.
To add some variety to the games, the bingo cards can show either the answers or the questions. Have your students find the matching answers to basic arithmetic operations on their bingo cards while you call out the questions. Or have your students find the matching basic operations questions on the bingo card while you call out the answers.
Basic Facts Bingo is surprisingly easy to learn and use with a very intuitive interface that lets you see exactly what the bingo cards will look like as you design the game. Generate and print a complete bingo game with all the card sheets and call sheets required for your class in minutes, even the very first time you use the program.
And the best thing about Basic Facts Bingo is that it's another free quality educational program for educators from Schoolhouse Technologies.
Some of the things you will be able to do with Basic Facts Bingo:
- Relish the fact that it's a free program and didn't cost you anything.
- Enjoy it's ease-of-use.
- Create and print a class set of basic facts bingo card sheets in minutes.
- See exactly what the bingo cards and call sheets will look like when printed as you design them.
- Change the look of the bingo cards by changing the font or adding color.
- Select from any combination of operations in addition, subtraction, multiplication, and division.
- Control the number of bingo cards to be printed on each card sheet.
- Design the cards in portrait or landscape orientation with the page setup dialog.
- Set the level of difficulty of the arithmetic operations.
- Regulate the difficulty of the game by selecting the number of call items per column.
- Choose to have a free cell or not.
- Browse through ideas in the help documentation for different ways to play the games, e.g., black-out, form-a-letter, picture-frame, etc.
ScreenShot
|
|
Comments -
- Added on 14th Aug 2004 by lt -
|
|
Basic Facts Worksheet Factory
|
Basic Facts Worksheet Factory can generate worksheets that will provide students with the practice they need to become proficient in the basic math operations.
You can easily create unlimited customized worksheets for the practice of arithmetic facts in addition, subtraction, multiplication, and division.
It's incredibly easy to use with a very friendly interface that lets you see exactly what your worksheet will look like as you design it. Print your first worksheet within a minute even the first time you use the program.
You can create worksheets with as many questions as you wish from 1 to 100 and lay them out in either a horizontal or a vertical format. Then customize the worksheet by changing the picture, header, font, and riddle or quotation.
And for easy marking, Basic Facts Worksheet Factory will automatically print an answer key that looks just like the worksheet, but with the answers.
|
|
Comments -
- Added on 14th Apr 2003 by jf -
|
|
BASP for DOS
|
|
The Bonn Archaeological Statistics Package 4.5
The Bonn Archaeological Software Package (BASP) is a non-profit software project for and by archaeologists which has been developed cooperatively since 1973. It now includes more than 70 functions for seriation, clustering, correspondance analysis, and mapping tools for archaeologists working with IBM compatible PC's under DOS and all versions of Windows. It also includes programs for three dimensional display of data, for finding rectangular structures in scanned excavation plans containing thousands of postholes, and for the rectification of extremely oblique aerial photographs and their superimposition on large-scale scanned maps under Windows NT/2000 and Windows 95/98/ME.
|
|
Comments -
- Added on 22nd Jun 2004 by lt -
|
|
BBall
|
Baseball Probability written in 8 different languages
Computes the probability that the 1st place team will beat the 2nd place team for the division title, assuming each has a 50-50 chance of winning any given future game. Uses a bivariate binomial distribution as a model.
For the programs the inputs are:
- GL1 = Games Left to play, 1st place team
- GL2 = Games Left to play, 2nd place team
- GE = Games to play each other
- GA = Games ahead = 0, 0.5, ...
The outputs are:
- MNT1 = Magic Number to tie for 1st place team
- MNW1 = Magic Number to win for 1st place team
- MNT2 = Magic Number to tie for 2nd place team
- MNW2 = Magic Number to win for 2nd place team
- P = Probability that 1st place team beats 2nd place team
- Q = Probability that 2nd place team beats 1st place team
- 1/Q = 1 / Probability that 2nd place team beats 1st place team
- Odds = P/Q : 1 (=1/Q - 1 : 1)
The source and object files are:
- BBallP.Pas, BBallP.Exe : Pascal version
- BBallC.C, BBallC.Exe : C version
- BBallCpp.Cpp, BBallCpp.Exe : C++ version
- BBallCpW.Cpp, BBallCpW.Exe : C++ for Windows version
- BBallQ.BAS, BBallQ.Exe : QBASIC version
- BBallB.BAS, BBallB.Exe : GWBASIC version
- BBallF.FOR, BBallF.Exe : FORTRAN version
- BBallA.Pkg, BBallA.Exe : ADA version
|
|
Comments -
- Added on 25th Sep 2005 by lt -
|
|
BBallCS
|
|
Baseball probability in Visual C# .net,
Computes the probability that the 1st place team will beat the 2nd place team for the division title, assuming each has a 50-50 chance of winning any given future game. Uses a bivariate binomial distribution as a model.
|
|
Comments -
- Added on 25th Sep 2005 by lt -
|
|
BBallVB
|
|
Baseball Probability, Visual Basic Windows Version 3.0
Computes the probability that the 1st place team will beat the 2nd place team for the division title, assuming each has a 50-50 chance of winning any given future game. Uses a bivariate binomial distribution as a model.
|
|
Comments -
- Added on 25th Sep 2005 by lt -
|
|
Before You Know It Lite
|
|
Before You Know It is the fastest, easiest, most fun and most effective way to learn new material.
Based on a simple yet powerful idea, Before You Know It is a revolutionary program that will help you learn faster than ever before. If you've ever used flash cards to learn something new, then you already know what we mean.
Before You Know It allows you to customize the learning to meet your needs. You choose the learning activities that are right for you. You can also customize the learning content or even create your own lists of material complete with pictures and sound.
Your free Before You Know It bundle includes a full working copy of Before You Know It Lite, plus a collection of lists for your chosen language.
ScreenShot
|
|
Comments -
- Added on 18th Mar 2006 by lt -
|
1042 programs, showing page 8 of 105
← 6 7 8 9 10 11 12 13 14 15 16 →
ReCache this page 2012-02-04 16:34:37 PST |