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

    Unit Testing Testing Base Julia Basic Unit Tests Working with Test Sets Testing Log Statements Other Test Macros Broken Tests Creating Custom AbstractTestSet Types Test util...
  • 类型

    类型 类型声明 抽象类型 原始类型 复合类型 可变复合类型 已声明的类型 类型共用体 参数类型 参数复合类型 参数抽象类型 元组类型 变参元组类型 具名元组类型 单态类型 参数原始类型 UnionAll 类型 类型别名 类型操作 自定义 pretty-printing 值类型 类型 通常,我们把程序语言中的类型...
  • 函数

    函数 参数传递行为 return 关键字 返回类型 Returning nothing 操作符也是函数 具有特殊名称的操作符 匿名函数 元组 具名元组 多返回值 参数解构 变参函数 可选参数 关键字参数 默认值作用域的计算 函数参数中的 Do 结构 Function composition and piping 向量化函数的...
  • 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...
  • 多线程

    多线程 启用Julia多线程 数据竞争自由 @threads宏 原子操作 field粒度的原子操作 副作用和可变的函数参数 @threadcall 注意! 终结器的安全使用 多线程 访问此 博客文章 以了解 Julia 多线程特性。 启用Julia多线程 Julia 默认启动一个线程执行代码,这点可以通过 Threads.n...
  • 类型

    类型 类型声明 抽象类型 原始类型 复合类型 可变复合类型 已声明的类型 类型共用体 参数类型 参数复合类型 参数抽象类型 元组类型 变参元组类型 具名元组类型 参数原始类型 UnionAll 类型 单例类型 Type{T} 类型选择器 类型别名 类型操作 自定义 pretty-printing 值类型 类型 ...
  • 常见问题

    常见问题 会话和 REPL 如何从内存中删除某个对象? 如何在会话中修改某个类型的声明? 脚本 该如何检查当前文件是否正在以主脚本运行? 怎样在脚本中捕获 CTRL-C ? 怎样通过 #!/usr/bin/env 传递参数给 julia? 函数 向函数传递了参数 x,在函数中做了修改,但是在函数外变量 x 的值还是没有变。为什么? 函数内部能...
  • Asynchronous Programming

    Asynchronous Programming Basic Task operations Communicating with Channels More on Channels More task operations Tasks and events Asynchronous Programming When a program n...
  • Asynchronous Programming

    Asynchronous Programming Basic Task operations Communicating with Channels More on Channels More task operations Tasks and events Asynchronous Programming When a program n...
  • Random Numbers

    Random Numbers Random numbers module Random generation functions Subsequences, permutations and shuffling Generators (creation and seeding) ) Hooking into the Random API Genera...