搜索资源列表
RBDS
- The decoding algorithm used in RBDS.c is based on error trapping. The program emulates the operation of the encoder and decoder of a binary cyclic codes, using bitwise shifts and xor for modulo g(x) operations. -The decoding algorithm used in RBDS.c
bit_operations.txt.tar
- Bitwise Operations, bit masking - AND, OR, NOT How to use them in your code. Examples, easy to follow.