书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 88226 个相关结果.
  • 2.1 C# 属性

    2919 2019-07-15 《C# 高级编程》
    C# 属性 一、访问器(Accessors) 实例 二、抽象属性(Abstract Properties) C# 属性 属性(Property) 是类(class)、结构(structure)和接口(interface)的命名(named)成员。类或结构中的成员变量或方法称为 域(Field)。属性(Property)是域(Field)的扩展...
  • 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 co...
  • 4.6 – Error Handling in C

    4.6 – Error Handling in C 4.6 – Error Handling in C Internally, Lua uses the C longjmp facility to handle errors. (Lua will use exceptions if you compile it as C++; search for...
  • 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 function foo calls an API function and...
  • 4.6 – Error Handling in C

    4.6 – Error Handling in C 4.6 – Error Handling in C Internally, Lua uses the C longjmp facility to handle errors. (You can also choose to use exceptions if you compile Lua as ...
  • Theano vs. C

    Theano vs. C Theano vs. C We describe some of the patterns in Theano, and present their closestanalogue in a statically typed language such as C: Theano C Apply function appli...
  • Extending Theano with a C Op

    Extending Theano with a C Op Python C-API Reference counting NumPy C-API NumPy data types NumPy ndarrays Accessing NumPy ndarrays’ data and properties Creating NumPy ndarrays ...
  • C 预测 API介绍

    C 预测 API介绍 C预测相关数据结构 PD_Tensor PD_PaddleBuf PD_DataType 代码示例 PD_AnalysisConfig 代码示例 PD_PredictorRun 代码示例 完整使用示例 C 预测 API介绍 Fluid提供了高度优化的C++预测库 ,为了方便使用,我们也提供了封装C++预测库对...
  • 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 co...
  • Interfacing with External C Code

    Interfacing with External C Code External declarations Referencing C header files Implementing functions in C Styles of struct, union and enum declaration Accessing Python/C API...