摘要:
1、 fast-3d https://github.com/fverdoja/Fast-3D-Pointcloud-Segmentation 阅读全文
摘要:
1、for循环嵌套 // 首先确保循环之间没有数据依赖, 尽量在外部使用 int a=0; int b=0; void openmpTest1(int thread_num) { #pragma omp parallel for num_threads(thread_num) for(int i=0 阅读全文