分类
发现
榜单
服务器优惠
AI论文
免费AI编程助手
搜索
注册
登录
分类
发现
榜单
服务器优惠
AI论文
免费AI编程助手
搜索
注册
登录
搜索
书栈网 · BookStack
本次搜索耗时
0.047
秒,为您找到
2307
个相关结果.
搜书籍
搜文档
排序及相关函数
660
2020-08-12
《Julia 1.3 中文文档》
排序及相关函数 排序函数 排列顺序相关的函数 排序算法 排序及相关函数 Julia 拥有为数众多的灵活的 API,用于对已经排序的值数组进行排序和交互。默认情况下,Julia 会选择合理的算法并按标准升序进行排序: julia > sort ([ 2 , 3 , 1 ]) 3 - element Array { Int64 , 1 }...
UUIDs
400
2020-08-11
《Julia 1.5 中文文档》
UUIDs UUIDs UUIDs.uuid1 — Function uuid1 ([ rng :: AbstractRNG = GLOBAL_RNG ]) -> UUID Generates a version 1 (time-based) universally unique identifier (UUID), as spec...
UUIDs
374
2020-04-29
《Julia 1.1 Documentation》
UUIDs UUIDs UUIDs.uuid1 — Function. uuid1 ([ rng :: AbstractRNG = GLOBAL_RNG ]) -> UUID Generates a version 1 (time-based) universally unique identifier (UUID), as spe...
Mathematical Operations and Elementary Functions
416
2020-04-29
《Julia 1.1 Documentation》
Mathematical Operations and Elementary Functions Arithmetic Operators Bitwise Operators Updating operators Vectorized “dot” operators Numeric Comparisons Chaining comparisons ...
多线程
597
2020-08-10
《Julia 1.2 中文文档》
多线程 使用线程池的 ccal 方法(实验性) 同步原始类型 多线程 这个实验性接口支持 Julia 的多线程功能。 类型和函数在本节的相关描述很有可能会在未来进行修改。 Base.Threads.threadid — Function Threads . threadid () Get the ID number of the c...
2.2 程序包与环境配置
854
2021-03-19
《Julia 编程基础》
2.2 程序包与环境配置 2.2.1 仓库目录 2.2.2 环境配置 2.2 程序包与环境配置 我们已经知道,在 REPL 环境的 pkg 模式中,我们可以通过add 命令安装新的程序包。那么,这些新的程序包都被存储到哪里了呢? 2.2.1 仓库目录 说到程序包的存储,就不得不提及 Julia 的项目环境(project environme...
Integers and Floating-Point Numbers
380
2021-06-29
《Julia 1.6.1 Documentation》
Integers and Floating-Point Numbers Integers Overflow behavior Division errors Floating-Point Numbers Floating-point zero Special floating-point values Machine epsilon Roundi...
Numbers
1103
2018-09-05
《Julia 1.0 中文文档》
Numbers 标准数值类型 抽象数值类型 具象数值类型 数据格式 常用数值函数和常量 整型 长浮点型 Numbers 标准数值类型 抽象数值类型 Core.Number — Type. Number Abstract supertype for all number types. source Core....
Mathematical Operations and Elementary Functions
369
2021-06-29
《Julia 1.6.1 Documentation》
Mathematical Operations and Elementary Functions Arithmetic Operators Boolean Operators Bitwise Operators Updating operators Vectorized “dot” operators Numeric Comparisons Cha...
与其他语言的显著差异
1191
2018-09-05
《Julia 1.0 中文文档》
与其他语言的显著差异 与 MATLAB 的显著差异 与 R 的显著差异 与 Python 的显著差异 与 C/C++ 的显著差异 = indicates the start of a multiline comment, and =# ends it. 与其他语言的显著差异 与 MATLAB 的显著差异 虽然 MATLAB 用户可能会发...
1..
«
40
41
42
43
»
..100