摘要: 用VS新建一个工程后,首先要右键项目,属性--C/C++--语言,,在右边的对话框中OpenMP支持选择是;程序代码为:#include#include#include static long num_steps = 100000;double step,pi;void main(){ clo... 阅读全文
posted @ 2014-12-22 13:10 DancingWing 阅读(287) 评论(0) 推荐(0)