home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / ddjmag / ddj9105.zip / README.TXT < prev    next >
Text File  |  1991-03-18  |  3KB  |  72 lines

  1. CO_GRAPH.ASC
  2. Title: A COPROCESSOR FOR A COPROCESSOR?
  3. Keywords: MAY91   GRAPHICS   34020  FLOATING POINT
  4. Source code for the article by Warren Davis and Kan Yabumoto that 
  5. illustrates programming the TI 34020 graphics processor and its companion
  6. TI 34082 floating point unit.
  7.  
  8. CO_DSP.ARC
  9. Title: ADDING THE POWER OF DSP TO YOUR APPLICATIONS
  10. Keywords: MAY91   DSP    
  11. Source code that accompanies Jim Bittman's article illustrating how
  12. DSP code can speed up performance. Uses the FFT algorithm as an
  13. example. Code is in C and AT&T DSP assembler. Also see
  14. BITTMAN.ARC.
  15.  
  16. BITTMAN.ARC
  17. Title: ADDING THE POWER OF DSP TO YOUR APPLICATIONS
  18. Keywords: MAY91   DSP    
  19. Complete source code that accompanies Jim Bittman's article on
  20. DSP. This file includes all make files, DspHq files, batch files,
  21. etc. Compressed in ARC format.
  22.  
  23. CO_NUM.ASC
  24. Title: GETTING NUMERIC COPROCESSORS UP TO SPEED
  25. Keywords: MAY91   MATH COPROCESSOR  80x87  WEITEK INTEL CYRIX
  26. Code fragments that show how Fortan-77 code is translated to assembly
  27. code for memory-mapped numeric coprocessors.
  28.  
  29. GPIB-591.ASC
  30. Title: IMPLEMENTING THE GPIB
  31. Keywords: MAY91  EMBEDDED SYSTEMS   GPIB  DATA ACQUISITION
  32. Source code accompanying Don Morgan's article on the general-
  33. purpose instrumentation bus. This month he builds an embedded system
  34. around the TMS9914A chip and shows how to develop polled and interrupt 
  35. driven routines for talking, listening, and generating an SRQ on the bus.
  36.  
  37. PSEUDO.ASC
  38. Title: A FAST PSEUDO RANDOM NUMBER GENERATOR
  39. Keywords: MAY91  RANDOM NUMBERS  
  40. C implementation of the r250 algorithm for fast pseudo random number 
  41. generation.
  42.  
  43. WIDGETS.ASC
  44. Title: MAKING SMALLTALK WITH WIDGETS
  45. Keywords: MAY91  SMALLTALK 
  46. Source code accompanying Ken Ayers' article where he builds user 
  47. interfaces using Widgets/V 286 as an add-on to Smalltalk/V 286.
  48.  
  49. ARRAY.ASC
  50. Title: ARRAY BOUNDS CHECKING WITH TURBO C
  51. Keywords: MAY91  DOS EXTENDER  BOUNDS CHECKING  TURBO C
  52. Turbo C source code that accomanies Glenn Pearson's article on a technique 
  53. for adding array bounds checking to Turbo C.
  54.  
  55. C_PROG.ASC
  56. Title: C PROGRAMMING COLUMN
  57. Keywords: MAY91  C  CUA/SAA
  58. Al launches his multi-part series based around D-Flat, a SAA/CUA
  59. compliant interface library for C.
  60.  
  61. STUC_PROG.ASC
  62. Title: STRUCTURED PROGRAMMING COLUMN
  63. Keywords: MAY91  TURBO PASCAL  I/O  OBJECT-ORIENTED
  64. Jeff designs components of his communciations program using 
  65. Turbo Pascal 6.0.
  66.  
  67. GRAP_PR.ASC
  68. Title: GRAPHICS PROGRAMMING COLUMN
  69. Keywords:  GRAPHICS  ANTIALIASING  CEG/DAC
  70. Michael continues his investigatation of Edsun's CEG/DAC graphics chip
  71. by writing antialiasing applications in C.
  72.