- 博客(2)
- 资源 (3)
- 收藏
- 关注
原创 数据结构常用函数
1.队列python队列queue = []queue.append(x) #插入元素到尾部queue.pop(0) #弹出第一个元素len(queue) #队列长度java队列Queue<Integer> queue = new LinkedList<>();queue.add(index,x) #插入元素到index,index不填默认为最后queue.poll() #弹出第一个元素queue.size() #队列长度2.栈
2020-09-30 23:11:08
1241
转载 catkin_make出错。Makefile:138: recipe for target ‘all‘ failed
catkin_make出错。Makefile:138: recipe for target ‘all’ failedMakefile:138: recipe for target ‘all’ failedmake: *** [all] Error 2Invoking “make -j4 -l4” failed解决方法// A code blockusername@username:~/catkin_ws/src$ sudo chown -R username /home/username/cat
2020-09-08 22:13:54
4693
4
模板匹配手写数字识别.zip
2019-12-23
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人