书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 369 个相关结果.
  • 基础教程

    基础教程 Cython 的基础知识 Cython Hello World pyximport :面向开发人员的 Cython 编译 斐波那契乐趣 Primes 使用 C ++ 的 Primes 语言详细信息 基础教程 原文: http://docs.cython.org/en/latest/src/tutorial/cython_tu...
  • Early Binding for Speed

    Early Binding for Speed Early Binding for Speed As a dynamic language, Python encourages a programming style of consideringclasses and objects in terms of their methods and att...
  • Overview

    Overview Documentation Overview Code Examples Installation Guide Supported Platforms AsyncIO Support Supported Installation Methods Install via pip Installing manually from t...
  • Profiling

    Profiling Cython Profiling Basics 启用完整源文件的分析 禁用分析功能 启用行跟踪 启用覆盖率分析 分析教程 Profiling 原文: http://docs.cython.org/en/latest/src/tutorial/profiling_tutorial.html 这部分描述了 Cyt...
  • Limitations

    Limitations Nested tuple argument unpacking Inspect support Stack frames Identity vs. equality for inferred literals Limitations This page used to list bugs in Cython that ...
  • pxd files

    pxd files pxd files In addition to the .pyx source files, Cython uses .pxd files which work like C header files – they contain Cython declarations (and sometimes code section...
  • 与外部 C 代码连接

    与外部 C 代码连接 外部声明 引用 C 头文件 用 C 实现函数 struct,union 和 enum 声明的样式 访问 Python / C API 例程 特殊类型 Windows 调用约定 解决命名冲突 - C 名称规范 包括逐字 C 代码 使用 C 公开声明 C API 声明 多个公共和 API 声明 获取和释放 GIL 释...
  • Getting Started

    Getting Started Getting Started Cython - an overview Installing Cython Building Cython code Building a Cython module using setuptools Using the Jupyter notebook Using the...
  • Getting Started

    Getting Started Getting Started Cython - an overview Installing Cython Building Cython code Building a Cython module using distutils Using the Jupyter notebook Using the ...
  • Language Basics

    Language Basics Declaring Data Types C variable and type definitions Types Grouping multiple C declarations Python functions vs. C functions Python objects as parameters and re...