书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 1526 个相关结果.
  • 外部函数接口

    外部函数接口 外部函数接口 Nim的 FFI (外部函数接口) 非常广泛,这里只记载扩展到其它未来后端的部分 (如 LLVM/JavaScript后端)。 Importc编译指示 Exportc编译指示 Extern编译指示 Bycopy编译指示 Byref编译指示 Varargs编译指示 Union编译指示 Packed编译指示 ...
  • 系统调优指南

    系统调优指南 系统调优指南 系统调优是指进行操作系统级以及数据库系统级的调优,更充分地利用机器的CPU、内存、I/O和网络资源,避免资源冲突,提升整个系统查询的吞吐量。 操作系统参数调优 在性能调优过程中,可以根据实际业务情况修改关键操作系统(OS)配置参数,以提升openGauss数据库的性能。 数据库系统参数调优 配置LLVM ...
  • Links

    Links Theano requirements Libraries we might want to look at or use Links This page lists links to various resources. Theano requirements git : A distributed revision con...
  • System Image Building

    System Image Building Building the Julia system image System image optimized for multiple microarchitectures Specifying multiple system image targets Implementation overview ...
  • System Image Building

    System Image Building Building the Julia system image System image optimized for multiple microarchitectures Specifying multiple system image targets Implementation overview ...
  • 2.3.2未进行代码优化的Keil编译: thumb模式

    2.3.2未进行代码优化的Keil编译: thumb模式 2.3.3开启代码优化的Xcode(LLVM)编译: ARM模式 2.3.2未进行代码优化的Keil编译: thumb模式 让我们用下面的指令讲例程用Keil的thumb模式来编译一下。 armcc.exe –thumb –c90 –O0 1.c 我们可以在IDA里得到下面这样的代码:...
  • System Image Building

    System Image Building Building the Julia system image System image optimized for multiple microarchitectures Specifying multiple system image targets Implementation overview ...
  • ‘for’ Loop Expressions

    ‘for’ Loop Expressions ‘for’ Loop Expressions Now that we know how to add basic control flow constructs to the language, we have the tools to add more powerful things. Let’s ad...
  • 架构概述

    MatrixOne架构概述 整体架构 查询解析层(Query Parser Layer) 计算层(Computation Layer) 集群管理层(MatrixCube) 存储引擎层(Replicated Storage Layer) 存储介质层(Storage Provision Layer) 相关信息 MatrixOn...
  • NoDecl编译指示

    NoDecl编译指示 NoDecl编译指示 noDecl 编译指示几乎可以应用于任何符号(变量,proc,类型等),有时与C的互操作性有用: 它告诉Nim它不应该在C代码中为符号生成声明。 例如: var EACCES {. importc , noDecl .}: cint # EACCES是一个变量,因为Nim不知道它的价值 ...