摘要: Given a binary array, find the maximum number of consecutive 1s in this array if you can flip at most one 0. Example 1: Input: [1,0,1,1,0] Output: 4 E 阅读全文
posted @ 2017-02-07 22:15 Grandyang 阅读(11106) 评论(2) 推荐(2) 编辑
摘要: When compile program using Visual Studio 2015, Matlab 2016b, and OpenCV 3.1.0, one might get the error as follow: Undefined function or variable ‘setI 阅读全文
posted @ 2017-02-07 02:14 Grandyang 阅读(1920) 评论(0) 推荐(0) 编辑
Fork me on GitHub