Code archives/Algorithms/CRC32 calculator (well similar)

This code has been declared by its author to be Public Domain code.

Download source code

CRC32 calculator (well similar) by Drago2002
BLITZCRC32
A very slow Crc32 calculation file for BLitzbasic
I don't think the maths are 100% correct, but it does its job 100% ;) the speed it about 10240 bytes every 1 second on my achine. A 1 Gig duron.
Written By Adam Templeton (Drago)
*Instructions*
include this file in your program
and you calculate the CRC by going
var=CalculateCRC32(filename)
and that is it you get an int back.
which you can convert to hex with the hex command (see so
easy)

if you can give it the correct crc maths please tell me :)
download http://home.iprimus.com.au/catharsis/files/crc32.zip

Comments

None.

Code Archives Forum