书栈网 · BookStack 本次搜索耗时 0.043 秒,为您找到 145454 个相关结果.
  • bvar c++

    bvar c++ Quick introduction Best Practice for Naming: bvar::Variable: Export All Variables bvar::Reducer bvar::Adder bvar::Maxer bvar::Miner bvar::IntRecorder bvar::Laten...
  • C++ SDK

    C++ SDK 构建 TubeMQ C++ SDK C++ SDK API Producer Consumer Example C++ SDK 构建 TubeMQ C++ SDK C++ SDK 主要基于非 Boost 版本的 Asio 进行通信,构建时使用 CMake,具体操作步骤如下: # 进入到 cpp sdk 的根路径 git...
  • C++ SDK

    C++ SDK Build TubeMQ C++ SDK C++ SDK API Producer Consumer Example C++ SDK Build TubeMQ C++ SDK C++ SDK is based on the non-boost asio, and the CMake is used for building,...
  • gpextprotocal.c

    gpextprotocal.c gpextprotocal.c #include "postgres.h" #include "fmgr.h" #include "funcapi.h" #include "access/extprotocol.h" #include "catalog/pg_proc.h" #...
  • C++ SDK

    C++ SDK Build TubeMQ C++ SDK C++ SDK API Producer Consumer Example C++ SDK Build TubeMQ C++ SDK C++ SDK is based on the non-boost asio, and the CMake is used for building,...
  • gpextprotocal.c

    #include "postgres.h" #include "fmgr.h" #include "funcapi.h" #include "access/extprotocol.h" #include "catalog/pg_proc.h" #include "utils/array.h" #inclu...
  • bvar c++

    bvar c++ bvar Introduction bvar::Variable Export all variables bvar::Reducer bvar::Adder bvar::Maxer bvar::Miner bvar::IntRecorder bvar::LatencyRecorder bvar::Window How t...
  • 4. 构建C/C++扩展

    4. 构建C/C++扩展 4.1. 使用 setuptools 构建 C 和 C++ 扩展 4. 构建C/C++扩展 一个CPython的C扩展是一个共享库(例如一个Linux上的 .so ,或者Windows上的 .pyd ),其会导出一个 初始化函数 。 为了可导入,共享库必须在 PYTHONPATH 中列出,且必须按照模块名称命名,并带...