书栈网 · BookStack 本次搜索耗时 0.044 秒,为您找到 88226 个相关结果.
  • C++ 完整示例

    C++ 完整示例 C++ 示例程序 1. 环境准备 2. 下载预编译的预测库 3. 准备预测部署模型 4. 编译预测示例程序 5. 预测部署和执行 更多C++示例 图像分类示例 目标检测示例 口罩检测示例 C++ 应用开发说明 C++ 完整示例 本章节包含2部分内容:(1) C++ 示例程序 ; (2) C++ 应用开发说明 。...
  • Auth - Objective-C

    Example code and setup Try it out! Create a call with access token An alternative way to provide access token OAuth2 on gRPC - Objective-C This example demonstrates how to us...
  • 2.2 C++code

    2.2 C++ code 1. 计算含有汉字的字符串长度 2. Gbk互相转换UTF8 3. 判断字符串是否为纯数字 4. 解析csv文件 5. 解析csv文件 2.2 C++ code 1. 计算含有汉字的字符串长度 /**********************************************************...
  • C++驱动概述

    C++驱动概述 概述 C++ 类实例 错误信息 C++驱动概述 概述 C++ 客户端驱动提供了数据库操作和集群操作的接口。主要包括以下8个级别的操作: 数据库 集合空间 集合 游标 副本组 节点 域 大对象 C++ 类实例 C++ 客户端驱动有两种类实例。一种用于数据库操作,另一种用于集群操作。 数据库操作实例 Sequoi...
  • C++ BSON使用

    C++ BSON使用 C++ BSON 主要类 建立对象 C++ BSON使用 C++ BSON 主要类 使用C++ BSON 主要会接触到以下4个类: bson::BSONObj:创建 BSONObj 对象。 bson::BSONElement:BSONObj对象由 BSONElement 对象组成,即 BSONElement 对...
  • Implementing the arithmetic Ops in C

    Implementing the arithmetic Ops in C How does it work? What needs to be defined Defining the methods Final version Implementing the arithmetic Ops in C Now that we have set...
  • Using C++ in Cython

    Using C++ in Cython Overview Procedure Overview A simple Tutorial An example C++ API Declaring a C++ class interface Declare class with cdef cppclass Add public attributes Dec...
  • Calling C and Fortran Code

    Calling C and Fortran Code Creating C-Compatible Julia Function Pointers Mapping C Types to Julia Automatic Type Conversion Type Correspondences Bits Types Struct Type Correspo...
  • 4.7 – Handling Yields in C

    4.7 – Handling Yields in C 4.7 – Handling Yields in C Internally, Lua uses the C longjmp facility to yield a coroutine. Therefore, if a C function foo calls an API function a...
  • 3.16 – Defining C Functions

    3.16 – Defining C Functions 3.16 – Defining C Functions Lua can be extended with functions written in C. These functions must be of type lua_CFunction , which is defined as ...