书栈网 · BookStack 本次搜索耗时 0.034 秒,为您找到 369 个相关结果.
  • 纯 Python 模式

    纯 Python 模式 增加.pxd 魔法属性 “编译”开关 静态打字 C 类型 扩展类型和 cdef 函数 进一步的 Cython 函数和声明 .pxd 提示与技巧 调用 C 函数 将 C 数组用于固定大小的列表 纯 Python 模式 原文: http://docs.cython.org/en/latest/src/tut...
  • Pure Python Mode

    Pure Python Mode Augmenting .pxd Magic Attributes “Compiled” switch Static typing C types Extension types and cdef functions Further Cython functions and declarations Magic A...
  • Pure Python Mode

    Pure Python Mode Augmenting .pxd Magic Attributes “Compiled” switch Static typing C types Extension types and cdef functions Further Cython functions and declarations Magic A...
  • Calling C functions

    Calling C functions Dynamic linking External declarations Naming parameters Calling C functions This tutorial describes shortly what you need to know in order to call C libr...
  • 进一步阅读

    进一步阅读 进一步阅读 原文: http://docs.cython.org/en/latest/src/tutorial/readings.html 主要文件位于 http://docs.cython.org/ 。最近的一些功能可能还没有编写文档,在这种情况下,通常可以在 https://github.com/cython/cython...
  • 调用 C 函数

    调用 C 函数 动态链接 外部声明 命名参数 调用 C 函数 原文: http://docs.cython.org/en/latest/src/tutorial/external.html 本教程简要介绍了从 Cython 代码调用 C 库函数时需要了解的内容。有关使用外部 C 库,包装它们和处理错误的更长更全面的教程,请参阅 使用 ...
  • Fused Types (Templates)

    Fused Types (Templates) Quickstart Declaring Fused Types Using Fused Types Fused types and arrays Selecting Specializations Indexing Calling Built-in Fused Types Casting Fu...
  • Fused Types (Templates)

    Fused Types (Templates) Quickstart Declaring Fused Types Using Fused Types Fused types and arrays Selecting Specializations Indexing Calling Built-in Fused Types Casting Fu...
  • Further reading

    Further reading Further reading The main documentation is located at http://docs.cython.org/ . Somerecent features might not have documentation written yet, in suchcases some n...
  • Source Files and Compilation

    Source Files and Compilation Compiling from the command line Compiling with the cython command Compiling with the cythonize command Basic setup.py Configuring the C-Build Cytho...