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

    Environment Variables File locations JULIA_BINDIR JULIA_PROJECT JULIA_LOAD_PATH JULIA_DEPOT_PATH JULIA_HISTORY JULIA_MAX_NUM_PRECOMPILE_FILES JULIA_VERBOSE_LINKING Pkg.jl J...
  • 函数

    函数 参数传递行为 return关键字 操作符也是函数 具有特殊名称的操作符 匿名函数 元组 具名元组 多返回值 参数解构 变参函数 Optional Arguments Keyword Arguments Evaluation Scope of Default Values Do-Block Syntax for Function...
  • Scope of Variables

    Scope of Variables Scope constructs Global Scope Local Scope On Soft Scope Let Blocks Loops and Comprehensions Constants Typed Globals Scope of Variables The scope of a...
  • Types

    Types Type Declarations Abstract Types Primitive Types Composite Types Mutable Composite Types Declared Types Type Unions Parametric Types Parametric Composite Types Parame...
  • Dates

    Dates Constructors Durations/Comparisons Accessor Functions Query Functions TimeType-Period Arithmetic Adjuster Functions Period Types Rounding Rounding Epoch API referen...
  • I/O 与网络

    I/O 与网络 通用 I/O 文本 I/O 多媒体 I/O 网络 I/O I/O 与网络 通用 I/O Base.stdout — Constant stdout Global variable referring to the standard out stream. source Base.stderr — Co...
  • Unicode

    Unicode Unicode Unicode.julia_chartransform — Function Unicode . julia_chartransform ( c :: Union { Char , Integer }) Map the Unicode character (Char ) or codepoint (Integ...
  • Statistics

    Statistics Statistics The Statistics standard library module contains basic statistics functionality. Statistics.std — Function std ( itr ; corrected :: Bool = true , mean...
  • Control Flow

    Control Flow Compound Expressions Conditional Evaluation Short-Circuit Evaluation Repeated Evaluation: Loops Exception Handling Built-in Exceptions The throw function Errors ...
  • 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 ...