Skip to content

The program represents the implementation of the CRC algorithm and was done in Visual Studio 2019 as a console application. A cyclic redundancy check (CRC) is an error-detecting code commonly used in digital networks and storage devices to detect accidental changes to raw data. CRCs are popular because they are simple to implement in binary hard…

Notifications You must be signed in to change notification settings

LukaSimovic/CRC-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CRC-algorithm

The program represents the implementation of the CRC algorithm and was done in Visual Studio 2019 as a console application. A cyclic redundancy check (CRC) is an error-detecting code commonly used in digital networks and storage devices to detect accidental changes to raw data. CRCs are popular because they are simple to implement in binary hardware, easy to analyze mathematically, and particularly good at detecting common errors caused by noise in transmission channels.

About

The program represents the implementation of the CRC algorithm and was done in Visual Studio 2019 as a console application. A cyclic redundancy check (CRC) is an error-detecting code commonly used in digital networks and storage devices to detect accidental changes to raw data. CRCs are popular because they are simple to implement in binary hard…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages