home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / drdobbs / 1986 / 08 / readme.aug < prev    next >
Text File  |  1986-08-31  |  1KB  |  36 lines

  1.  
  2. SHAMMAS.AUG
  3.  
  4.     Keywords: SHAMMAS AUG86/ ADA / MODULA-2 / PASCAL / HOUSE OF ALGOL COLUMN
  5.  
  6. Listing 1:  Ada procedure to swap two integers.
  7. Listing 2:  Generic Ada
  8. procedure to swap two scalars.
  9. Listing 3:  Generic Ada procedure to return
  10. the next element in a circular list.
  11. Listing 4:  Generic Ada function that scans an array and returns the largest
  12. value found.
  13. Listing 5:  Generic  Ada function to return the  average  of  a floating point
  14. typed array.
  15. Listing 6:  Generic Ada procedure to solve the mathematical root of a
  16. function.
  17. Listing 7:  Generic Shell sort procedure in Ada.
  18. Listing 8:  Generic Modula-2 function to search for a  specific value in an
  19. integer/cardinal array.
  20. Listing 9:  Generic Modula-2 Shell sort procedure.
  21. Listing 10: Modula-2 function compares "Frequency" fields.
  22. Listing 11: Iterator  example. Professional Pascal program compares a list
  23. of names with a list of keys  and  report  any matches found.
  24.  
  25. LETTER.AUG
  26.  
  27.    Keywords: LETTERS AUG86 / SQUARE ROOTS
  28.  
  29. More fun with square roots
  30.  
  31. BENCHMARK.C
  32.  
  33. In this directory you'll find the C-compiler benchmarks used to
  34. test the compilers for the comparative review in the August, `86
  35. issue of DDJ.
  36.