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

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

    Random Numbers Random numbers module Random generation functions Subsequences, permutations and shuffling Generators (creation and seeding) ) Hooking into the Random API Genera...
  • Scope of Variables

    Scope of Variables Scope constructs Global Scope Local Scope On Soft Scope Let Blocks Loops and Comprehensions Constants Scope of Variables The scope of a variable is th...
  • Linear Algebra

    Linear Algebra Special matrices Elementary operations Matrix factorizations The uniform scaling operator Matrix factorizations Standard functions Low-level matrix operations ...
  • 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...
  • Multi-processing and Distributed Computing

    Multi-processing and Distributed Computing Code Availability and Loading Packages Starting and managing worker processes Data Movement Global variables Parallel Map and Loops ...
  • Random Numbers

    Random Numbers Random generation functions Subsequences, permutations and shuffling Generators (creation and seeding) Hooking into the Random API Generating random values of cus...
  • 多线程

    多线程 使用线程池的 ccal 方法(实验性) 同步原始类型 多线程 这个实验性接口支持 Julia 的多线程功能。 类型和函数在本节的相关描述很有可能会在未来进行修改。 Base.Threads.threadid — Function Threads . threadid () Get the ID number of the c...
  • Environment Variables

    Environment Variables File locations JULIA_BINDIR JULIA_PROJECT JULIA_LOAD_PATH JULIA_DEPOT_PATH JULIA_HISTORY JULIA_PKGRESOLVE_ACCURACY External applications JULIA_SHELL J...