书栈网 · BookStack 本次搜索耗时 0.078 秒,为您找到 2306 个相关结果.
  • 多进程和分布式计算

    多进程和分布式计算 访问代码以及加载库 启动和管理 worker 进程 数据转移 全局变量 并行的Map和Loop 远程引用和 AbstractChannel Channel 和 RemoteChannel 远程调用和分布式垃圾回收 本地调用 共享数组 共享数组与分布式垃圾回收 集群管理器 自定义集群管理器的传输方式 LocalMan...
  • 套接字

    套接字 套接字 Sockets.connect — Method connect ([ host ], port :: Integer ) -> TCPSocket Connect to the host host on port port . Sockets.connect — Method connect ( pa...
  • Multi-Threading

    Multi-Threading Synchronization Atomic operations ccall using a threadpool (Experimental) Low-level synchronization primitives Multi-Threading Base.Threads.@threads — Mac...
  • Numbers

    Numbers Standard Numeric Types Abstract number types Concrete number types Data Formats General Number Functions and Constants Integers BigFloats and BigInts Numbers St...
  • 1.5 小结

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

    Multi-Threading Synchronization Atomic operations ccall using a threadpool (Experimental) Low-level synchronization primitives Multi-Threading Base.Threads.@threads — Mac...
  • Distributed Computing

    Distributed Computing Cluster Manager Interface Distributed Computing addprocs ( manager :: ClusterManager ; kwargs ...) -> List of process identifiers Launches worke...
  • 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++...
  • Performance Tips

    Performance Tips Avoid global variables Measure performance with @time and pay attention to memory allocation Tools Avoid containers with abstract type parameters Type declarat...
  • Interfaces

    Interfaces Iteration Indexing Abstract Arrays Strided Arrays Customizing broadcasting Broadcast Styles Selecting an appropriate output array Extending broadcast with custom i...