Follow me on GitHub
摘要: 1. 安装git 安装连接:http://git-scm.com/download/linux (LINUX) https://git-scm.com/downloads (Windows) 2. 安装后配置环境变量 我的电脑右键 -> 属性 -> 左边栏高级系统设置 -> 环境变量 -> 系统变量 阅读全文
posted @ 2019-07-26 05:12 SiyuanChen 阅读(8317) 评论(0) 推荐(0) 编辑
摘要: 1.背景 在python运行一些,计算复杂度比较高的函数时,服务器端单核CPU的情况比较耗时,因此需要多CPU使用多进程加快速度 2.函数要求 笔者使用的是:pathos.multiprocessing 库,进度条显示用tqdm库,安装方法: 安装完成后 3.代码 定义一个 函数 F [ X ] , 阅读全文
posted @ 2019-07-26 04:59 SiyuanChen 阅读(5190) 评论(0) 推荐(1) 编辑