书栈网 · BookStack 本次搜索耗时 0.056 秒,为您找到 2307 个相关结果.
  • Running External Programs

    Running External Programs Interpolation Quoting Pipelines Avoiding Deadlock in Pipelines Complex Example Running External Programs Julia borrows backtick notation for comm...
  • 缺失值

    缺失值 缺失值的传播 相等和比较运算符 逻辑运算符 流程控制和短路运算符 包含缺失值的数组 跳过缺失值 数组上的逻辑运算 缺失值 Julia 支持表示统计意义上的缺失值,即某个变量在观察中没有可用值,但在理论上存在有效值的情况。缺失值由 missing 对象表示,该对象是 Missing 类型的唯一实例。missing 等价于...
  • I/O and Network

    I/O and Network General I/O Text I/O Multimedia I/O Network I/O I/O and Network General I/O Base.stdout — Constant stdout Global variable referring to the standard ...
  • 入门

    入门 资源 入门 无论是使用预编译好的二进制程序,还是自己从源码编译,安装 Julia 都是一件很简单的事情。 请按照 https://julialang.org/downloads/ 的提示来下载并安装 Julia。 如果你是从下面的某一种语言切换到 Julia 的话,那么你应该首先阅读与这些语言有显著差异的那一部分 MATLAB , R ,...
  • Getting Started

    Getting Started Resources Getting Started Julia installation is straightforward, whether using precompiled binaries or compiling from source. Download and install Julia by fol...
  • Reporting and analyzing crashes (segfaults)

    Reporting and analyzing crashes (segfaults) ) Version/Environment info Segfaults during bootstrap (sysimg.jl) ) Segfaults when running a script Errors during Julia startup Othe...
  • Variables

    Variables Allowed Variable Names Stylistic Conventions Variables A variable, in Julia, is a name associated (or bound) to a value. It’s useful when you want to store a value ...
  • Tasks

    Tasks Scheduling Synchronization Channels Low-level synchronization using schedule and wait Tasks Core.Task — Type Task ( func ) Create a Task (i.e. coroutine) to exe...
  • 文件系统

    文件系统 文件系统 Base.Filesystem.pwd — Function pwd () -> AbstractString Get the current working directory. Examples julia > pwd () "/home/JuliaUser" julia > cd (...
  • Running External Programs

    Running External Programs Interpolation Quoting Pipelines Avoiding Deadlock in Pipelines Complex Example Running External Programs Julia borrows backtick notation for comm...