书栈网 · BookStack 本次搜索耗时 0.035 秒,为您找到 78100 个相关结果.
  • librados (C++)

    1004 2019-12-29 《Ceph v15.0 Document》
    LibradosPP (C++) LibradosPP (C++) Note The librados C++ API is not guaranteed to be API+ABI stablebetween major releases. All applications using the librados C++ API mustbe re...
  • C Standard Library

    C Standard Library C Standard Library Base.Libc.malloc — Function. malloc ( size :: Integer ) -> Ptr { Cvoid } Call malloc from the C standard library. source Bas...
  • Using C libraries

    Using C libraries Defining external declarations Writing a wrapper class Memory management Compiling and linking Static Linking Dynamic Linking Mapping functionality Handling...
  • Implementing double in C

    Implementing double in C How does it work? What needs to be defined Defining the methods What the generated C will look like Final version DeepCopyOp ViewOp Shape and Shape_...
  • C Standard Library

    C Standard Library C Standard Library Base.Libc.malloc — Function. malloc ( size :: Integer ) -> Ptr { Cvoid } Call malloc from the C standard library. source Bas...
  • 2 C++

    1136 2020-05-11 《Simon 的技术笔记》
    2 C++ 2 C++
  • C# API

    C# API 历史更新情况: C# API 此部分是相关 CSharp API 文档。 历史更新情况: 注意: 删除接口 - 不再兼容 废弃接口 - 保持兼容性 Version 2.10 SequoiaDB::DBCollection接口变更: 增加OpenLob(ObjectId id, int mode)方法,其中mo...
  • C++ API

    C++ API 历史更新情况: C++ API 此部分是 C++ API 相关文档。 历史更新情况: 注意: 删除接口 - 不再兼容 废弃接口 - 保持兼容性 Version 2.10 sdbCollection 类添加接口 enableSharding,对集合启用分区功能 disableSharding,对集合关闭分区功...
  • 13.6  C Nodes

    13.6 C Nodes 13.6 C Nodes A C node is a C program written to act as a hidden node in a distributed Erlang system. The library Erl_Interface contains functions for this purp...
  • 使用 C 库

    使用 C 库 定义外部声明 编写包装类 内存管理 编译和链接 静态链接 动态链接 映射功能 处理错误 测试结果 回调 使用 C 库 原文: http://docs.cython.org/en/latest/src/tutorial/clibraries.html 除了编写快速代码之外,Cython 的一个主要用例是从 P...