摘要: 示例要求:在整数A和B之间找到符合条件的值X,使f(X)=C。 示例代码(需要在VS中开启OpenMP支持): 1 #include<iostream> 2 #include<time.h> 3 #include"omp.h" 4 5 int f(int i) { 6 int i4_huge = 2 阅读全文
posted @ 2018-07-18 23:28 GISQZC 阅读(417) 评论(0) 推荐(0) 编辑