简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
哪吒开发板试用&结合oak深度相机进行评测
基本思想:收到intel的开发板-小挪吒,正好手中也有oak相机,反正都是openvino一套玩意,进行评测一下,竟然默认是个window系统,刷成linux系统,测试比较方便,虽然window+python代码也可以开发
17. Letter Combinations of a Phone Number
Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telephone buttons) is giv..
3、OpenMP的分段sections、single、nowait、barrier、master、order
基本思想:sections在OpenMP里面属于分迭代任务的分担,总感觉这玩意像FPGA硬件逻辑代码中的分段模块(1)分段执行代码逻辑sections#pragma omp parallel sections{#pragma omp sectionfor (int i = 0; i < num/2; i++) {.....}#pragma omp sectionfor (int i = nu
到底了