摘要: 1、 fast-3d https://github.com/fverdoja/Fast-3D-Pointcloud-Segmentation 阅读全文
posted @ 2020-06-04 15:05 玥茹苟 阅读(531) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-06-04 14:19 玥茹苟 阅读(200) 评论(0) 推荐(0) 编辑