運用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[]) {
相關文章
相關標籤/搜索