home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / elan / demo / read.me < prev    next >
Text File  |  1988-10-13  |  745b  |  16 lines

  1. This directory contains the following Elan programs:
  2.  
  3. CALC         A pocket calculator Hewlet-Packard style.
  4. EULER        Numerical example.
  5. HANOI        Recursion & simple graphics. The towers of hanoi.
  6. NFAC         Calculating n! with large precision.
  7. NQUEENS      Recursion. The n queens problem.
  8. PRIMES       Searching for prime numbers.
  9. RACE         Game, used in the example session in the manual.
  10. RANTEST      Numerical example, testing the random generator.
  11. REVERSE      Recursion. Testing for palindromes
  12. SHOWASC      Example showing character-set.
  13. SIEVE        Searching for primes using the sieve of Erasthotenes.
  14. SINE         Numerical example.
  15. THERAPY      Standard program simulating a psychiatrist; read with 'p'.
  16.