书栈网 · BookStack 本次搜索耗时 0.066 秒,为您找到 81544 个相关结果.
  • Building Pulsar C++ client

    Supported platforms 系统要求 编译 Linux MacOS Supported platforms Pulsar C ++客户端已在MacOS和Linux上成功测试。 系统要求 您需要安装以下内容才能使用C ++客户端: CMake Boost Protocol Buffers 2.6 Log4CXX l...
  • I2C概述

    I2C概述 简介 接口说明 I2C概述 简介 I2C(Inter Integrated Circuit)总线是由Philips公司开发的一种简单、双向二线制同步串行总线。 I2C以主从方式工作,通常有一个主设备和一个或者多个从设备,主从设备通过SDA(SerialData)串行数据线以及SCL(SerialClock)串行时钟线两...
  • C++语言编程规范

    C++语言编程规范 目的 总体原则 重点关注 约定 例外 2 命名 通用命名 文件命名 建议2.2.1 C++文件以.cpp结尾,头文件以.h结尾 建议2.2.2 C++文件名和类名保持一致 函数命名 类型命名 建议2.4.1 避免滥用 typedef或者#define 对基本类型起别名 ...
  • Building Pulsar C++ client

    Supported platforms 系统要求 编译 Linux MacOS Supported platforms The Pulsar C++ client has been successfully tested on MacOS and Linux . 系统要求 您需要安装以下内容才能使用C ++客户端: CMake ...
  • C++ 预测 API介绍

    C++ 预测 API介绍 内容 使用AnalysisPredictor进行高性能预测 AnalysisPredictor 预测示例 使用AnalysisConfig管理预测配置 通用优化配置 设置模型和参数路径 配置CPU预测 配置GPU预测 使用ZeroCopyTensor管理输入/输出 C++预测样例编译测试 性能调优 CPU下预测 ...
  • Writing an Op to work on an ndarray in C

    Writing an Op to work on an ndarray in C Writing an Optimization Test the optimization Writing an Op to work on an ndarray in C This section walks through a non-trivial examp...
  • Caffe2 with C++

    Caffe2 with C++ 1. Things you need to prepare 2. Our goal 3. Step Caffe2 with C++ There are only a few documents that explain how to use Caffe2 with C++. In this tutorial I’...
  • 调用 C 和 Fortran 代码

    调用 C 和 Fortran 代码 创建和C兼容的Julia函数指针 Mapping C Types to Julia Auto-conversion: 类型对应关系 Bits Types Struct Type correspondences Type Parameters SIMD 值 内存所有权 何时使用 T、Ptr{T} 以及 Ref...
  • create_group_genesis (-c)

    create_group_genesis (-c) create_group_genesis (-c) 命令解释 生成群组创世区块 使用前提 用户需配置group_genesis.ini ,并在meta下配置相关节点的证书 参数设置 指定生成群组节点配置文件夹 实现功能 根据用户在meta下配置的证书,在指定目录生成新群组的配置 适用场景 联盟链...
  • Chapter 19 Interfacing C with OCaml

    Chapter 19 Interfacing C with OCaml 19.1 Overview and compilation information 19.1.1 Declaring primitives 19.1.2 Implementing primitives 19.1.3 Statically linking C code wit...