运用OpenMP提速图像处理速度

一、算法测试 // openmptest的测试程序 #include "stdafx.h" void Test(int n){     for (int i=0;i<10000;i++)     {         int j=0;         j = j+1;     }     printf("%d",n); } int _tmain(int argc, _TCHAR* argv[]) {
相关文章
相关标签/搜索