书栈网 · BookStack 本次搜索耗时 0.112 秒,为您找到 2306 个相关结果.
  • Parallel Computing

    Parallel Computing Parallel Computing Julia supports these four categories of concurrent and parallel programming: Asynchronous “tasks”, or coroutines : Julia Tasks allow su...
  • Parallel Computing

    Parallel Computing Parallel Computing Julia supports these four categories of concurrent and parallel programming: Asynchronous “tasks”, or coroutines : Julia Tasks allow s...
  • Parallel Computing

    Parallel Computing Parallel Computing Julia supports these four categories of concurrent and parallel programming: Asynchronous “tasks”, or coroutines : Julia Tasks allow su...
  • Interfaces

    Interfaces Iteration Indexing Abstract Arrays Strided Arrays Customizing broadcasting Broadcast Styles Selecting an appropriate output array Extending broadcast with custom i...
  • 统计

    统计 统计 统计模块包含了基本的统计函数。 Statistics.std — Function std ( itr ; corrected :: Bool = true , mean = nothing [, dims ]) Compute the sample standard deviation of collection i...
  • 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...
  • Filesystem

    Filesystem Filesystem Base.Filesystem.pwd — Function pwd () -> AbstractString Get the current working directory. Examples julia > pwd () "/home/JuliaUser" j...
  • Filesystem

    Filesystem Filesystem Base.Filesystem.pwd — Function pwd () -> AbstractString Get the current working directory. See also: cd , tempdir . Examples julia > pwd () ...
  • Methods

    Methods Defining Methods Method Ambiguities Parametric Methods Redefining Methods Design Patterns with Parametric Methods Extracting the type parameter from a super-type Build...
  • 集合和数据结构

    集合和数据结构 迭代 构造函数和类型 通用集合 可迭代集合 可索引集合 字典 类似 Set 的集合 双端队列 集合相关的实用工具 集合和数据结构 迭代 序列迭代由 iterate 实现 广义的 for 循环 for i in iter # or "for i = iter" # body e...