home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / source / vifssrc.zoo / files.doc < prev    next >
Encoding:
Text File  |  1989-09-24  |  1.5 KB  |  51 lines

  1.  
  2.     Source code for VIFS and support programs
  3.     -----------------------------------------
  4.  
  5. The programs are compilable with Turbo C 1.5 (and MASM for mul4f.c).
  6.  
  7.  
  8. "Makefiles" for TC:
  9.     bifs.prj, rifs.prj, sbifeps.ps, sbifeps.prj, vifs.prj, vsbifs.prj
  10.  
  11. Help files:
  12.  
  13.     edtrans.h         help file for edtrans.c (VIFS)
  14.     egargb.h          EGA colors
  15.     getkey.h          help file for getkey.c
  16.     gmtc.h        mouse help file
  17.     ifs.h             main help file
  18.     sbif.h            SBIF format help file
  19.  
  20. C files:
  21.  
  22.     bifs.c            BIFS main
  23.     dett.c            transformation determinant
  24.     edcolors.c        VIFS color menu
  25.     edispall.c        VIFS transformations & menu display
  26.     edprob.c          VIFS probability menu
  27.     edtrans.c         VIFS transformations main menu
  28.     findtran.c        VIFS transformation lookup
  29.     getkey.c          mouse & kb input
  30.     gmtc.c        mouse interface
  31.     gputs.c           graphic mode puts()
  32.     ifsrand.c         RIFS random generator
  33.     ifsshow.c         IFS to raster converter
  34.     initshow.c        graphic mode setup
  35.     mkegacol.c        EGA color functions
  36.     modtrans.c        edtrans help function
  37.     mul4f.c           fixed format multiply (4 bytes)
  38.     normprob.c        normalize probabilities
  39.     palsetup.c        palette setup
  40.     rdescr.c          read an IFS file
  41.     rifs.c            RIFS main
  42.     sbifeps.c         SBIFEPS main
  43.     sbifps.c          SBIFPS main
  44.     unitsqua.c        edtrans help function
  45.     vifs.c            VIFS main 
  46.     vsbif.c           VSBIF main
  47.     wdescr.c          write an IFS file
  48.     xdistran.c        display a transformation
  49.     xorline.c    display a line
  50.     xorpolyl.c        display a polyline
  51.