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