书栈网 · BookStack 本次搜索耗时 0.033 秒,为您找到 369 个相关结果.
  • Profiling

    Profiling Cython Profiling Basics Enabling profiling for a complete source file Disabling profiling function wise Enabling line tracing Enabling coverage analysis Profiling Tu...
  • Profiling

    Profiling Cython Profiling Basics Enabling profiling for a complete source file Disabling profiling function wise Enabling line tracing Enabling coverage analysis Profiling Tu...
  • Basic Tutorial

    Basic Tutorial The Basics of Cython Cython Hello World pyximport : Cython Compilation for Developers Fibonacci Fun Primes Primes with C++ Language Details Basic Tutorial...
  • 融合类型(模板)

    融合类型(模板) 快速入门 声明熔断类型 使用融合类型 融合类型和数组 选择专业化 索引 调用 内置熔断类型 铸造熔断函数 类型检查专业化 条件 GIL 获取/释放 signatures 融合类型(模板) 原文: http://docs.cython.org/en/latest/src/userguide/fusedtyp...
  • Tutorials

    Tutorials Tutorials Basic Tutorial The Basics of Cython Cython Hello World Fibonacci Fun Primes Primes with C++ Language Details Calling C functions Dynamic linking ...
  • 语言基础

    语言基础 声明数据类型 C 变量和类型定义 类型 分组多个 C 声明 Python 函数与 C 函数 Python 对象作为参数和返回值 可选参数 仅关键字参数 功能指针 错误返回值 检查非 Cython 函数的返回值 覆盖扩展类型 自动类型转换 在 C 语境中使用 Python 字符串时的注意事项 类型转换 检查类型转换 陈...
  • Faster code via static typing

    Faster code via static typing Typing Variables Typing Functions Determining where to add types Faster code via static typing Cython is a Python compiler. This means that it ...
  • Related work

    Related work Related work Pyrex [Pyrex] is the compiler project that Cython was originally based on. Many features and the major design decisions of the Cython language were d...
  • 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 Cyt...
  • 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 callC libra...