嵌入式C语言常用代码模块库,包含了嵌入式中常用的算法库、数据结构(容器)库、解析器库、独立C语言std库、工具库等等。 具有简单、通用、高效的特点,目的为了学习以及在开发中拿来就用,提高开发效率以及代码可靠稳定性。
This is a CRC calculation and check the code, C/C++ code written. Support CRC8, CRC16, CRC32. Support computing mode to add polynomial, initial value, output XOR value, input data inversion, output data inversion. A variety of common CRC are also given.