how does the CRC algorithm work?
From: Arwed (idontwantnospamplz_at_gmx.net)
Date: 10/30/04
- Next message: Willem: "Re: how does the CRC algorithm work?"
- Previous message: Daniel Sjöblom: "Re: [OT]Re: C to Java Byte Code"
- Next in thread: Willem: "Re: how does the CRC algorithm work?"
- Reply: Willem: "Re: how does the CRC algorithm work?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 30 Oct 2004 14:45:49 +0200
Hello NG,
I coded a CRC16 CCITT algorithm that does well for 16 bit integers. I
did it just how the guys at the college explain it.
(http://www.mikrocontroller.net/wiki/CRC - in german -)
But how do you efficiently implement a CRC algorithm for large data,
like files etc.? I heard sth. about splitting it to data words and
XORing their CRCs? I don't know, please explain me.
Thanks in advance,
Arwed
- Next message: Willem: "Re: how does the CRC algorithm work?"
- Previous message: Daniel Sjöblom: "Re: [OT]Re: C to Java Byte Code"
- Next in thread: Willem: "Re: how does the CRC algorithm work?"
- Reply: Willem: "Re: how does the CRC algorithm work?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|