just do it

与其苟延残喘,不如纵情燃烧

摘要: 读取本地视频&打开摄像头 OpenCV中VideoCapture中有三个构造函数 + VideoCapture(); + VideoCapture(const String& filename, int apiPreference = CAP_ANY); + VideoCapture(int ind 阅读全文
posted @ 2019-05-06 15:13 elong1995 阅读(10496) 评论(0) 推荐(0) 编辑
摘要: + Make English as your working language. + Practice makes perfect. + All experience comes from mistakes. + Don t be one of the leeches. + Either stand 阅读全文
posted @ 2019-05-06 14:39 elong1995 阅读(214) 评论(0) 推荐(0) 编辑
摘要: ``` class Solution { public: vector twoSum(vector& nums, int target) { vector s; if(nums.size()==0&&target==0) { return s; } for(int i=0; i 阅读全文
posted @ 2019-05-06 12:46 elong1995 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 生活朝那个方向走,充满了机缘巧合,和读研没有关系 阅读全文
posted @ 2019-05-06 11:15 elong1995 阅读(121) 评论(0) 推荐(0) 编辑