书栈网 · BookStack 本次搜索耗时 0.048 秒,为您找到 78092 个相关结果.
  • Appendix C: 系统参数

    Appendix C: 系统参数 Appendix C: 系统参数 系统参数可以在 JVM 启动的时候通过命令行参数 -D 指定。此外,系统参数可以通过 System 类的 getProperty() 和 setProperty() 方法来读写。 可以用系统参数来设置或者覆盖应用程序属性 的值。比如,下面命令行参数就会覆盖 cuba.con...
  • Implementing the arithmetic Ops in C

    Implementing the arithmetic Ops in C How does it work? What needs to be defined Defining the methods Final version Implementing the arithmetic Ops in C Now that we have set...
  • 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...
  • 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...
  • 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...
  • 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 ...
  • 3.6 – Error Handling in C

    3.6 – Error Handling in C 3.6 – Error Handling in C Internally, Lua uses the C longjmp facility to handle errors. (You can also choose to use exceptions if you use C++; see fi...
  • 3.19 – Error Handling in C

    3.19 – Error Handling in C 3.19 – Error Handling in C Internally, Lua uses the C longjmp facility to handle errors. When Lua faces any error (such as memory allocation errors,...
  • 3.17 – Defining C Closures

    3.17 – Defining C Closures 3.17 – Defining C Closures When a C function is created, it is possible to associate some values with it, thus creating a C closure; these values are...
  • Theano vs. C

    526 2020-04-11 《Theano 1.0 Document》
    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...