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

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

    4. 构建C/C++扩展 4.1. 使用distutils构建C和C++扩展 4.2. 发布你的扩展模块 4. 构建C/C++扩展 一个CPython的C扩展是一个共享库(例如一个Linux上的 .so ,或者Windows上的 .pyd ),其会导出一个 初始化函数 。 为了可导入,共享库必须在 PYTHONPATH 中有效,且必须命名遵...
  • 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++ 简介
  • 向您的项目添加 C 和 C++ 代码 - Add C and C++ code

    向您的项目添加 C 和 C++ 代码 下载 NDK 和构建工具 创建支持 C/C++ 的新项目 构建和运行示例应用 向现有项目添加 C/C++ 代码 创建新的原生源文件 创建 CMake 构建脚本 添加 NDK API 添加其他预构建库 将 Gradle 关联到您的原生库 使用 Android Studio UI 手动配置 Gradle 指定...
  • C# Variant

    C# Variant Variant-compatible types Using Variant in a generic context Up to date This page is up to date for Godot 4.1 . If you still find outdated information, please open ...
  • C# features

    C# features Type conversion and casting Preprocessor defines Examples Full list of defines Up to date This page is up to date for Godot 4.1 . If you still find outdated inf...
  • C# basics

    C# basics Introduction Prerequisites Configuring an external editor JetBrains Rider Visual Studio Code Visual Studio (Windows only) Creating a C# script Project setup and wo...