Commit Graph

4 Commits

Author SHA1 Message Date
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