Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xhericles/hammingcode
Hamming code implementation in Java language
https://github.com/0xhericles/hammingcode
binary bits code error-handling hamming oac ufcg
Last synced: about 2 months ago
JSON representation
Hamming code implementation in Java language
- Host: GitHub
- URL: https://github.com/0xhericles/hammingcode
- Owner: 0xHericles
- Created: 2018-09-29T19:54:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T14:46:15.000Z (over 6 years ago)
- Last Synced: 2024-12-11T23:43:20.165Z (about 2 months ago)
- Topics: binary, bits, code, error-handling, hamming, oac, ufcg
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hamming Code Implementation
Hamming code implementation in Java language
The code consists of detecting and correcting errors in a sequence of bitsIf more error-correcting bits are included with a message, and if those bits can be arranged such that different incorrect bits produce different error results, then bad bits could be identified. In a seven-bit message, there are seven possible single bit errors, so three error control bits could potentially specify not only that an error occurred but also which bit caused the error.
*From Wikipedia*> Developed for the discipline "Organization and Architecture of Computers", of the course "Computer Science" at the Federal University of Campina Grande. 2018