home *** CD-ROM | disk | FTP | other *** search
/ Media Share 13 / mediashare_13.zip / mediashare_13 / ZIPPED / PROGRAM / APR94_1.ZIP / README.494 < prev    next >
Text File  |  1994-03-08  |  4KB  |  102 lines

  1. FISH.ASC
  2. Title: THE BLOWFISH ENCRYPTION ALGORITHM
  3. Keywords: APR94  ENCRYPTION   C   ALGORITHM
  4. Published C source code implements Bruce Schneier's Blowfish
  5. algorithm. Blowfish is a block-encryption algorithm for 
  6. 32-bit processors.
  7.  
  8. WAVE3.ASC
  9. Title: THE WAVELET PACKET TRANSFORM
  10. Keywords: APR94  WAVELETS   ALGORITHM  C
  11. Published source code accompanying Mac Cody's article on 
  12. the wavelet wavelet packet transform which generalizes the
  13. time-frequency analysis of the wavelet transform. This is
  14. a C implementation of the discrete wavelet transform 
  15. algorithm. Also see WAVE3.ZIP.
  16.  
  17. WAVE3.ZIP
  18. Title: THE WAVELET PACKET TRANSFORM
  19. Keywords: APR94  WAVELETS   ALGORITHM  C
  20. Complete system which accompanies Mac Cody's article on 
  21. the wavelet wavelet packet transform which generalizes the
  22. time-frequency analysis of the wavelet transform. Includes
  23. executables and sample data. Requires PKUNZIP.EXE to extract.
  24.  
  25. FUZZY2.ASC
  26. Title: FUZZY LOGIC IN C: AN UPDATE
  27. Keywords: APR94   C    FUZZY LOGIC
  28. Published source that implements Tucker, Fraley, and Swanson's
  29. article that presents a complete C version of fuzzy logic.
  30.  
  31. DIO.ASC
  32. Title: DIGITAL I/O WITH THE PC
  33. Keywords: APR94    C   I/O  DATA ACQUISITION
  34. Published source code accompanies Brian Hook and Dennis Shuman's 
  35. article which present an integrated hardware/software system
  36. that enables digital I/O via the PC's parallel port.
  37.  
  38. GA.ASC
  39. Title: ALGORITHMS FOR DIRECTED GRAPHS
  40. Keywords: APR94 C/C++  GENETIC ALGORITHMS   DIRECTED GRAPHS  WINDOWS 3
  41. Published source code accompanying Sal Mangano's article that
  42. implements directed graphcs using EOS, (his commercially-available)
  43. C++ genetic-algorithm toolkit) and Visual C++ to create a
  44. Windows-hosted system for laying out directed graphs. Also see GA.ZIP.
  45.  
  46. GA.ZIP
  47. Title: ALGORITHMS FOR DIRECTED GRAPHS
  48. Keywords: APR94 C/C++  GENETIC ALGORITHMS   DIRECTED GRAPHS  WINDOWS 3
  49. Complete system (including executables and demos) of the project Sal 
  50. Mangano discusses in his article on building directed graphcs 
  51. using EOS, (his commercially-available) C++ genetic-algorithm toolkit) 
  52. and Visual C++ to create a Windows-hosted system for laying out 
  53. directed graphs. Requires PKUNZIP.EXE to extract.
  54.  
  55. DFLT16.ZIP
  56. Title: C PROGRAMMING COLUMN
  57. Keywords: APR94  C  DFLAT  CUA/SAA   
  58. The current version of Al Stevens' D-Flat interface library for 
  59. C. Requires PKUNZIP.EXE to extract.
  60.  
  61. DFPP03.ZIP
  62. Title: C PROGRAMMING COLUMN
  63. Keywords: APR94  C++  DFLAT  CUA/SAA   
  64. The current version of Al Stevens' D-Flat interface library for 
  65. C++. Requires PKUNZIP.EXE to extract.
  66.  
  67. ALLEY.ASC
  68. Title: ALGORITHM ALLEY
  69. Keywords: APR94   ALGORITHMS   TRIE-SEARCH  INFORMATION RETRIEVAL
  70. Published source code accompanying Tom Swan's column where he
  71. presnts an information-retrieval engine based on the the
  72. trie-search algorithm. Also see ALLEY.ZIP.
  73.  
  74. ALLEY.ZIP
  75. Title: ALGORITHM ALLEY
  76. Keywords: APR94   ALGORITHMS   TRIE-SEARCH  INFORMATION RETRIEVAL
  77. Complete system accompanying Tom Swan's column where he
  78. presnts an information-retrieval engine based on the the
  79. trie-search algorithm. Requires PKUNZIP.EXE to extract.
  80.  
  81. UC494.ASC
  82. Title: UNDOCUMENTED CORNER
  83. Keywords: APR94   WINDOWS   VXD   UNDOCUMENTED
  84. Published source code presented by Andrew Schulman and written by 
  85. Klaus Muller who shows how to access the Windows internal 
  86. instance-data structures using a VxD loaded early in the
  87. Windows boot process. Also see UC494.ZIP.
  88.  
  89. UC494.ZIP
  90. Title: UNDOCUMENTED CORNER
  91. Keywords: APR94   WINDOWS   VXD  UNDOCUMENTED
  92. Unpublished source code presented by Andrew Schulman and written by 
  93. Klaus Muller who shows how to access the Windows internal 
  94. instance-data structures using a VxD loaded early in the
  95. Windows boot process. Requires PKUNZIP.EXE to extract. Use 
  96. the PKUNZIP -d option to maintain subdirectory structure.
  97.  
  98.  
  99.  
  100.  
  101.  
  102.