
Article 1245 of comp.ai.fuzzy:
Xref: crabapple.srv.cs.cmu.edu comp.ai.fuzzy:1245
Path: crabapple.srv.cs.cmu.edu!honeydew.srv.cs.cmu.edu!rochester!udel!darwin.sura.net!howland.reston.ans.net!torn!thunder!flash!hdhurdon
From: hdhurdon@flash.LakeheadU.Ca
Newsgroups: comp.ai.fuzzy
Subject: Fuzzy 'C' source and IBM PC executable (part 1 of 3)
Keywords: Fuzzy Inference Engine 'C' source example
Message-ID: <1317@thunder.LakeheadU.Ca>
Date: 10 Oct 1993 04:41:25 GMT
Sender: news@thunder.LakeheadU.Ca
Lines: 539


  File - FuzzyFan1.uue
 
  Description: This file contains section 1 (of 3) of the
  uuencoded source code and executable for an example
  fuzzy logic expert fan controller.
 
  Inorder to re-compile, pkunzip (ver 2.04) the fuzzyfan.zip file
  into FuzzyFan.c, VGAHI.c, and FuzzyPrn.c, FuzzyFan.exe,
  FuzzyPrn.exe and EGAVGA.BGI.
 
  The files can be re-compiled by the following commands.
 
  FOR PC SYSTEMS ** Use Borland C++ (bcc) or Turbo C (tcc) **
  bcc fuzzyfan.c vgahi.c graphics.lib   - creates fuzzyfan.exe
  bcc fuzzyprn.c fuzzyfan.c             - creates fuzzyprn.exe
 
  ANY ANSI C compiler..
  gcc  fuzzyprn.c fuzzyfan.c            - creates fuzzyprn (a.out)
 
 
  fuzzyfan.exe - Provides a vga graphics interface to display the
  fuzzy controller in action.. User increases/descreases humidity
  and temperature with the cursor keys.. Note: EGAVGA.BGI required
  to execute (part of the Borland package)..
 
  fuzzyprn.exe - Generates a numerical representation of the fuzzy
  control surface.. Can be displayed graphically using MatLAB.
 
  Any comments and/or suggestions can be forwarded to 
 
  internet: hdhurdon@flash.LakeheadU.Ca
 
section 1 of uuencode 5.22 of file fuzzyfan.zip    by R.E.M.
 
