home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / ada / Examples / demos / readme < prev    next >
Encoding:
Text File  |  1992-10-01  |  1.4 KB  |  64 lines

  1. THe following is a list of the scripts necessary to run each demo program.
  2. Simple type the corresponding runX file for the demo you want to execute.
  3. In general the list is start with several simple programs working its
  4. way to more interesting and complex programs towards the end of the list.
  5.  
  6. test.ada     -- run1
  7. a simple Hello World program to test whether the compiler is working
  8.  
  9. en.ada       -- run2
  10. simple enumeration io, etc.
  11.  
  12. factr.ada     -- run3
  13. simple factorial program
  14.  
  15. primes.ada    -- run4
  16. simple primes
  17.  
  18. pi.ada        -- run5
  19. simple pi program
  20.  
  21. genqsort.ada    -- run6
  22. generic quicksort 
  23.  
  24. dates3.ada    -- run7
  25. task.ada    -- run8
  26. producer-consumer program
  27.  
  28. phil.ada    -- run9
  29. NYU's dining philospher's
  30.  
  31. spath.ada    -- runa
  32. parallel shortest-path finder
  33.  
  34. list.ada    -- runb
  35. topsort.ada    -- runb
  36. concord.ada    -- runb
  37. topological sort and concordance programs
  38.  
  39. random.ada    -- runc
  40. semaphor.ada    -- runc
  41. intio.ada    -- runc
  42. screenio.ada    -- runc
  43. maze.ada    -- runc
  44. new_maze.ada    -- runc
  45. draw.ada    -- runc
  46. hilbert.ada    -- runc
  47. maze program and hilbert curves
  48.  
  49. diners1.ada    -- rund
  50. diners2.ada    -- rund
  51. Mike Feldman's dining philosophers (see diners.doc)
  52.  
  53. pager2.ada    -- rune
  54. Rich Conn's pager program (can be used with diners1.ada & diners2.ada)
  55. see pager.doc
  56.  
  57. primes3.ada    -- runf
  58. parallel primes generator
  59.  
  60. math.ads       -- rung
  61. math.adb       -- rung
  62. roots.ada      -- rung
  63. Example of using pragma interface to create a math library
  64.