英文: Draw random numbers from a custom probability density function in Julia 问题 我想从修改后的指数分布中随机生成数字: p...
子图的坐标轴标签
英文: Axis labeling for subplots 问题 以下是翻译好的部分: "The following code generates this image " 以下...
Julia:识别两个字符串的优雅方式
英文: Julia: elegant way to identify 2 strings 问题 我想知道是否有一种优雅的方法可以通过Julia识别2个字符串。 我的意思是,有2个字符串,例如 1.我认...
自定义使用类似NamedTuple的括号
英文: Custom use of brackets like NamedTuple 问题 以下是翻译好的部分: Does the creation of a NamedTuple rely on m...
Julia类型/继承
英文: Julia Typing/Inheritance 问题 Note: 我找到了这个帖子,并阅读了Julia的文档的这一部分,但我还没有弄清楚。因此,我写了这篇帖子。 假设我们有以下两个结构体: ...
GameZero.jl的Actor()方法无法使用指定的图像。
英文: GameZero.jl Actor() method unable to use specified image 问题 When trying out GameZero.jl, the Act...
你可以如何在Julia中实现广播特化?
英文: How can you specialize broadcasting in julia? 问题 我想为广播操作编写自定义方法 f.(v) 用于我的自定义函数 f。我需要做什么? 英文: I ...
julia – 更好的等待 @async 循环方式
英文: julia - Better way to wait on @async loop 问题 以下是您要翻译的内容: 这个异步循环将立即进入下一行。 在没有条件需要等待时,最佳方式是什么? @as...
在使用Julia中的矢量值函数时的开销
英文: Overhead when using vector-valued functions in Julia 问题 I have noticed that, in Julia, the execu...
生成一个在特定位置为1的向量如何实现?
英文: How to generate a vector with ones at a certain place? 问题 I have a vector with ascending numbers...
13