Download List

项目描述

pycrc is an easy to use CRC calculator and source code generator. The generated C source code can be optimized for simplicity, speed, or tight memory constraints for embedded platforms. pycrc contains a long list of the parameters of common CRC models.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-05 07:07
0.8

添加实验按位表达式生成器目标。允许您指定--多次包含选项。完全重新审查和被整顿的文档。允许您使用缩写的算法的名称。轻微的文档更改。
标签: Feature Enhancements
Adds the experimental bitwise-expression generator target. Allows you to specify the --include option multiple times. Completely revisited and reworked documentation. Allows you to abbreviate the names of the algorithms. Minor documentation changes.

2012-02-14 08:55
0.7.10

这是一个次要的功能,并修复错误版本。它将添加 CRC 模特 crc-12-3gpp,crc-16-genibus、 crc-32-bzip2 和 crc-64-xz。它修复了一些坏看生成的 C 代码,而清理人页面中的一些错误和一些低效的代码中的 CRC 的代码生成器。
标签: Minor feature enhancements
This is a minor feature and bugfix release. It adds the CRC models crc-12-3gpp, crc-16-genibus, crc-32-bzip2, and crc-64-xz. It fixes some bad-looking generated C code, and cleans up some mistakes in the man page and some inefficient code in the CRC code generator.

2011-12-09 08:15
0.7.9

此版本修复代码生成器中的几个小问题。它不再包括 C89/ANSI 代码 stdint.h,移除未使用的变量在上一版本中,错过了和为 64 位社区康复中心与 C89 代码修复 bug。
标签: Minor bugfixes
This version fixes a few smaller issues in the code generator. It no longer includes stdint.h for C89/ANSI code, removes an unused variable missed in the last version, and fixes a bug with C89 code for 64-bit CRCs.

2011-07-11 11:51
0.7.8

此版本修复了代码生成的几个小问题。它不再包含C89/ANSI代码,并删除未使用的变量stdint.h。
标签: Minor bugfixes
This version fixes a few smaller issues in the code generator. It no longer includes stdint.h for C89/ANSI code and deletes an unused variable.

2011-02-12 09:19
0.7.7

此版本取代已过时的函数atoi()与int(),关闭问题3136566。该文档已经更新了Python解释器的Windows风格的呼吁。一些pylint的编码风格和pychecker中发现的问题已得到修复。
标签: Minor bugfixes
This release substitutes the deprecated function atoi() with int(), which closes issue 3136566. The documentation has been updated with a Windows-style call of the Python interpreter. A few coding style issues found by pylint and pychecker have been fixed.

Project Resources