书栈网 · BookStack 本次搜索耗时 0.039 秒,为您找到 88226 个相关结果.
  • 1. 使用 C 或 C++ 扩展 Python

    1. 使用 C 或 C++ 扩展 Python 1.1. 一个简单的例子 1.2. 关于错误和异常 1.3. 回到例子 1.4. 模块方法表和初始化函数 1.5. 编译和链接 1.6. 在C中调用Python函数 1.7. 提取扩展函数的参数 1.8. 给扩展函数的关键字参数 1.9. 构造任意值 1.10. 引用计数 1.10.1. Py...
  • 6. C Module - bind C code to Python module

    6. C Module - bind C code to Python module 6. C Module - bind C code to Python module 6.1. PikaScript C module overview 6.2. PikaScript C module development process 6.3. C mo...
  • 9.1 使用C/C++库构建Fortran项目

    9.1 使用C/C++库构建Fortran项目 准备工作 具体实施 工作原理 更多信息 9.1 使用C/C++库构建Fortran项目 NOTE :此示例代码可以在 https://github.com/dev-cafe/cmake-cookbook/tree/v1.0/chapter-9/recipe-01 中找到,其中有两个示例:一个是...
  • gcc 基于C/C++的编译器

    gcc 补充说明 语法 选项 参数 实例 gcc 基于C/C++的编译器 补充说明 gcc命令 使用GNU推出的基于 C/C++ 的编译器,是开放源代码领域应用最广泛的编译器,具有功能强大,编译代码支持性能优化等特点。现在很多程序员都应用 GCC ,怎样才能更好的应用 GCC 。目前,GCC 可以用来编译 C/C++ 、FORTRA...
  • bezierCurveTo (c1x, c1y, c2x, c2y, x, y)

    bezierCurveTo 实例 bezierCurveTo bezierCurveTo() 方法通过使用表示三次贝塞尔曲线的指定控制点,向当前路径添加一个点。提示:三次贝塞尔曲线需要三个点。前两个点是用于三次贝塞尔计算中的控制点,第三个点是曲线的结束点。曲线的开始点是当前路径中最后一个点。 参数 描述 cp1x 第一个贝塞...
  • GDExtension C++ example

    GDExtension C++ example Introduction Setting up the project Building the C++ bindings Creating a simple plugin Compiling the plugin Using the GDExtension module Adding proper...
  • C# style guide

    C# style guide Language specification Formatting General guidelines Line breaks and blank lines Using spaces Naming conventions Member variables Local variables Implicitly ...