书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 78100 个相关结果.
  • C/C++代码到V代码

    1611 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" ); ...
  • 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 ...
  • C 风格用法

    C 风格用法 参考: C 风格用法 enum 也可以像 C 语言风格的枚举类型那样使用。 // 该属性用于隐藏对未使用代码的警告。 #![allow(dead_code)] // 拥有隐式辨别值(implicit discriminator,从 0 开始)的 enum enum Number { Zero ...
  • 4.2 – C Closures

    4.2 – C Closures 4.2 – C Closures When a C function is created, it is possible to associate some values with it, thus creating a C closure (see lua_pushcclosure ); these value...