开发者

Fast C implementation of CRC32 for char arrays [duplicate]

This question already has answers here: Closed 11 years ago.

Possible Duplicate:

CRC3开发者_如何学Python2 C or C++ implementation

Where can I find a CRC32 implementation for strings?


There are many specifications for CRC32 depending on the polynomial (magic numbers). First thing to do is find out which specific CRC32 you need. Then generate the CRC32 table using a code generator.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜