webppl Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 12 Packages 49 12.1 WebPPL code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 12 Started 1.1 Try WebPPL The quickest way to get started using WebPPL is by running programs using the code box on webppl.org. WebPPL can also be installed locally and run from the command line. 1.2 Learning syntax. 1.3 Need help? If you have any questions about installing WebPPL or need help with your code, you can get help on the Google group. 1 webppl Documentation, Release 0.9.13 2 Chapter 1. Getting3 魔豆 | 64 页 | 265.88 KB | 3 年前3
MATLAB-掘金量化{'TCLOSE','NEGOTIABLEMV','TOTMKTCAP','TURNRATE'}) 仅提取数据 仅提取数据 - 9 - 本文档使用 掘金量化 构建 典型应用场景 参考处理代码: 1. function data01 = date_fl (data,month) 2. for i = 1:length(data.symbols) 3. date % 数据滑窗获取bar行情的频率为60s的close字段 2. Context.data.frequency_60s.close 字段描述 字段名 类型 描述 symbols cell 标的代码 eob cell 字符格式的bar结束时间点 eobnum mat 数字格式的bar结束时间点 open mat 开盘价 high mat 最高价 low mat 最低价 close mat 函数原型 1. % 获取tick行情的close字段 2. Context.data.frequency_60s.close 字段描述 字段名 类型 描述 symbols cell 标的代码 open cell 开盘价 high cell 最高价 low cell 最低价 close cell 收盘价 cumVolume cell 成交总量/最新成交量,累计值 cumAmount1 魔豆 | 50 页 | 1.33 MB | 3 年前3
MATLAB-掘金量化{'TCLOSE','NEGOTIABLEMV','TOTMKTCAP','TURNRATE'}) 仅提取数据 仅提取数据 - 9 - 本文档使用 掘金量化 构建 典型应用场景 参考处理代码: 1. function data01 = date_fl (data,month) 2. for i = 1:length(data.symbols) 3. date % 数据滑窗获取bar行情的频率为60s的close字段 2. Context.data.frequency_60s.close 字段描述 字段名 类型 描述 symbols cell 标的代码 eob cell 字符格式的bar结束时间点 eobnum mat 数字格式的bar结束时间点 open mat 开盘价 high mat 最高价 low mat 最低价 close mat 函数原型 1. % 获取tick行情的close字段 2. Context.data.frequency_60s.close 字段描述 字段名 类型 描述 symbols cell 标的代码 open cell 开盘价 high cell 最高价 low cell 最低价 close cell 收盘价 cumVolume cell 成交总量/最新成交量,累计值 cumAmount1 魔豆 | 50 页 | 1.33 MB | 3 年前3
Firebird_Language Reference RUSошибок GDSCODE их описание, и SQLCODE ......................................................... 424 C. Зарезервированные и ключевые слова ............................................................... org/manual/pdl.html (HTML). Оригинальное название документа «Руководство по языку SQL Firebird». Copyright (C) 2015. Все права защищены. Адрес электронной почты для контакта:Далее представлен сор, которое позволяет вам внедрять SQL конструкции в ваш непосредственный язык программирования (C, C++, Pascal, Cobol и так далее) и производить обработку этих внедрённых конструкций в правильные вызовы 10 魔豆 | 569 页 | 3.19 MB | 3 年前3
LaTex (tikz) 转换为图像要数十分钟到数小时不等)。 – texlive 自带 standalone 包和 pdftocairo • inkscape 和 ghostscript 可采用默认安装或者改变一下安装路径(非 C 盘) • 关于 pdf2svg ,请在 github 页面下载 zip 压缩包,然后解压出对应系统位元的版本(32 位或 64 位)。之后把解压出来的文件夹路径加到系统的环境变量 Path 中即可。 非用完整路径)。此点会在配置系统环境变量 Path 详述。 2.1 配置系统环境变量 Path 当在 CMD 中键入非完整路径时,譬如调用 pdftocairo 时,只键入“pdftocairo”而不是它完整的 安装路径时(譬如“c:\一些文件夹\pdftocairo.exe”),系统会查找保存在 Path 变量中的路径,看能不能 找到。故此,为了便利和兼容,一般情况下软件安装时都会把自身重要的路径加到 Path 中。 当然 中,“%”是一个保留字,用来表示注释。如果直接使用在 documentclass 之中,则 18 Chapter 5. 转换流程 LaTex (tikz) 转换为图像, 发布 1.0.0 会把其后面的同行代码全部注释掉。这样的话,编译时会出问题。 然而,若用“\”进行转义(即“escape”)的话 standalone 是会把“\”符号作为明文加入到命 令中的。这样一来,命令通常都不对,因为“\”在1 魔豆 | 37 页 | 2.52 MB | 3 年前3
Lyra_Audit_v02Decentralized Signature Category Options Audited file count 17 Lines of Code 5513 Auditor - Lead Trust Auditor - Junior 100proof Time period 09-19/01/23 3, High 11 request. The audit is focused on uncovering security issues and additional bugs contained in the code defined in scope. Some additional recommendations have also been given when appropriate. Given the the leading auditor at competitive auditing service Code4rena, reported several critical issues to Immunefi bug bounty platform and is currently a Code4rena judge. Disclaimer Trust Security0 魔豆 | 24 页 | 605.59 KB | 2 年前3
MongoDB简明教程name:"xiaoming"}) WriteResult({ "nInserted" : 1 }) > db.stu.find() { "_id" : ObjectId("5711a253c95cb3db6c1bd2b9"), "sn" : 1, "name" : "xiaoming" } #增加单个文档并指定_id > db.stu.insert({_id:2,sn:002,name:"hanmmm"}) name:"hanmmm"}) WriteResult({ "nInserted" : 1 }) > db.stu.find() { "_id" : ObjectId("5711a253c95cb3db6c1bd2b9"), "sn" : 1, "name" : "xiaoming" } { "_id" : 2, "sn" : 2, "name" : "hanmmm" } #增加多个文档 > ObjectId("5711a253c95cb3db6c1bd2b9"), "sn" : 1, "name" : "xiaoming" } { "_id" : 2, "sn" : 2, "name" : "hanmmm" } 快速入门 10 { "_id" : 3, "sn" : 2, "name" : "xiaogang" } { "_id" : ObjectId("5711a2c9c95cb3db6c1bd2ba")1 魔豆 | 16 页 | 429.00 KB | 3 年前3
MongoDB简明教程name:"xiaoming"}) WriteResult({ "nInserted" : 1 }) > db.stu.find() { "_id" : ObjectId("5711a253c95cb3db6c1bd2b9"), "sn" : 1, "name" : "xiaoming" } #增加单个文档并指定_id > db.stu.insert({_id:2,sn:002,name:"hanmmm"}) name:"hanmmm"}) WriteResult({ "nInserted" : 1 }) > db.stu.find() { "_id" : ObjectId("5711a253c95cb3db6c1bd2b9"), "sn" : 1, "name" : "xiaoming" } { "_id" : 2, "sn" : 2, "name" : "hanmmm" } #增加多个文档 > ObjectId("5711a253c95cb3db6c1bd2b9"), "sn" : 1, "name" : "xiaoming" } { "_id" : 2, "sn" : 2, "name" : "hanmmm" } 快速入门 10 { "_id" : 3, "sn" : 2, "name" : "xiaogang" } { "_id" : ObjectId("5711a2c9c95cb3db6c1bd2ba")1 魔豆 | 16 页 | 429.00 KB | 3 年前3
SWAT+ Editor DocumentationEditor Documentation 2 User Docs CHAPTER 1 SWAT+ Resources • SWAT+ Editor source code repository • SWAT+ source code repository maintained by Blackland 3 SWAT+ Editor Documentation 4 Chapter 1. SWAT+ files as inputs to the model. The documentation for these files is still under development. • SWAT+ code repository on Bitbucket 2.4 Database Documentation 2.4.1 Project Database The project database rule int con_out PK id int order int obj_typ text obj_id int hyd_typ text frac real Specific code implementations of each connect table are defined below: class Hru_con(Con): hru = ForeignKeyField(hru_db3 魔豆 | 31 页 | 255.68 KB | 3 年前5
共 9 条
- 1










