书栈网 · BookStack 本次搜索耗时 0.054 秒,为您找到 90251 个相关结果.
  • C/C++ SDK 快速入门

    C/C++ SDK 快速入门 C/C++ SDK 快速入门 在项目中引入pdb_csdk.lib 并包含 pdb_api.h 文件,将pdb_csdk.dll 放到执行文件的目录中即可(注意:PinusDB提供的c sdk 为64位版本)。 一个简单的示例: #include <time.h> #include <stdio.h> #...
  • 17. Boost.Heap

    Chapter 17. Boost.Heap Chapter 17. Boost.Heap Boost.Heap could have also been called Boost.PriorityQueue since the library provides several priority queues. However, the prior...
  • 2.1 (2007-03-17)

    2.1 (2007-03-17) 2.1 (2007-03-17) When supervisord was invoked more than once, and its configurationwas set up to use a UNIX domain socket as the HTTP server, thesocket file w...
  • 17 A Neural Net from the Foundations

    705 2021-03-31 《The fastai book》
    A Neural Net from the Foundations In [ ]: #hide ! pip install - Uqq fastbook import fastbook fastbook . setup_book () [[chapter_foundations]] A Neural Net from th...
  • 17. Native SQL Queries

    17. Native SQL Queries 17.1. Creating a native query using JPA 17.2. Scalar queries 17.3. Entity queries 17.4. Handling associations and collections 17.5. Returning multiple en...
  • 17. Optional catch binding

    17. Optional catch binding 17.1. Overview 17.2. Use cases 17.2.1. Use case: JSON.parse() 17.2.2. Use case: property chains 17.2.3. Use case: assert.throws() 17.2.4. Use case: f...
  • 17. Security Issues Information

    17. Security Issues Information 18. Reporting New Security Problems with Apache CouchDB 17. Security Issues Information 17.1. CVE-2010-0009: Apache CouchDB Timing Attack Vuln...
  • 17 视频编码器

    17 视频编码器 libtheora libtheora选项 libtheora例子 libvpx libvpx选项 libwebp libwebp 像素格式 libwebp选项 libx264,libx264rgb 支持的像素格式 libx264 libx264rgb 选项 libx265 libx265选项 libxvid li...
  • 17.边际概率推断

    边际概率推断 边际概率推断 基于概率图模型定义的联合概率分布,能够对目标变量的边际分布进行推断。概率图模型的推断方法可以分为两大类: 精确推断方法。该方法的缺点:通常情况下此类方法的计算复杂度随着极大团规模的增长呈现指数级增长,因此适用范围有限。 近似推断方法。此类方法在实际任务中更常用。
  • 第17章:值部

    452 2023-01-19 《Go语言101 v1.19.e》
    值部 Go类型分为两大类别(category) Go中的两种指针类型 第二个分类中的类型的(可能的)内部实现结构定义 映射、通道和函数类型的内部定义 切片类型的内部定义 字符串类型的内部结构 接口类型的内部定义 在赋值中,底层间接值部将不会被复制 关于术语“引用类型”和“引用值” 第17章:值部  值部 此篇文章后续的若干文章...