首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > Python库计算CRC16

Python库计算CRC16

  • 资源大小:198.00 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: python crc CRC16

资 源 简 介

Python library for calculating CRC16 CRC is a way of detecting accidental changes in data storage or transmission. There are many variants of CRC and CRC16, in particular. This library calculates only CRC16 (16-bit codes) and the only supported variant at the moment is CRC-CCITT (XModem). If you want to know more about CRC, http://wikipedia.org/wiki/Cyclicredundancycheck is a good place to start. If you want other variants of CRC16 supported, please make a request at http://code.google.com/p/pycrc16/issues Source codes are hosted at https://github.com/gennady/pycrc16 If you want to contribute to this library, create a fork, make you changes and then create a pull request. Any help is appreciated. Installation On Windows you can use precompiled binaries which can be found at http://code.google.com/p/pycrc16/downloads On Linux and other operation systems you should compile the library from the source codes. To
VIP VIP
0.182949s