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