Allen Cheng |
Adler32 - алгоритм расчета контрольных сумм, похожий на CRC32,
но при этом более быстрый, чем CRC32.
|
27.09.1997
6k |
|
J.R.Louvau |
Модуль для посчета контрольной суммы CRC-16.
UNIT Crc16. Your crc variable must be initialized to 0,
before using this routine.
Translated to Turbo Pascal (tm) V4.0 March, 1988 by J.R.Louvau
|
17.04.1988
1k |
|
Harms Software |
Модуль для подсчета CRC32, используемый в файл-эхо-процессоре AllFix.
ALLFIX sample procedures. CRC32 Unit.
|
27.12.1996
3k |
|
J.R.Louvau |
Модуль для расчета CRC32, использующий полином
X^32+X^26+X^23+X^22+X^16+X^12+X^11+X^10+
+X^8+X^7+X^5+X^4+X^2+X^1+X^0
|
17.04.1988
3k |
|
Dan Melton |
Несколько функций на Паскале и Ассемблере для расчета CRC16 и CRC32
как для отдельного слова, так и для блока данных.
The assembly source code is appended to this TP program;
the compiler uses the "END." statement as the end of source code marker.
Nothing past "END." is processed by the Turbo Pascal compiler.
|
03.12.1990
12k |
|
Brian Petersen |
Модуль для подсчета CRC-32
(Cyclic Redundancy Check - контpоль циклической избыточности).
Применен алгоритм, аналогичный используемому в PKZIP.
Here is a 32 bit CRC calculation program.
This calculation system is equivilant to the CRC routines
used in PKZIP (c) PKWare. If you zip up a file and -v)iew it's CRC then test
the same file you zipped with this util, the CRC values should match perfectly
|
01.10.1997
2k |
|
Архив поступлений |