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

    Julia 1.4 中文文档 简介 Julia 1.4 中文文档 欢迎来到 Julia 1.4 中文文档(PDF版本 )! 请先阅读 v1.0 正式发布博文 以获得对这门语言的总体概观。我们推荐刚刚开始学习 Julia 语言的朋友阅读中文社区提供的 Julia入门指引 ,也推荐你使用discourse 对遇到的问题进行提问。 关于中文文档 ...
  • 稀疏数组

    稀疏数组 压缩稀疏列(CSC)稀疏矩阵存储 稀疏向量储存 稀疏向量与矩阵构造函数 稀疏矩阵的操作 Correspondence of dense and sparse methods Sparse Arrays 稀疏数组 Julia 在 SparseArrays 标准库模块中提供了对稀疏向量和稀疏矩阵 的支持。与稠密数组相比,包含足够多...
  • 元编程

    元编程 程序表示 符号 表达式与求值 引用 Interpolation Splatting 插值 嵌套引用 QuoteNode Evaluating expressions 关于表达式的函数 宏 基础 Hold up: why macros? 宏的调用 构建高级的宏 卫生宏 宏与派发 代码生成 非标准字符串字面量 生成函...
  • 3.1 变量的定义

    534 2021-03-19 《Julia 编程基础》
    3.1 变量的定义 3.1 变量的定义 变量不只能代表所谓的中间结果,而是可以代表任何值。当我们在 REPL 环境中定义一个变量的时候,它就会回显该变量名所代表的值。例如: julia > x = 2020 2020 julia > 在这之后,我们也可以输入这个变量名,以此让 REPL 环境回显它代表的那个值: jul...
  • Distributed Computing

    Distributed Computing Cluster Manager Interface Distributed Computing Tools for distributed parallel processing. Distributed.addprocs — Function addprocs ( manager :: Clust...
  • 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...
  • 工作流程建议

    工作流程建议 基于 REPL 的工作流程 一个基本的编辑器 / REPL 工作流程 基于浏览器的工作流程 Revise-based workflows 工作流程建议 这里是高效使用 Julia 的一些建议。 基于 REPL 的工作流程 正如在 Julia REPL 中演示的那样,Julia 的 REPL 为高效的交互式工作流程提供了丰...
  • Calling C and Fortran Code

    Calling C and Fortran Code Creating C-Compatible Julia Function Pointers Mapping C Types to Julia Automatic Type Conversion Type Correspondences Bits Types Struct Type Correspo...
  • 单元测试

    单元测试 测试 Julia Base 库 基本的单元测试 Working with Test Sets 其他测试宏 损坏的测试 自定义 AbstractTestSet 类型 单元测试 测试 Julia Base 库 Julia is under rapid development and has an extensive test s...
  • 单元测试

    单元测试 测试 Julia Base 库 基本的单元测试 Working with Test Sets 其他测试宏 损坏的测试 自定义 AbstractTestSet 类型 单元测试 测试 Julia Base 库 Julia is under rapid development and has an extensive test s...