书栈网 · BookStack 本次搜索耗时 0.034 秒,为您找到 369 个相关结果.
  • 贡献指南

    贡献指南 章节列表 流程 一、认领 二、校对 三、提交 贡献指南 请您勇敢地去翻译和改进翻译。虽然我们追求卓越,但我们并不要求您做到十全十美,因此请不要担心因为翻译上犯错——在大部分情况下,我们的服务器已经记录所有的翻译,因此您不必担心会因为您的失误遭到无法挽回的破坏。(改编自维基百科) 负责人: 飞龙 :562826179 ...
  • Interfacing with External C Code

    Interfacing with External C Code External declarations Referencing C header files Implementing functions in C Styles of struct, union and enum declaration Accessing Python/C API...
  • Further reading

    Further reading Further reading The main documentation is located at http://docs.cython.org/ . Some recent features might not have documentation written yet, in such cases some...
  • 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 ...
  • 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...
  • Users Guide

    Users Guide Indices and tables Users Guide Contents: Language Basics Declaring Data Types C variable and type definitions Python functions vs. C functions Automatic type...
  • Users Guide

    Users Guide Indices and tables Users Guide Contents: Language Basics Declaring Data Types C variable and type definitions Python functions vs. C functions Automatic type...
  • Extension types (aka. cdef classes)

    Extension types (aka. cdef classes) Extension types (aka. cdef classes) To support object-oriented programming, Cython supports writing normal Python classes exactly as in Pyth...
  • 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...