书栈网 · BookStack 本次搜索耗时 0.040 秒,为您找到 145454 个相关结果.
  • Qt C++

    1122 2021-10-08 《Qt6 QML Book》
    Qt and C++ A Boilerplate Application The QObject Build Systems Common Qt Classes Models in C++
  • C++ Guide

    How to Write C++ Code General Recommendations Formatting Comments Names How to Write Code Unused Features of C++ Platform Tools Libraries General Recommendations Addition...
  • C++基础

    C++基础 IOBuf Streaming Log FlatMap bRPC培训材料 C++基础 学习C++基础。 IOBuf 学习bRPC IOBuf。 Streaming Log 学习bRPC Streaming Log。 FlatMap 学习bRPC FlatMap。 bRPC培训材料 bRPC培训材料。 修...
  • GDNative C示例

    GDNative C示例 简介 先决条件 我们的C源 开始编译 创建GDNativeLibrary (.gdnlib )文件 常规属性 平台库 保存资源 创建NativeScript (.gdns )文件 GDNative C示例 简介 本教程将向你介绍创建GDNative模块的最低要求.这应该是你进入GDNative世界的起点...
  • C Library API

    C Library API Workflow Data Types API Reference Library Context Creation Set Service Properties Enable Input Plugin Instance Set Input Plugin Properties Enable Output Plugin ...
  • C++ API

    C++ API CreatePaddlePredictor CxxConfig set_model_dir(model_dir) model_dir() set_model_file(model_file) model_file() set_param_file(param_file) param_file() set_valid_...
  • 向您的项目添加 C 和 C++ 代码 - Add C and C++ code

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

    4. 构建C/C++扩展 4.1. 使用distutils构建C和C++扩展 4.2. 发布你的扩展模块 4. 构建C/C++扩展 一个CPython的C扩展是一个共享库(例如一个Linux上的 .so ,或者Windows上的 .pyd ),其会导出一个 初始化函数 。 为了可导入,共享库必须在 PYTHONPATH 中有效,且必须命名...
  • 创建使用 C 语言互操作与 libcurl 的应用——教程

    创建使用 C 语言互操作与 libcurl 的应用——教程 创建一个 Kotlin/Native 项目 创建一个定义文件 将互操作添加到构建过程 编写应用程序代码 编译与运行应用程序 创建使用 C 语言互操作与 libcurl 的应用——教程 This tutorial demonstrates how to use IntelliJ IDE...