书栈网 · BookStack 本次搜索耗时 0.046 秒,为您找到 90174 个相关结果.
  • 4. 构建C/C++扩展

    4. 构建C/C++扩展 4.1. 使用distutils构建C和C++扩展 4.2. 发布你的扩展模块 4. 构建C/C++扩展 一个CPython的C扩展是一个共享库(例如一个Linux上的 .so ,或者Windows上的 .pyd ),其会导出一个 初始化函数 。 为了可导入,共享库必须在 PYTHONPATH 中有效,且必须命...
  • Retrieved key/data permanence for C/C++

    Retrieved key/data permanence for C/C++ Retrieved key/data permanence for C/C++ When using the non-cursor Berkeley DB calls to retrieve key/data items under the C/C++ APIs (for...
  • c实现C++多态那些事

    C实现C++的面向对象特性 1.C++实现案例 2.C实现 C实现C++的面向对象特性 1.C++实现案例 C++中的多态:在C++中会维护一张虚函数表,根据赋值兼容规则,我们知道父类的指针或者引用是可以指向子类对象的。 如果一个父类的指针或者引用调用父类的虚函数则该父类的指针会在自己的虚函数表中查找自己的函数地址,如果该父类对象的指针或者...
  • 8.49 Understanding Integer Overflow in C/C++

    8.49 Understanding Integer Overflow in C/C++ 简介 8.49 Understanding Integer Overflow in C/C++ 简介
  • 4. 构建C/C++扩展

    4. 构建C/C++扩展 4.1. 使用 setuptools 构建 C 和 C++ 扩展 4. 构建C/C++扩展 一个CPython的C扩展是一个共享库(例如一个Linux上的 .so ,或者Windows上的 .pyd ),其会导出一个 初始化函数 。 为了可导入,共享库必须在 PYTHONPATH 中列出,且必须按照模块名称命名,并带...
  • C API Stability

    C API Stability 稳定的应用程序二进制接口 Limited API Scope and Performance Limited API Caveats Platform Considerations Contents of Limited API C API Stability Python’s C API is covered...
  • C# 基础

    C# 基础 前言 为Godot设置C 先决条件 补充说明 配置外部编辑器 JetBrains Rider Visual Studio Code Visual Studio (仅限Windows) 创建C#脚本 项目设置和工作流程 示例 C#和GDScript之间的一般差异 目前的陷阱和已知问题 在Godot中C#的性能 在Godo...
  • C# Exports

    C# Exports Introduction to exports Basic use Strings as paths Limiting editor input ranges Floats with easing hint Colors Nodes Resources Exporting bit flags Exporting arr...
  • C# basics

    C# basics Introduction Setting up C# for Godot Prerequisites Additional notes Configuring an external editor JetBrains Rider Visual Studio Code Visual Studio (Windows only) ...