搜索结果
查询Tags标签: solving,共有 6条记录-
CF1103C Johnny Solving(构造题)
洛谷传送门解题思路 在图上很难做这种构造题,所以一种常用的方法是求出其生成树。 在生成树上做就容易很多。 于是这个题就按照 dfs 序建立一颗生成树,记录下每个节点的返祖边。 于是第一问可以根据树的深度判断是否符合要求,符合的话直接输出。 若没有,则易证第二问一…
2021/9/22 23:12:03 人评论 次浏览 -
CF1103C Johnny Solving(构造题)
洛谷传送门解题思路 在图上很难做这种构造题,所以一种常用的方法是求出其生成树。 在生成树上做就容易很多。 于是这个题就按照 dfs 序建立一颗生成树,记录下每个节点的返祖边。 于是第一问可以根据树的深度判断是否符合要求,符合的话直接输出。 若没有,则易证第二问一…
2021/9/22 23:12:03 人评论 次浏览 -
Python import caffe | 使用 Anaconda安装caffe | ModuleNotFoundError: No module named ‘caffe‘ | 简记
文章目录
2021/9/7 17:06:38 人评论 次浏览 -
Python import caffe | 使用 Anaconda安装caffe | ModuleNotFoundError: No module named ‘caffe‘ | 简记
文章目录
2021/9/7 17:06:38 人评论 次浏览 -
Wavebee SDK solving compatibility problem with ubuntu20
Wavebee SDK was designed for ubuntu16, not compatible with Ubuntu 20. Solution: install libssl1.0-dev link: https://www.garron.me/en/linux/install-ruby-2-3-3-ubuntu.html Edit this file /etc/apt/sources.list and add this line to the end of it. deb http…
2021/7/14 7:04:52 人评论 次浏览 -
Wavebee SDK solving compatibility problem with ubuntu20
Wavebee SDK was designed for ubuntu16, not compatible with Ubuntu 20. Solution: install libssl1.0-dev link: https://www.garron.me/en/linux/install-ruby-2-3-3-ubuntu.html Edit this file /etc/apt/sources.list and add this line to the end of it. deb http…
2021/7/14 7:04:52 人评论 次浏览