并行计算上机代码
摘要:多线程求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
posted @ 2019-03-18 13:11