Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Python 中计算 CRC16?
在 Perl 我会写这样的东西:
use Digest::CRC "crc16"; $result = crc16($str);
我如何在 Python 中做同样的事情?
这里有一个计算 CRC16 的库http://pypi.python.org/pypi/crc16/0.1.0