文件名称:matlab有些代码不运行-fixedpoint:定点算术python包
文件大小:256KB
文件格式:ZIP
更新时间:2024-06-12 16:25:23
系统开源
matlab有些代码不运行定点Python软件包 定点软件包是python的定点算术库,在之下发布。 使用pip install fixedpoint 。 软件包文档可在找到,或构建自己的本地文档: 在根目录中,运行pip install .[docs] (setup.cfg告诉pip所有必需的依赖项)。 在./docs目录中,运行make html (告诉sphinx以html格式构建文档)。 在./docs/build/html/index.html查看文档。 版本控制API (SemVer)和(PyPI支持的Python推荐的版本识别方法)之间的唯一直接兼容性是MAJOR.MINOR.PATCH方案。 但是,通过反复试验,PyPI接受SemVer发行前语法XYZ-aN (实际上,PEP 440包含由支持此格式的项目定义的正则表达式)。 也就是说,可以将PEP 440兼容的XYZaN语法转换为SemVer兼容的XYZ-aN语法(请注意额外的破折号),而PyPI仍会识别该版本。 为此,使用以下版本标识: 主要。 次要的。 补丁[ - { a | b | rc } N ] [ + ME
【文件预览】:
fixedpoint-master
----setup.py(3KB)
----.gitignore(393B)
----readthedocs.yml(556B)
----changelog.md(874B)
----CONTRIBUTING.md(2KB)
----LICENSE(1KB)
----setup.cfg(2KB)
----.github()
--------ISSUE_TEMPLATE()
----tests()
--------test_functions()
--------__init__.py(2KB)
--------test_miscellaneous()
--------test_bit_resizing()
--------test_operators()
--------init.py(1KB)
--------__main__.py(148B)
--------test_initialization_methods()
--------test_property_resolver()
--------tools.py(15KB)
--------test_builtin_functions_and_type_conversion()
--------test_property_accessors_and_mutators()
--------gen_data.m(1KB)
--------test_alerts()
--------mypy.ini(2KB)
----test.bat(46B)
----readme.md(8KB)
----.pylintrc(494B)
----docs()
--------requirements.txt(38B)
--------Makefile(638B)
--------make.bat(764B)
--------source()
----fixedpoint()
--------properties.py(10KB)
--------functions.py(7KB)
--------__init__.py(3KB)
--------fixedpoint.py(74KB)
--------py.typed(0B)
--------logging.py(2KB)
--------json.py(2KB)