- 博客(4)
- 资源 (4)
- 收藏
- 关注
转载 二分法
http://student.zjzk.cn/course_ware/data_structure/web/chazhao/chazhao9.3.1.5.htm 查找功能是数据处理的一个基本功能。数据查找并不复杂,但是如何实现数据又快又好地查找呢?前人在实践中积累的一些方法,值得我们好好学些一下...
2018-08-11 10:23:58
336
原创 彩色图像旋转180度 C++
#include #include using namespace std; using namespace cv; void rotatetTo180(Mat src,Mat dst) { if (src.channels() == 1) { return; } for (int row = 0; row { for (int col = 0;
2017-09-18 11:08:26
1303
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅