书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 4674 个相关结果.
  • PyCUDA/CUDAMat/Gnumpy compatibility

    PyCUDA/CUDAMat/Gnumpy compatibility PyCUDA Transfer Compiling with PyCUDA Theano Op using a PyCUDA function CUDAMat Gnumpy PyCUDA/CUDAMat/Gnumpy compatibility PyCUDA Cu...
  • Hill Cipher

    Hill Cipher Encryption Decryption Defining the encrypting matrix References Hill Cipher The Hill cipher is a polygraphic substitution cipher based on linear algebra. Eac...
  • 在CPP下使用TVM来部署mxnet模型(以Insightface为例)

    在CPP下使用TVM来部署mxnet模型(以Insightface为例) 安装 编译模型 使用TVM Python Runtime 进行简单的测试 使用C++来推理MobileFaceNet人脸识别模型 Todo:如何在在Android下部署整套人脸识别流程 在CPP下使用TVM来部署mxnet模型(以Insightface为例) 自从AI...
  • Var形参

    Var形参 Var形参 参数的类型可以使用 var 关键字作为前缀: proc divmod ( a , b : int ; res , remainder : var int ) = res = a div b remainder = a mod b   var x , y : int ...
  • Appendix: programmatic planning

    Appendix: programmatic planning 1. Enable the versioned migration feature flag 2. Automatic Migration planning script Dev database Other migration tools Appendix: programmat...
  • 替换已有数据源

    1298 2019-07-16 《RQAlpha 3.3.x 文档》
    替换已有数据源 基础数据 行情数据 - 五十行代码接入 tushare 行情数据 替换已有数据源 基础数据 通过 $ rqalpha update-bundle 下载的数据有如下文件: $ cd ~ /.rqalpha/ bundle & tree - A - d - L 1   . ├── adjusted_divi...
  • Create from command line

    Create from command line Overview Create project Run main.go Create from command line Overview We can enter golang officially after completing Golang installation, and the t...
  • 3.0.6

    3.0.6 3.0.6 import 修改相对引用为绝对引用 重构配置文件读取功能,分为默认配置,用户配置,项目配置 重构 main() 的 tear_down 的调用 get_previous_trading_date(date, n=1) 增加参数 n 增加公募基金数据处理相关逻辑 修改 mod.tear_down ,如果单个 mod 在 te...
  • Module loading

    Module loading Experimental features Module loading callbacks Module loading Base.require is responsible for loading modules and it also manages the precompilation cache. I...
  • 从命令行创建

    291 2023-06-20 《go-zero v1.5 教程》
    从命令行创建 概览 创建项目 运行 main.go 从命令行创建 概览 我们在完成 Golang 安装后,可以正式进入 golang 开发了,目前比较主流的两款编辑器是 Goland 和 VSCode,除此之外,我们还可以从终端创建 Golang 工程,本文将介绍如何使用命令行创建一个 golang 项目。 创建项目 # 创建 golang...