随笔分类 -  并行计算

并行计算上机代码
摘要:多线程求PI: #include <stdio.h> #include <stdlib.h> #include <pthread.h> double res; typedef struct Args { long n; long begin; long step; } Args; void *cal 阅读全文

posted @ 2019-03-18 13:11 solvit 阅读(480) 评论(0) 推荐(0)

导航