home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / virus / ddj0491.zip / README.TXT < prev   
Text File  |  1991-03-19  |  3KB  |  75 lines

  1. NEURLNET.ASC
  2. Title: NEURAL NETS TELL WHY
  3. Keywords: APR91   NEURAL NETWORKS  C
  4. C source code for Casey Klimasauskas's article on neural nets.
  5. The program NETWORK.C implements a Back-Propagation network and shows how
  6. sensitivity analysis works to "explain" the network's reasoning.
  7. Also see CASEY.ARC that includes .EXE and a trained network. Instructions
  8. for using the program are in the April 1991 issue of DDJ.
  9.  
  10. CASEY.ARC
  11. Title: NEURAL NETS TELL WHY
  12. Keywords: APR91   NEURAL NETWORKS   C
  13. This compressed ARC file includes EXE versions of Casey 
  14. Klimsasuskas's article and a trained net.
  15.  
  16. GAMAZE.ASC
  17. Title: GENETIC ALGORITHMS
  18. Keywords: APR91   MAZE   GENETIC ALGORITHMS  C
  19. Source code accompanying Mike Morrow's article on GAs that implement
  20. an objective function. Also see MORROW.ARC for the complete GA system, 
  21. including EXE.
  22.  
  23. MORROW.ARC
  24. Title: GENETIC ALGORITHMS
  25. Keywords:  APR91  MAZE   GENETIC ALGORITHMS   C
  26. This compressed ARC file contains source code and EXEs for 
  27. a genetic algorithm-based maze.  
  28.  
  29. 386BSD.491
  30. Title: PORTING UNIX TO THE 386: LANGUAGE TOOLS CROSS SUPPORT
  31. Keywords: APR91  UNIX  80386 GCC
  32. Source code examples accompanying Bill and Lynne Jolitz's article 
  33. on porting BSD Unix to the 80386. Code for GCC compiler support 
  34. functions. 
  35.  
  36. GPIB-491.ASC
  37. Title: UNDERSTANDING THE GPIB
  38. Keywords: APR91  EMBEDDED SYSTEMS   GPIB  DATA ACQUISITION
  39. Source code accompanying Don Morgan's article on the general-
  40. purpose instrumentation bus. Example code is used to acquire data
  41. suing an HP oscilloscope and print it with an HP ThinkJet printer.
  42.  
  43. CPPTASK.ASC
  44. Title: COOPERATIVE MULTITASKING WITH C++
  45. Keywords: APR91       EMBEDDED SYSTEMS   MULTITASKING  C++  OBJECT-ORIENTED
  46. C++ source code that implements a cooperative multitasking system; written
  47. using Borland C++. Includes a demo that creates six tasks that run in
  48. their own window. 
  49.  
  50. MSMAIL.ASC
  51. Title: EXAMINING THE MICROSOFT MAIL SDK
  52. Keywords: APR91   MS MAIL   MACINTOSH
  53. Source code accompanying Bruce Schatzman's article that describes
  54. how to implement network applications using the Microsoft Mail SDK for
  55. the Macintosh. 
  56.  
  57. FRACTAL.ASC
  58. Title: FRACTALS IN THE REAL WORLD
  59. Keywords: APR91  GRAPHICS  FRACTALS 
  60. C source code accomanying Dick Oliver's article that implements an
  61. interactive fractal drawing program. Also see OLIVER.ARC.
  62.  
  63. OLIVER.ARC
  64. Title: FRACTALS IN THE REAL WORLD
  65. Keywords: APR91  GRAPHICS  FRACTALS
  66. This compressed ARC file contains EXE and source code modules for
  67. Dick Oliver's interactive fractal drawing program.
  68.  
  69. C_PROG.ASC
  70. Title: C PROGRAMMING COLUMN
  71. Keywords: APR91   C  TSR
  72. Source code for tsr.c, a driver that turns the program Al presented in 
  73. March 1991 into a TSR.
  74.  
  75.