书栈网 · BookStack 本次搜索耗时 0.034 秒,为您找到 88226 个相关结果.
  • C++ 编程风格

    C++ 编码风格 C++ 编码风格 请参考 Google C++ Style Guide 。
  • CRC32c

    CRC32c CRC32c CRC32c.crc32c — Function crc32c ( data , crc :: UInt32 = 0x00000000 ) Compute the CRC-32c checksum of the given data , which can be an Array{UInt8} , a con...
  • I2C

    I2C I2C I2C概述 I2C使用指导 I2C使用实例
  • I2C

    I2C Overview Summary Files Data Structures Enumerations Functions Details Enumeration Type Documentation I2cFlag Function Documentation I2cClose() I2cOp...
  • C++开发基础

    C++开发基础 数据库操作 集群操作 C++开发基础 这里介绍如何使用 C++ 客户端驱动接口编写使用 SequoiaDB 数据库的程序。为了简单起见,下面的示例不全部是完整的代码,只起示例性作用。可到 /sequoiadb/client/samples/CPP 下获取相应的完整的代码。更多查看 C++ API 数据库操作 连接数据库:...
  • SQL to SequoiaDB shell to C

    SQL to SequoiaDB shell to C SQL to SequoiaDB shell to C SequoiaDB 的查询用 json(bson)对象表示,下表以例子的形式显示了 SQL 语句,SequoiaDB shell 语句和 SequoiaDB C 驱动程序语法之间的对照。 SQL SequoiaDB shell C Dri...
  • Tool to run C program

    708 2020-02-22 《CudaText WIKI》
    Tool to run C program Tool to run C program Tool is for Linux, so "File name" don't have an extension. For Windows, change "File name" field to "{FileNameNoExt}.exe". Tool wil...
  • 2.14 C# LINQ

    2648 2019-07-15 《C# 高级编程》
    LINQ Language Intergrated Query(Linq) 集成查询语言 LINQ Language Intergrated Query(Linq) 集成查询语言 using System ; using System . Collections . Generic ; using System . Coll...
  • 2.11 C# 反射

    2758 2019-07-15 《C# 高级编程》
    C# 反射 优缺点 一、反射(Reflection)的用途 二、查看元数据 实例 三、反射的用法 反射用到的命名空间: 反射用到的主要类: ● System.Type类: ● System.Reflection.Assembly类 C# 反射 反射指程序可以访问、检测和修改它本身状态或行为的一种能力。 程序集包含模块,而模块包含类...
  • 2.3 C# 委托

    2551 2019-07-15 《C# 高级编程》
    C# 委托 一、声明委托(Delegate) 二、实例化委托(Delegate) 三、委托的多播(Multicasting of a Delegate) 四、委托(Delegate)的用途 C# 委托 C# 中的委托(Delegate)类似于 C 或 C++ 中函数的指针。委托(Delegate) 是存有对某个方法的引用的一种引用类型变量。...