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

    入门 资源 入门 无论是使用预编译好的二进制程序,还是自己从源码编译,安装 Julia 都是一件很简单的事情。 请按照 https://julialang.org/downloads/ 的提示来下载并安装 Julia。 启动一个交互式会话(也叫 REPL)是学习和尝试 Julia 最简单的方法。双击 Julia 的可执行文件或是从命令行运行 j...
  • Sockets

    Sockets.connect — Method. connect ([ host ], port :: Integer ) -> TCPSocket Connect to the host host on port port . Sockets.connect — Method. connect ( path :: Ab...
  • 数学相关

    数学相关 数学运算符 数学函数 Examples 自定义二元运算符 数学相关 数学运算符 Base.:- — Method -( x ) Unary minus operator. See also: abs , flipsign . Examples julia > - 1 - 1 julia > ...
  • Mathematics

    Mathematics Mathematical Operators Mathematical Functions Examples Customizable binary operators Mathematics Mathematical Operators Base.:- — Method -( x ) Unary min...
  • Mathematics

    Mathematics Mathematical Operators Mathematical Functions Examples Customizable binary operators Mathematics Mathematical Operators Base.:- — Method -( x ) Unary ...
  • Single- and multi-dimensional Arrays

    Single- and multi-dimensional Arrays Basic Functions Construction and Initialization Array literals Concatenation Typed array literals Comprehensions Generator Expressions I...
  • gdb debugging tips

    gdb debugging tips Displaying Julia variables Useful Julia variables for Inspecting Useful Julia functions for Inspecting those variables Inserting breakpoints for inspection fr...
  • Integers and Floating-Point Numbers

    Integers and Floating-Point Numbers Integers Overflow behavior Division errors Floating-Point Numbers Floating-point zero Special floating-point values Machine epsilon Roundi...
  • Integers and Floating-Point Numbers

    Integers and Floating-Point Numbers Integers Overflow behavior Division errors Floating-Point Numbers Floating-point zero Special floating-point values Machine epsilon Roundi...
  • Sparse Arrays

    Sparse Arrays Compressed Sparse Column (CSC) Sparse Matrix Storage Sparse Vector Storage Sparse Vector and Matrix Constructors Sparse matrix operations Correspondence of dense ...