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

    Environment Variables File locations JULIA_BINDIR JULIA_PROJECT JULIA_LOAD_PATH JULIA_DEPOT_PATH JULIA_HISTORY External applications JULIA_SHELL JULIA_EDITOR Parallelizati...
  • 5.3 浮点数

    916 2021-03-19 《Julia 编程基础》
    5.3 浮点数 5.3.1 精度与换算 5.3.2 值的表示 5.3.3 特殊的浮点数 5.3.4 BigFloat 5.3 浮点数 浮点数可以用来表示小数。在抽象类型AbstractFloat 之下,有 4 个具体的浮点数类型。它们是BigFloat 、Float16 、Float32 和Float64 。 我们先说后 3 个类型。 ...
  • 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...
  • 字符串

    字符串 字符 字符串基础 Unicode 和 UTF-8 拼接 插值 三引号字符串字面量 常见操作 非标准字符串字面量 正则表达式 字节数组字面量 版本号字面量 原始字符串字面量 字符串 字符串是由有限个字符组成的序列。而字符在英文中一般包括字母 A ,B , C 等、数字和常用的标点符号。这些字符由 ASCII 标准统一...
  • 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 :: IO Global variable referring to the stan...
  • 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++...
  • Networking and Streams

    Networking and Streams Basic Stream I/O Text I/O IO Output Contextual Properties Working with Files A simple TCP example Resolving IP Addresses Asynchronous I/O Multicast Re...
  • Arrays

    Arrays Constructors and Types Basic functions Broadcast and vectorization Indexing and assignment Views (SubArrays and other view types) ) Concatenation and permutation Array...
  • Sorting and Related Functions

    Sorting and Related Functions Sorting Functions Order-Related Functions Sorting Algorithms Alternate Orderings Sorting and Related Functions Julia has an extensive, flexibl...
  • Base64

    Base64 Base64 Base64.Base64 — Module Base64 Functionality for base-64 encoded strings and IO. source Base64.Base64EncodePipe — Type Base64EncodePipe ( ostream ) ...