04 2016 档案

摘要:Description The FBI is conducting a surveillance of a known criminal hideout which serves as a communication center for a number of men and women of n 阅读全文
posted @ 2016-04-29 19:36 郭新晨 阅读(310) 评论(0) 推荐(0) 编辑
摘要:https://www.objc.io/issues/21-camera-and-photos/face-recognition-with-opencv/ 阅读全文
posted @ 2016-04-28 10:20 郭新晨 阅读(128) 评论(0) 推荐(0) 编辑
摘要:http://bytefish.de/blog/extracting_contours_with_opencv/ 阅读全文
posted @ 2016-04-27 11:04 郭新晨 阅读(114) 评论(1) 推荐(0) 编辑
摘要:http://www.shervinemami.info/faceRecognition.html http://docs.opencv.org/2.4/modules/contrib/doc/facerec/facerec_tutorial.html 阅读全文
posted @ 2016-04-26 19:10 郭新晨 阅读(196) 评论(0) 推荐(0) 编辑
摘要:http://www.intorobotics.com/how-to-detect-and-track-object-with-opencv/ 阅读全文
posted @ 2016-04-26 17:26 郭新晨 阅读(176) 评论(0) 推荐(0) 编辑
摘要:http://www.pyimagesearch.com/2015/05/25/basic-motion-detection-and-tracking-with-python-and-opencv/ 阅读全文
posted @ 2016-04-26 17:15 郭新晨 阅读(243) 评论(0) 推荐(0) 编辑
摘要:http://www.pyimagesearch.com/2015/09/14/ball-tracking-with-opencv/ 阅读全文
posted @ 2016-04-26 17:13 郭新晨 阅读(238) 评论(0) 推荐(0) 编辑
摘要:http://wenku.baidu.com/link?url=GWiNRy_9mzqBZ9_2DDZbHRZbBbaBofhs1Y0pBS7aiE5oab8TY78r_z6aAlqo_L9AZzD4emhg49YyXDibk0irz1RrMOWrfkPiNRSKHfaRcAu 阅读全文
posted @ 2016-04-26 15:23 郭新晨 阅读(702) 评论(0) 推荐(0) 编辑
摘要:见截图 阅读全文
posted @ 2016-04-26 14:56 郭新晨 阅读(169) 评论(0) 推荐(0) 编辑
摘要:http://www.jayrambhia.com/ 阅读全文
posted @ 2016-04-26 11:05 郭新晨 阅读(122) 评论(0) 推荐(0) 编辑
摘要:题目描述: 给定一个字符串,要求把字符串的前k个字符移到尾部,例如abcdef,前两个字符ab移到尾部,变成cdefab 阅读全文
posted @ 2016-04-22 09:49 郭新晨 阅读(181) 评论(1) 推荐(0) 编辑
摘要:Description Little Johnny has got a new car. He decided to drive around the town to visit his friends. Johnny wanted to visit all his friends, but the 阅读全文
posted @ 2016-04-20 19:04 郭新晨 阅读(231) 评论(3) 推荐(0) 编辑
摘要:Description The GX Light Pipeline Company started to prepare bent pipes for the new transgalactic light pipeline. During the design phase of the new p 阅读全文
posted @ 2016-04-19 17:50 郭新晨 阅读(113) 评论(0) 推荐(0) 编辑
摘要:#include <iostream>#include <cstdio>#include <cmath> #include <string>#include <vector> using namespace std; bool compSameLen(char* first, char* secon 阅读全文
posted @ 2016-04-18 16:42 郭新晨 阅读(214) 评论(6) 推荐(0) 编辑
摘要:Description You, as a member of a development team for a new spell checking program, are to write a module that will check the correctness of given wo 阅读全文
posted @ 2016-04-18 11:42 郭新晨 阅读(123) 评论(1) 推荐(0) 编辑
摘要:http://physbam.stanford.edu/~fedkiw/ 阅读全文
posted @ 2016-04-18 11:09 郭新晨 阅读(210) 评论(0) 推荐(0) 编辑
摘要:Description New convocation of The Fool Land's Parliament consists of N delegates. According to the present regulation delegates should be divided int 阅读全文
posted @ 2016-04-12 19:22 郭新晨 阅读(172) 评论(6) 推荐(0) 编辑
摘要:#include <iostream>#include <cstdio>#include <cmath>#include <stack>#include <string> using namespace std; int main(){ char command[16]; char url[71]; 阅读全文
posted @ 2016-04-12 13:43 郭新晨 阅读(164) 评论(0) 推荐(0) 编辑
摘要:Description Standard web browsers contain features to move backward and forward among the pages recently visited. One way to implement these features 阅读全文
posted @ 2016-04-11 19:22 郭新晨 阅读(213) 评论(2) 推荐(0) 编辑
摘要:#include <iostream>#include <cstdio>#include <cmath> int main(){ int num; while (scanf_s("%d",&num) != EOF) { int cnt = 2; long long testNum = 11; whi 阅读全文
posted @ 2016-04-11 12:19 郭新晨 阅读(165) 评论(3) 推荐(0) 编辑
摘要:Given any integer 0 ≤ n ≤ 10000 not divisibleby 2 or 5, some multiple of n is a number whichin decimal notation is a sequence of 1’s. Howmany digits a 阅读全文
posted @ 2016-04-11 11:43 郭新晨 阅读(165) 评论(1) 推荐(0) 编辑

点击右上角即可分享
微信分享提示