书栈网 · BookStack 本次搜索耗时 0.041 秒,为您找到 78100 个相关结果.
  • 4.6 – Error Handling in C

    4.6 – Error Handling in C 4.6 – Error Handling in C Internally, Lua uses the C longjmp facility to handle errors. (You can also choose to use exceptions if you compile Lua as ...
  • CRC32c

    CRC32c CRC32c CRC32c.crc32c — Function. crc32c ( data , crc :: UInt32 = 0x00000000 ) Compute the CRC-32c checksum of the given data , which can be an Array{UInt8} , a co...
  • C 预测 API介绍

    C 预测 API介绍 C预测相关数据结构 PD_Tensor PD_PaddleBuf PD_DataType 代码示例 PD_AnalysisConfig 代码示例 PD_PredictorRun 代码示例 完整使用示例 C 预测 API介绍 Fluid提供了高度优化的C++预测库 ,为了方便使用,我们也提供了封装C++预测库对...
  • CRC32c

    CRC32c CRC32c CRC32c.crc32c — Function. crc32c ( data , crc :: UInt32 = 0x00000000 ) Compute the CRC-32c checksum of the given data , which can be an Array{UInt8} , a co...
  • Theano vs. C

    Theano vs. C Theano vs. C We describe some of the patterns in Theano, and present their closestanalogue in a statically typed language such as C: Theano C Apply function appli...
  • Extending Theano with a C Op

    Extending Theano with a C Op Python C-API Reference counting NumPy C-API NumPy data types NumPy ndarrays Accessing NumPy ndarrays’ data and properties Creating NumPy ndarrays ...
  • 4.1 UNIX_C

    2494 2020-05-11 《Simon 的技术笔记》
    4.1 UNIX_C UNIX C编程 一、开发环境 1.Unix操作系统 2.Linux操作系统 3.GNU编译工具-GCC include <…> 4.库 5.辅助工具 6.错误处理 7.环境变量 include 二、内存管理 1.进程映像 2.虚拟内存 3.内存管理APIs 三、文件系统 四、进程管理 五、信号处理 ...
  • SQL to SequoiaDB shell to C

    SQL to SequoiaDB shell to C SQL to SequoiaDB shell to C SequoiaDB 的查询用 json(bson)对象表示,下表以例子的形式显示了 SQL 语句,SequoiaDB shell 语句和 SequoiaDB C 驱动程序语法之间的对照。 SQL SequoiaDB shell C Dri...
  • C开发环境搭建

    C开发环境搭建 获取驱动开发包 配置开发环境 C开发环境搭建 获取驱动开发包 从 SequoiaDB 下载对应操作系统版本的 SequoiaDB 驱动开发包。 配置开发环境 Linux (1)解压下来的驱动开发包; (2)将压缩包中的 driver 目录,拷贝到开发工程目录中(建议放在第三方库目录下),并命名为 sdbdrive...
  • 2.14 C# LINQ

    2660 2019-07-15 《C# 高级编程》
    LINQ Language Intergrated Query(Linq) 集成查询语言 LINQ Language Intergrated Query(Linq) 集成查询语言 using System ; using System . Collections . Generic ; using System . Coll...