书栈网 · BookStack 本次搜索耗时 0.063 秒,为您找到 2306 个相关结果.
  • 内存映射 I/O

    内存映射 I/O 内存映射 I/O Mmap.Anonymous — Type Mmap . Anonymous ( name :: AbstractString = "" , readonly :: Bool = false , create :: Bool = true ) Create an IO -like object f...
  • Memory-mapped I/O

    Memory-mapped I/O Memory-mapped I/O Mmap . Anonymous ( name :: AbstractString = "" , readonly :: Bool = false , create :: Bool = true ) Create an IO -like object for crea...
  • Workflow Tips

    Workflow Tips REPL-based workflow A basic editor/REPL workflow Browser-based workflow Revise-based workflows Workflow Tips Here are some tips for working with Julia efficie...
  • Workflow Tips

    Workflow Tips REPL-based workflow A basic editor/REPL workflow Browser-based workflow Revise-based workflows Workflow Tips Here are some tips for working with Julia efficie...
  • 数学运算和初等函数

    数学运算和初等函数 算术运算符 位运算符 复合赋值操作符 向量化 dot 运算符 数值比较 链式比较 初等函数 运算符的优先级与结合性 数值转换 舍入函数 除法函数 符号和绝对值函数 幂、对数与平方根 三角和双曲函数 特殊函数 数学运算和初等函数 Julia 为它所有的基础数值类型,提供了整套的基础算术和位运算,也提供了...
  • 排序及相关函数

    排序及相关函数 排序函数 排列顺序相关的函数 排序算法 排序及相关函数 Julia 拥有为数众多的灵活的 API,用于对已经排序的值数组进行排序和交互。默认情况下,Julia 会选择合理的算法并按标准升序进行排序: julia > sort ([ 2 , 3 , 1 ]) 3 - element Array { Int64 , 1 }...
  • Sockets

    Sockets Sockets Sockets.Sockets — Module. Support for sockets. Provides IPAddr and subtypes, TCPSocket , and UDPSocket . source Sockets.connect — Method. connect (...
  • Functions

    Functions Argument Passing Behavior Argument-type declarations The return Keyword Return type Returning nothing Operators Are Functions Operators With Special Names Anonymou...
  • 构造函数

    构造函数 外部构造方法 内部构造方法 Incomplete Initialization Parametric Constructors Case Study: Rational Outer-only constructors 构造函数 构造函数 [1] 是用来创建新对象 – 确切地说,是创建 @ref ">Composite Type...
  • 1.2 安装和启动

    952 2021-03-19 《Julia 编程基础》
    1.2 安装和启动 1.2 安装和启动 我们可以通过多种方式安装 Julia 编程语言,但我建议你使用二进制安装包文件,因为这样最便捷。你可以从该语言的官方中文网站的下载页面 中下载安装包文件。如果你在访问这个页面时发现打不开或者非常慢,那么也可以去中国科学技术大学建立的镜像站点 或者浙江大学建立的镜像站点 下载相应的文件。 请注意,本书讲解的 J...