书栈网 · BookStack 本次搜索耗时 0.209 秒,为您找到 78100 个相关结果.
  • 2、C程序开发

    1271 2020-02-02 《TBase 使用手册》
    2、C程序开发 2.1、连接数据库 2.2、建立数据表 2.3、插入数据 2.4、查询数据 2.5、流数据COPY入表 3、shell脚本开发 2、C程序开发 2.1、连接数据库 #include <stdio.h> #include <stdlib.h> #include "libpq-fe.h" ...
  • Calling C and Fortran Code

    Calling C and Fortran Code Creating C-Compatible Julia Function Pointers Mapping C Types to Julia Automatic Type Conversion Type Correspondences Bits Types Struct Type Correspo...
  • Calling C and Fortran Code

    Calling C and Fortran Code Creating C-Compatible Julia Function Pointers Mapping C Types to Julia Auto-conversion: Type Correspondences: Bits Types Struct Type correspondences ...
  • C++ BSON使用

    C++ BSON使用 C++ BSON 主要类 建立对象 C++ BSON使用 C++ BSON 主要类 使用C++ BSON 主要会接触到以下4个类: bson::BSONObj:创建 BSONObj 对象。 bson::BSONElement:BSONObj对象由 BSONElement 对象组成,即 BSONElement 对...
  • 4.7 – Handling Yields in C

    4.7 – Handling Yields in C 4.7 – Handling Yields in C Internally, Lua uses the C longjmp facility to yield a coroutine. Therefore, if a C function foo calls an API function a...
  • 3.16 – Defining C Functions

    3.16 – Defining C Functions 3.16 – Defining C Functions Lua can be extended with functions written in C. These functions must be of type lua_CFunction , which is defined as ...
  • 2.2 C++code

    2.2 C++ code 1. 计算含有汉字的字符串长度 2. Gbk互相转换UTF8 3. 判断字符串是否为纯数字 4. 解析csv文件 5. 解析csv文件 2.2 C++ code 1. 计算含有汉字的字符串长度 /**********************************************************...
  • C++ 的历史

    早期 C++ 标准 C++ 未来发展 外部链接 早期 C++ 1979:首次实现“带类的 C(C with Classes)” 新特性:类 ,成员函数 ,派生类 ,分离编译,公开与私有访问控制 ,友元 ,函数实参的类型检查,默认实参 ,内联函数 ,重载赋值运算符 ,构造函数 ,析构函数 ,f() 与 f(void) 相同,调用的函数与返回...
  • C++ BSON使用

    C++ BSON使用 C++ BSON 主要类 建立对象 C++ BSON使用 C++ BSON 主要类 使用C++ BSON 主要会接触到以下4个类: bson::BSONObj:创建 BSONObj 对象。 bson::BSONElement:BSONObj对象由 BSONElement 对象组成,即 BSONElement 对...
  • GDNative C++ example

    GDNative C++ example Introduction Setting up the project Building the C++ bindings Creating a simple plugin Compiling the plugin Using the GDNative module Adding properties ...