书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 1736 个相关结果.
  • 安装指南

    3234 2019-05-25 《LightGBM 中文文档》
    安装指南 Windows Visual Studio (or MSBuild) 使用 GUI 使用命令行 MinGW64 Linux OSX Docker Build MPI 版本 Windows 使用 GUI 使用命令行 Linux OSX Build GPU 版本 Linux Windows Protobuf 支持 Do...
  • 前言

    前言 适读人群 覆盖内容 预备知识 示例源码 彩图下载 使用惯例 额外读物 联系方式 前言 我们日常生活的每一个方面都有计算机软件的存在:它可以为我们触发的闹钟,并每时每刻的为我们提供通信、银行、天气、公交、日历、会议、旅行、相册、电视、音乐流、社交媒体、晚餐和电影预定等服务信息。 软件内部具有一定的层次结构:应用程序是基于框架构建...
  • C++

    Setup Prerequisites cmake gRPC and Protocol Buffers Build the example Try it! Update a gRPC service Regenerate gRPC code Update and run the application Update the server U...
  • 3.1 检测Python解释器

    3.1 检测Python解释器 具体实施 工作原理 更多信息 3.1 检测Python解释器 NOTE :此示例代码可以在 https://github.com/dev-cafe/cmake-cookbook/tree/v1.0/chapter-03/recipe-01 中找到。该示例在CMake 3.5版(或更高版本)中是有效的,并且已经在...
  • Building Pulsar C++ client

    Building Pulsar C++ client 支持的平台 系统要求 编译 Linux MacOS Building Pulsar C++ client 支持的平台 The Pulsar C++ client has been successfully tested on MacOS and Linux . 系统要求 您需...
  • Introduction to the Basics

    1177 2021-02-12 《Modern CMake v3.19》
    Introduction to the basics Minimum Version Setting a project Making an executable Making a library Targets are your friend Dive in Introduction to the basics Minimum Ve...
  • 8.1 使用超级构建模式

    8.1 使用超级构建模式 准备工作 具体实施 工作原理 更多信息 8.1 使用超级构建模式 NOTE :此示例代码可以在 https://github.com/dev-cafe/cmake-cookbook/tree/v1.0/chapter-8/recipe-01 中找到,其中有一个C++示例。该示例在CMake 3.5版(或更高版本)中...
  • CLion

    CLion Introduction Installing the plugin Configuring the plugin Using the plugin CLion Introduction There’s a plugin available in the JetBrains Marketplace that’s compati...
  • Using CMakeToolchain with different generators: Ninja example

    Using CMakeToolchain with different generators: Ninja example Understanding CMake generators Using the Ninja generator by default in a profile Using CMakeToolchain with differ...
  • CUDA

    981 2021-02-12 《Modern CMake v3.19》
    CUDA Adding the CUDA Language Variables for CUDA Adding a library / executable Targeting architectures Working with targets Useful variables Note that FindCUDA is deprecated, ...