Ai
21 Star 49 Fork 0

Gitee 极速下载/julia-language

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/JuliaLang/julia
Clone or Download
LocalModule.jl 258 Bytes
Copy Edit Raw Blame History
Jameson Nash authored 2018-07-31 21:20 +08:00 . loading: make precompile the default (#26991)
# This file is a part of Julia. License is MIT: https://julialang.org/license
module LocalModule
using Distributed
export myapp
function myapp()
p = addprocs(1)
@everywhere p println("Taking over the world...")
rmprocs(p)
nothing
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/mirrors/julia-language.git
git@gitee.com:mirrors/julia-language.git
mirrors
julia-language
julia-language
master

Search