Cyclic Redundancy Check ( CRC ) in c++
The cyclic redundancy check (CRC) is a technique used to detect errors in digital data. CRC is a hash function that detects accidental changes to raw computer data commonly used
in digital telecommunications networks and storage devices such as hard disk drives.
Cyclic redundancy checks are simple to implement in hardware and can be easily analyzed mathematically.
this operation works like X-or gate operation .
example:
subtraction process will works like X-or gate.
Implementation :
Output:
thank you for being with us.
Cyclic Redundancy Check ( CRC ) in c++
Reviewed by Saroar Zahan Sojib
on
February 24, 2019
Rating:
No comments: