Commit Graph

5 Commits

Author SHA1 Message Date
github-actions
5d59a2e828 Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
Libin Yang
d434e4a4f1
Update CRCAlgorithm.java 2019-02-17 20:56:47 +08:00
dimgrichr
31bf10f29f
Cyclic Redundancy Check Algorithm
Implementation of a CRC algorithm, used in order to examine received messages/packets for any errors. This type of algorithms, is widely used in networks.
2019-01-15 14:32:01 +02:00
dimgrichr
8bd630f4c5
Delete CRCAlgorithm.java 2019-01-15 14:28:47 +02:00
dimgrichr
d4b6725699
Cyclic redundancy check Algorithm
Implementation of an CRC Algorithm, used in order to examine already received packets/messages.
2019-01-15 14:27:31 +02:00