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

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

    Strings Strings Core.AbstractChar — Type. The AbstractChar type is the supertype of all character implementations in Julia. A character represents a Unicode code point, and...
  • 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...
  • Strings

    Strings Characters String Basics Unicode and UTF-8 Concatenation Interpolation Triple-Quoted String Literals Common Operations Non-Standard String Literals Regular Expressi...
  • Types

    Types Type Declarations Abstract Types Primitive Types Composite Types Mutable Composite Types Declared Types Type Unions Parametric Types Parametric Composite Types Parame...
  • Running External Programs

    Running External Programs Interpolation Quoting Pipelines Avoiding Deadlock in Pipelines Complex Example Cmd Objects Running External Programs Julia borrows backtick nota...
  • Running External Programs

    Running External Programs Interpolation Quoting Pipelines Avoiding Deadlock in Pipelines Complex Example Cmd Objects Running External Programs Julia borrows backtick nota...
  • Noteworthy Differences from other Languages

    Noteworthy Differences from other Languages Noteworthy differences from MATLAB Noteworthy differences from R Noteworthy differences from Python Noteworthy differences from C/C++...
  • Tasks

    Tasks Tasks Core.Task — Type Task ( func ) Create a Task (i.e. coroutine) to execute the given function func (which must be callable with no arguments). The task exits ...
  • Unicode

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