书栈网 · BookStack 本次搜索耗时 0.147 秒,为您找到 2307 个相关结果.
  • 5.3 浮点数

    917 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 个类型。 ...
  • Printf

    Printf Printf Printf.@printf — Macro @printf ([ io :: IO ], "%Fmt" , args ...) Print args using C printf style format specification string. Optionally, an IO may be ...
  • Multi-processing and Distributed Computing

    Multi-processing and Distributed Computing Code Availability and Loading Packages Starting and managing worker processes Data Movement Global variables Parallel Map and Loops ...
  • 字符串

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

    Linear Algebra Special matrices Elementary operations Matrix factorizations The uniform scaling operator Matrix factorizations Standard functions Low-level matrix operations ...
  • 变量

    变量 合法的变量名 命名规范 变量 Julia 语言中,变量是与某个值相关联(或绑定)的名字。你可以用它来保存一个值(例如某些计算得到的结果),供之后的代码使用。例如: # Assign the value 10 to the variable x julia > x = 10 10 # Doing math with ...
  • Base64

    Base64 Base64 Base64.Base64 — Module Base64 Functionality for base64 encoding and decoding , a method to represent binary data using text, common on the web. Base64.Base6...
  • Base64

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

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