home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource4 / 241_01 / diskfile.doc < prev    next >
Encoding:
Text File  |  1987-08-31  |  2.8 KB  |  86 lines

  1. INFERENCE ENGINE, RULE-BASED COMPILER, AND EXPERT SYSTEM by George W. Hageman
  2. Submitted to the C User's Group by Michael Yokoyama
  3.  
  4. -----------------------------------------------------------------------------
  5. DISKFILE.DOC     (This file)
  6. INFERENC.DOC     Documentation for system
  7. ANIMALS          Classic Animal database program
  8. MAKEFILE.II      Makefile for inference engine
  9. GETTRUTH.CI      Inference engine, source
  10. INFERENC.CI            "
  11. REMANTE.CI             "
  12. RUNROUTI.CI            "
  13. VERIFY.CI              "
  14. VERIFYTR.CI            "
  15. WEKNOW.CI              "
  16. INFERENC.EXE     Inference engine, executable
  17. INFERENC.STR     Inference engine, program structure (pseudocode)
  18. MAKEFILE.RR      Makefile for rule-based compiler
  19. GETKEYWO.CR      Rule-based compiler, source
  20. PUTSTRIN.CR            "
  21. RULECOMP.CR            "
  22. RULECOMP.EXE     Rule-based compiler, executable
  23. RULECOMP.STR     Rule-based compiler, program structure (pseudocode)
  24. EXPERT.H         Include files used with (both) inference engine 
  25. INFER.H            and rule-based compiler
  26. INFERENC.H             "
  27. KEYWORDS.H             "
  28. ROUTINE.H              "
  29. MAKEFILE.SS      Makefile for storm prediction system
  30. WEATHER   
  31. EDIR.CS          Storm prediction system, source
  32. GT_301.CS              "
  33. GT_302.CS              "
  34. LT_298.CS              "
  35. LT_301.CS              "
  36. MESSAGE1.CS            "
  37. NDIR.CS                "
  38. NEDIR.CS               "
  39. NWDIR.CS               "
  40. RPD_FALL.CS            "
  41. RPD_RISE.CS            "
  42. SDIR.CS                "
  43. SEDIR.CS               "
  44. SLO_FALL.CS            "
  45. SLO_RISE.CS            "
  46. STEADY.CS              "
  47. SWDIR.CS               "
  48. WDIR.CS                "
  49. ROUTINE.HS             "
  50. WEATHER.HS             "
  51. EDIR.EXE         Storm prediction system, executable
  52. GT_301.EXE             "
  53. GT_302.EXE             "
  54. LT_298.EXE             "
  55. LT_301.EXE             "
  56. MESSAGE1.EXE           "
  57. NDIR.EXE               "
  58. NEDIR.EXE              "
  59. NWDIR.EXE              "
  60. RPD_FALL.EXE           "
  61. RPD_RISE.EXE           "
  62. SDIR.EXE               "
  63. SEDIR.EXE              "
  64. SLO_FALL.EXE           "
  65. SLO_RISE.EXE           "
  66. STEADY.EXE             "
  67. SWDIR.EXE              "
  68. WDIR.EXE               "
  69.  
  70. ------------------------------------------------------------------------------
  71. Notes:
  72.  
  73. (1) Since the files on this disk were renamed for submission to the CUG,
  74.     they should be renamed as follows when compiling.
  75.  
  76.        REN MAKEFILE.?? MAKEFILE  (For the appropriate program)
  77.        REN *.?I *.?
  78.        REN *.?R *.?
  79.        REN *.?S *.?
  80.  
  81. (2) As always, the following command compiles the code for Microsoft C.
  82.  
  83.        MAKE MAKEFILE
  84.  
  85. (3) Have fun!
  86.