书栈网 · BookStack 本次搜索耗时 0.060 秒,为您找到 79508 个相关结果.
  • 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...
  • 2.8.2 Python-C-Api

    2.8.2 Python-C-Api 2.8.2.1 例子 2.8.2.2. Numpy 支持 2.8.2 Python-C-Api Python-C-API是标准Python解释器(即CPython)的基础。使用这个API可以在C和C++中写Python扩展模块。很明显,由于语言兼容性的优点,这些扩展模块可以调用任何用C或者C++写的函数。 ...
  • 2.8 与C进行交互

    2.8 与C进行交互 2.8 与C进行交互 In [1]: % matplotlib inline import numpy as np 作者 : Valentin Haenel 本章包含了许多可以在Python使用原生代码(主要是C/C++)方式的介绍,这个过程通常被称为封装。本章的目的是给你有哪些技术存在已经各...
  • 1.13 C# 结构体

    1795 2019-07-15 《C# 高级编程》
    C# 结构体 一、定义结构体 二、C# 结构的特点 三、类 vs 结构 C# 结构体 在 C# 中,结构体是值类型数据结构。它使得一个单一变量可以存储各种数据类型的相关数据。struct 关键字用于创建结构体。 结构体是用来代表一个记录。假设您想跟踪图书馆中书的动态。您可能想跟踪每本书的以下属性: • Title • ...
  • JavaScript to Objective-C Reflection

    How to call Objective-C functions using JavaScript on iOS/Mac Objective-C Classes Objective-C Methods Usage Executing JavaScript in Objective-C Type Support How to call Ob...
  • C++ 预测 API介绍

    C++ 预测 API介绍 内容 使用Predictor进行高性能预测 Predictor 预测示例 使用Config管理预测配置 通用优化配置 设置模型和参数路径 配置CPU预测 配置GPU预测 使用Tensor管理输入/输出 使用PredictorPool在多线程下进行预测 C++预测样例编译测试 性能调优 CPU下预测 GPU下预...
  • 7.1. json-c

    717 2020-01-06 《C2Rust Manual》
    json-c library Translating json-c Running tests json-c library Translating json-c # in examples/json-c/repo: ../ configure # use the custom c2rust configure script ...