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

    变量 合法的变量名 命名规范 变量 Julia 语言中,变量是与某个值相关联(或绑定)的名字。你可以用它来保存一个值(例如某些计算得到的结果),供之后的代码使用。例如: # 将 10 赋值给变量 x julia > x = 10 10 # 使用 x 的值做计算 julia > x + 1 11 #...
  • 1.5 小结

    537 2021-03-19 《Julia 编程基础》
    1.5 小结 1.5 小结 在本章,我们先讲了一下 Julia 语言诞生的初衷。然后,我们对它的一些特性进行了略有侧重的说明。Julia 语言中比较亮眼的特性有:可选的类型标注、多重分派机制、多种并行计算方式、元编程的支持、接近 C 语言的性能,等等。 在简要介绍了 Julia 语言的安装以及julia 命令的使用之后,我们立即开始了第一个 Jul...
  • Sockets

    Sockets Sockets Sockets.Sockets — Module Support for sockets. Provides IPAddr and subtypes, TCPSocket , and UDPSocket . source Sockets.connect — Method connect ([ ...
  • 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...
  • Statistics

    Statistics Statistics The Statistics standard library module contains basic statistics functionality. Statistics.std — Function std ( itr ; corrected :: Bool = true , me...
  • Complex and Rational Numbers

    Complex and Rational Numbers Complex Numbers Rational Numbers Complex and Rational Numbers Julia includes predefined types for both complex and rational numbers, and support...
  • Complex and Rational Numbers

    Complex and Rational Numbers Complex Numbers Rational Numbers Complex and Rational Numbers Julia includes predefined types for both complex and rational numbers, and supports...
  • Complex and Rational Numbers

    Complex and Rational Numbers Complex Numbers Rational Numbers Complex and Rational Numbers Julia includes predefined types for both complex and rational numbers, and supports...
  • Complex and Rational Numbers

    Complex and Rational Numbers Complex Numbers Rational Numbers Complex and Rational Numbers Julia includes predefined types for both complex and rational numbers, and supports...
  • Frequently Asked Questions

    Frequently Asked Questions General Is Julia named after someone or something? Why don’t you compile Matlab/Python/R/… code to Julia? Public API How does Julia define its public ...