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

    数组 构造函数与类型 基础函数 广播与矢量化 索引与赋值 Views (SubArrays 以及其它 view 类型) Concatenation and permutation Array functions Combinatorics 数组 构造函数与类型 Core.AbstractArray — Type Abstra...
  • 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++...
  • Mathematics

    Mathematics Mathematical Operators Mathematical Functions Examples Customizable binary operators Mathematics Mathematical Operators Base.:- — Method -( x ) Unary mi...
  • 整数和浮点数

    整数和浮点数 整数 溢出行为 除法错误 浮点数 浮点数中的零 特殊的浮点值 机器精度 舍入模式 基础知识与参考文献 任意精度算术 数值字面量系数 语法冲突 零和一的字面量 整数和浮点数 整数和浮点值是算术和计算的基础。这些数值的内置表示被称作原始数值类型(numeric primitive),且整数和浮点数在代码中作为立即数...
  • 整数和浮点数

    整数和浮点数 整数 溢出行为 除法错误 浮点数 浮点数中的零 特殊的浮点值 机器精度 舍入模式 基础知识与参考文献 任意精度算术 数值字面量系数 语法冲突 零和一的字面量 整数和浮点数 整数和浮点值是算术和计算的基础。这些数值的内置表示被称作原始数值类型(numeric primitive),且整数和浮点数在代码中作为立即数...
  • 11.1 最简单的代码块

    593 2021-03-19 《Julia 编程基础》
    11.1 最简单的代码块 11.1 最简单的代码块 还记得吗?我在第一章的最开始就已经在使用英文分号; 来分隔多个并列的表达式了。例如: julia > a = 5 * 8 ; b = a ^ 2 1600 julia > 这时,Julia 会(从左到右)逐个地对这些表达式进行求值,并把最后一个表达式的结果...
  • gdb 调试提示

    gdb 调试提示 显示 Julia 变量 有用的用于检查的 Julia 变量 Useful Julia functions for Inspecting those variables Inserting breakpoints for inspection from gdb Inserting breakpoints upon certain co...
  • gdb 调试提示

    gdb 调试提示 显示 Julia 变量 有用的用于检查的 Julia 变量 Useful Julia functions for Inspecting those variables Inserting breakpoints for inspection from gdb Inserting breakpoints upon certain co...
  • Strings

    Strings Strings Core.AbstractString — Type The AbstractString type is the supertype of all string implementations in Julia. Strings are encodings of sequences of Unicode co...
  • Collections and Data Structures

    Collections and Data Structures Iteration Constructors and Types General Collections Iterable Collections Indexable Collections Dictionaries Set-Like Collections Dequeues U...