书栈网 · BookStack 本次搜索耗时 0.038 秒,为您找到 78092 个相关结果.
  • 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 ...
  • GDNative C example

    GDNative C example Introduction Prerequisites Our C source Compiling Creating the GDNativeLibrary (.gdnlib ) file General properties Platform libraries Saving the resource ...
  • C 标准库

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

    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 标准库 Base.Libc.malloc — Function malloc ( size :: Integer ) -> Ptr { Cvoid } Call malloc from the C standard library. source Base.Libc.calloc — Function ...
  • 8. Lua 与 C/C++ 交互

    4349 2019-03-02 《Lua编程入门》
    Lua 与 C/C++ 交互 绑定Lua和C/C++的库 Lua调用C/C++ 简介 准备工作 程序解析 Lua调用 Lua堆栈详解 堆栈结构解析 提取参数 传递返回值 C/C++调用Lua脚本 简介 Lua代码 C++调用Lua脚本 代码解析 初始化Lua运行时环境 加载Lua文件 加载Lua函数 压入Lua函数调用参数 ...
  • C/C++ 面试基础知识总结

    C/C++ 面试基础知识总结 C/C++ 面试基础知识总结,只为复习、分享。勘误新增请 Issue 、PR ,建议、讨论请移步 issues/12 ,排版使用 中文文案排版指北 ,版权协议遵循 CC BY-NC-SA 4.0 。 右侧目录支持方式: 语雀的镜像仓库:C/C++ 面试基础知识总结 Github + TOC:jawil/GayHub ...
  • C++数据模型(Models in C++)

    C++数据模型(Models in C++) C++数据模型(Models in C++) 在QML中的数据模型为链表视图,路径视图和其它需要为模型中的每个子项创建一个代理引用的视图提供数据。视图只创建可是区域内或者缓冲范围内的引用。这使得即使包含成千上万的子项模型仍然可以保持流畅的用户界面。代理扮演了用来渲染模型子项数据的模板。总之:视图使用代理作...
  • C++扩展QML(Extending QML with C++)

    C++扩展QML(Extending QML with C++) C++扩展QML(Extending QML with C++) QML执行在受限的空间中,QML作为一种语言提供的功能有时是被限制的。通过C++写的本地函数可以扩展QML运行时的功能。应用程序可以充分利用基础平台的性能和自由度。