书栈网 · BookStack 本次搜索耗时 0.047 秒,为您找到 2307 个相关结果.
  • 排序及相关函数

    排序及相关函数 排序函数 排列顺序相关的函数 排序算法 排序及相关函数 Julia 拥有为数众多的灵活的 API,用于对已经排序的值数组进行排序和交互。默认情况下,Julia 会选择合理的算法并按标准升序进行排序: julia > sort ([ 2 , 3 , 1 ]) 3 - element Array { Int64 , 1 }...
  • UUIDs

    UUIDs UUIDs UUIDs.uuid1 — Function uuid1 ([ rng :: AbstractRNG = GLOBAL_RNG ]) -> UUID Generates a version 1 (time-based) universally unique identifier (UUID), as spec...
  • UUIDs

    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

    Mathematical Operations and Elementary Functions Arithmetic Operators Bitwise Operators Updating operators Vectorized “dot” operators Numeric Comparisons Chaining comparisons ...
  • 多线程

    多线程 使用线程池的 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

    Integers and Floating-Point Numbers Integers Overflow behavior Division errors Floating-Point Numbers Floating-point zero Special floating-point values Machine epsilon Roundi...
  • Numbers

    Numbers 标准数值类型 抽象数值类型 具象数值类型 数据格式 常用数值函数和常量 整型 长浮点型 Numbers 标准数值类型 抽象数值类型 Core.Number — Type. Number Abstract supertype for all number types. source Core....
  • Mathematical Operations and Elementary Functions

    Mathematical Operations and Elementary Functions Arithmetic Operators Boolean Operators Bitwise Operators Updating operators Vectorized “dot” operators Numeric Comparisons Cha...
  • 与其他语言的显著差异

    与其他语言的显著差异 与 MATLAB 的显著差异 与 R 的显著差异 与 Python 的显著差异 与 C/C++ 的显著差异 = indicates the start of a multiline comment, and =# ends it. 与其他语言的显著差异 与 MATLAB 的显著差异 虽然 MATLAB 用户可能会发...