书栈网 · BookStack 本次搜索耗时 0.037 秒,为您找到 145465 个相关结果.
  • 4. 构建C/C++扩展

    4. 构建C/C++扩展 4.1. 使用distutils构建C和C++扩展 4.2. 发布你的扩展模块 4. 构建C/C++扩展 一个CPython的C扩展是一个共享库(例如一个Linux上的 .so ,或者Windows上的 .pyd ),其会导出一个 初始化函数 。 为了可导入,共享库必须在 PYTHONPATH 中有效,且必须命名遵...
  • C/C++代码到V代码

    1610 2019-06-25 《V语言特性介绍》
    C/C++代码到V代码 C/C++代码到V代码 V可以翻译整个C/C++代码到V代码,以享受带来的安全性、简单性和高达400x的编译速度。 比如C++代码: std :: vector < std :: string > s ; s . push_back ( "V is " ); s . push_back ( "awesome" ); ...
  • unprotoize 删除C语言源代码文件中的函数原型

    unprotoize 补充说明 语法 选项 参数 unprotoize 删除C语言源代码文件中的函数原型 补充说明 unprotoize命令 属于gcc套件,用于删除C语言源代码文件中的函数原型。 语法 unprotoize (选项)(参数) 选项 - d :设置需要转换代码的目录; - x :转换代码时排除的文件。 ...
  • C++ Base

    C++ Base IOBuf Streaming Log FlatMap bRPC Training Materials C++ Base Learn about C++ Base. IOBuf Learn about bRPC IOBuf. Streaming Log Learn about bRPC Streaming Log...
  • C# features

    C# features Type conversion and casting C# signals Preprocessor defines Examples Full list of defines C# features This page provides an overview of the commonly used featur...
  • C Library API

    C Library API Workflow Data Types API Reference Library Context Creation Set Service Properties Enable Input Plugin Instance Set Input Plugin Properties Enable Output Plugin ...
  • C Library API

    C Library API Workflow Data Types API Reference Library Context Creation Set Service Properties Enable Input Plugin Instance Set Input Plugin Properties Enable Output Plugin ...
  • C 标准库

    C 标准库 C 标准库 Base.Libc.malloc — Function malloc ( size :: Integer ) -> Ptr { Cvoid } Call malloc from the C standard library. source Base.Libc.calloc — Function ...