上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 89 下一页

2018年7月12日

uint64, sizet_t, ssizet_t

摘要: uint64 在32位平台 typedef unsigned long long int uint64_t;在64位平台 typedef unsigned long int uint64_t;不同的typdef,要求在printf中使用不同的length modifier,uint64_t 在32位 阅读全文

posted @ 2018-07-12 10:08 eustoma 阅读(557) 评论(0) 推荐(0)

2018年7月10日

C语言 数组循环左移问题

摘要: https://blog.csdn.net/u014453898/article/details/77773216#comments 阅读全文

posted @ 2018-07-10 22:23 eustoma 阅读(159) 评论(0) 推荐(0)

C++的继承(三种继承方式)

摘要: https://blog.csdn.net/u014453898/article/details/63684629 阅读全文

posted @ 2018-07-10 22:20 eustoma 阅读(193) 评论(0) 推荐(0)

C++父子类继承时的隐藏、覆盖、重载

摘要: https://www.cnblogs.com/Lalafengchui/p/3994340.html 阅读全文

posted @ 2018-07-10 22:16 eustoma 阅读(74) 评论(0) 推荐(0)

C++的四种cast操作符的区别--类型转换

摘要: https://www.cnblogs.com/welfare/articles/336091.html 阅读全文

posted @ 2018-07-10 21:17 eustoma 阅读(93) 评论(0) 推荐(0)

Java 泛型

摘要: https://blog.csdn.net/lonelyroamer/article/details/7864531 https://blog.csdn.net/lonelyroamer/article/details/7868820 https://blog.csdn.net/claram/art 阅读全文

posted @ 2018-07-10 07:47 eustoma 阅读(87) 评论(0) 推荐(0)

2018年6月28日

face_recognition

摘要: https://github.com/ageitgey/face_recognition 阅读全文

posted @ 2018-06-28 13:16 eustoma 阅读(97) 评论(0) 推荐(0)

2018年6月25日

用于图像分割的卷积神经网络:从R-CNN到Mark R-CNN

摘要: https://www.sohu.com/a/136064409_465975 阅读全文

posted @ 2018-06-25 19:32 eustoma 阅读(136) 评论(0) 推荐(0)

OpenCV探索

摘要: http://www.cnblogs.com/skyfsm/category/1000207.html 阅读全文

posted @ 2018-06-25 19:30 eustoma 阅读(62) 评论(0) 推荐(0)

基于深度学习的目标检测技术演进:R-CNN、Fast R-CNN、Faster R-CNN

摘要: http://www.cnblogs.com/skyfsm/p/6806246.html 阅读全文

posted @ 2018-06-25 19:26 eustoma 阅读(98) 评论(0) 推荐(0)

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 89 下一页

导航