UPDATE.DOC
上传用户:cuilin0620
上传日期:2007-01-13
资源大小:33k
文件大小:1k
源码类别:

杀毒

开发平台:

C/C++

  1. Changes to version 1.0:
  2.         The algorithm used to calculate the initial CRC matrix has been 
  3. optimized to run in logarithmic time instead of linear time, the practical 
  4. upshot of which is that calculations that previously took up to a minute now 
  5. take less than two seconds.
  6.         Supporting C and Turbo Pascal code have been modified to support DOS 
  7. versions below 3.0.
  8. Changes to version 1.2:
  9.         The previous version of the C code had a minor bug that manifested 
  10. itself only under Microsoft C; the bug has been fixed and conditional 
  11. compilation directives have been introduced to recognize Turbo C (which uses 
  12. searchpath()) or Microsoft C and Quick C (which use _searchenv()) when looking 
  13. for the program name under DOS versions below 3.0.
  14.         The C function isvalidcrc() and the Turbo Pascal function IsValidCRC 
  15. have been replaced with validatecrc() and ValidateCRC respectively.  The new 
  16. functions are essentially the same as the old, but return the reason for the 
  17. failure (no memory, file not found, etc) instead of just a success or failure 
  18. code.  For compatibility with earlier releases, isvalidcrc() and IsValidCRC 
  19. are still available.