home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 215 / DDJ9301.ZIP / README.ASC < prev    next >
Text File  |  1992-12-09  |  4KB  |  116 lines

  1. EXTEND32.ASC
  2. Title: EXTENDING WINDOWS TO 32 BITS
  3. Keywords: JAN93   WINDOWS   32 BITS   NT
  4. Source code that accompanies Steven Baker's article on 32-bit 
  5. Windows development. Steven focuses on 32-bit C compilers and 
  6. Windows extenders.
  7.  
  8. PORT16.ASC
  9. Title: PORTING FROM 16-BIT TO 32-BIT EXTENDED DOS
  10. Keywords: JAN93   PORTING   16-BIT   32-BIT  C 
  11. Joe Huffman discusses the pitfalls of converting 16-bit 
  12. applications to 32-bit, focusing on memory-protection, integer-
  13. size, and structure size and padding. 
  14.  
  15. 64BIT.ASC
  16. Title: 64-BIT PROGRAMMING IN A 32-BIT WORLD
  17. Keywords: JAN93   32-BIT   16-BIT   64-BIT   C
  18. Andy Nicholson presents guidelines for writing C code that's 
  19. portable across 16-, 32-, or 64-bit processors. These rules 
  20. include handling high-level and low-level structures, structure 
  21. packing and word alignment, machine addressing characteristics.
  22.  
  23. LUC.ASC
  24. Title:LUC PUBLIC-KEY ENCRYPTION
  25. Keywords: JAN93  ENCRYPTION   32-BIT
  26. Peter Smith discusses LUC public-key encryption which uses 
  27. calculation of Lucas functions instead of exponentiation for 
  28. encoding and decoding.
  29.  
  30. HWXRES.ARC
  31. Title: HANDPRINTING RECOGNITION CONTEST WRAP-UP
  32. Keywords: HANDWRITING RECOGNITION CONTEST
  33. Ray Valdes presents the results of the first ever DDJ 
  34. handprinting recognition contest. Includes source and executables
  35. for the contest entries.  See also HWXDT2.ARC for handwriting data and 
  36. HWXHR2.ARC for an update to the test harness. Requires ARCE.COM to extract.
  37.  
  38. HWXDT2.ARC
  39. Title: HANDPRINTING RECOGNITION CONTEST WRAP-UP
  40. Keywords:  HANDWRITING RECOGNITION CONTEST
  41. Data used by the entries in the handwriting recognition contest. See 
  42. also HWXRES.ARC for contest entries and HWXHR2 for an update 
  43. to the test harness. (Requires ARCE.COM to extract.)
  44.  
  45. HWXHR2.ARC
  46. Title: HANDPRINTING RECOGNITION CONTEST WRAP-UP
  47. Keywords:  HANDWRITING RECOGNITION CONTEST
  48. Updated test harness for the handwriting recognition contest. See also 
  49. HWXRES.ARC for contest entries and HWXDT2.ARC for an update to the 
  50. handwriting data.
  51.  
  52. DDE.ASC
  53. Title: WINDOWS DDE FOR REAL-TIME APPLICATIONS
  54. Keywords: JAN93   REAL-TIME  WINDOWS   DDE  IRMX
  55. Windows' dynamic data exchange provides a powerful mechanism for 
  56. communication among applications. Kamal Shah examines how real-
  57. time DDE-aware applications can communicate with Windows 
  58. applications using the iRMX for Windows DDE extensions.
  59.  
  60. HYPRCUBE.ASC
  61. Title SIMULATING HYPERCUBES IN UNIX
  62. Keywords: JAN93  DEC92   UNIX   C  HYPERCUBE
  63. Complete source code that accompanies Hamilton and Ormsby's two-
  64. part article (December 1992 and January 1993) on simulating the 
  65. hypercube architecture under UNIX.
  66.  
  67. PORT32.ARC
  68. Title: PORTING TO THE WIN32 API
  69. Keywords: JAN93    WINDOWS    WIN32   PORTING  C++  NT
  70. Peter Handsman discusses his experiences in porting nearly 35,000 
  71. lines of C++ code from Windows 3 16-bit to the Windows NT 32-bit 
  72. API.
  73.  
  74. PROFILE.ASC
  75. Title: PROFILING FOR PERFORMANCE
  76. Keywords: JAN93   PROFILING  OPTIMIZATION
  77. Source code that accompanies Joe Newcomer's article on profiling 
  78. techniques.
  79.  
  80. CPROG.ASC
  81. Title: C PROGRAMMING COLUMN
  82. Keywords: JAN93  DFLAT++  C++  CUA/SAA  USER INTERFACE LIBRARY
  83. Al Stevens' continues his multipart series on D-Flat++, a SAA/CUA compliant 
  84. interface library for C++. Also see DFLT15.ARC and D15TXT.ARC.
  85.  
  86. DFLT15.ARC
  87. D15TXT.ARC
  88. Title: C PROGRAMMING COLUMN
  89. Keywords: JAN92  C  CUA/SAA  
  90. The current version of the complete system for Al Stevens' D-FLAT 
  91. interface library for C. Requires ARCE.COM to extract. 
  92.  
  93. GRPHPROG.ASC
  94. Title: GRAPHICS PROGRAMMING COLUMN
  95. Keywords:  JAN93   GRAPHICS    ANIMATION  
  96. Michael Abrash discusses dirty-rectangles which can help you 
  97. clean up the visual quality of graphics animation. 
  98.  
  99. XSHRP21.ZIP
  100. Title: GRAPHICS PROGRAMMING COLUMN
  101. Keywords: JAN92  3D  ANIMATION  GRAPHICS
  102. The current version of the complete system for Michael Abrash's 
  103. X-Sharp library for 3D graphics animation. Requires PKUNZIP.EXE to extract. 
  104.  
  105. STRUCPRG.ASC
  106. Title: STRUCTURED PROGRAMMING COLUMN
  107. Keywords: JAN92  TURBO PASCAL  
  108. Jeff Duntemann presents a demo program that exercises Turbo 
  109. Pascal 7.0's use of conformant arrays.
  110.  
  111. HRTIME2.ARC
  112. Title: HIGH-RESOLUTION TIMING
  113. Keywords: SEP92  JAN93  TIMING
  114. Updated version of Tom Roden's high-resolution timer for the PC.
  115.  
  116.