摘要:
近日在书中看到这个方法,受益良多,分享下 public class ManualDiceRolls { //使用蒙特卡洛模拟法并行化模拟掷骰子事件 private static final int N = 100000000; private final double fraction; priva 阅读全文
摘要:
在centos的宿主机上使用Ubuntu镜像时候,执行python脚本遇到 Can't locate Filter/decrypt.pm in @INC (you may need to install the Filter::decrypt module)报错 查阅很多博客 最后在 http:// 阅读全文