yyyyyyyyyyyyyyyyyyyy

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 202 203 204 205 206 207 208 209 210 ··· 367 下一页

2016年1月24日 #

摘要: Topic Name Reference code Image Segmentation Segmentation by Minimum Code Length AY Yang, J. Wright, S. Shankar Sastry, Y. Ma , Unsupervised Segmentat 阅读全文
posted @ 2016-01-24 15:06 xxxxxxxx1x2xxxxxxx 阅读(369) 评论(0) 推荐(0)

摘要: Topic Name Reference code Feature Detection, Feature Extraction, and Action Recognition Space-Time Interest Points (STIP) I. Laptev, On Space-Time Int 阅读全文
posted @ 2016-01-24 15:06 xxxxxxxx1x2xxxxxxx 阅读(383) 评论(0) 推荐(0)

摘要: 计算机视觉与模式识别代码合集第二版three Topic Name Reference code Optical Flow Horn and Schunck's Optical Flow code Optical Flow Black and Anandan's Optical Flow code 阅读全文
posted @ 2016-01-24 15:05 xxxxxxxx1x2xxxxxxx 阅读(363) 评论(0) 推荐(0)

摘要: 牛人主页(主页有很多论文代码)Serge Belongieat UC San DiegoAntonio Torralbaat MITAlexei Ffrosat CMUCe Liuat Microsoft Research New EnglandVittorio Ferrariat Univ.of ... 阅读全文
posted @ 2016-01-24 15:04 xxxxxxxx1x2xxxxxxx 阅读(583) 评论(0) 推荐(0)

摘要: 计算机视觉、模式识别方面稍微容易中的期刊分类: 杂谈 (1)pattern recognition letters, 从投稿到发表,一年半时间(2)Pattern recognition 不好中,时间长(3)IEICE Transactions on Information and Systems,... 阅读全文
posted @ 2016-01-24 15:04 xxxxxxxx1x2xxxxxxx 阅读(931) 评论(0) 推荐(0)

2016年1月22日 #

摘要: grep -io "http:/=[A-Z0-9]\{16\}" ./wsxf.txt >wsxf_urls.txt grep用法详解:grep与正则表达式 首先要记住的是: 正则表达式与通配符不一样,它们表示的含义并不相同!正则表达式只是一种表示法,只要工具支持这种表示法, 那么该工具就可以处理正 阅读全文
posted @ 2016-01-22 21:09 xxxxxxxx1x2xxxxxxx 阅读(3021) 评论(0) 推荐(0)

摘要: delete 阅读全文
posted @ 2016-01-22 20:59 xxxxxxxx1x2xxxxxxx 阅读(168) 评论(0) 推荐(0)

摘要: 1. 同时修改文件的修改时间和访问时间touch -d "2010-05-31 08:10:30" test.doc2. 只修改文件的修改时间touch -m -d "2010-05-31 08:10:30" test.doc3. 只修改文件的访问时间touch -a -d "2010-05-31 ... 阅读全文
posted @ 2016-01-22 18:10 xxxxxxxx1x2xxxxxxx 阅读(443) 评论(0) 推荐(0)

摘要: rzsz不能大于4G,securefx传5.2G没有问题,查看系统限制:$ulimit -acore file size (blocks, -c) 0data seg size (kbytes, -d) unlimitedscheduling priority (-e) 0file size (bl... 阅读全文
posted @ 2016-01-22 18:04 xxxxxxxx1x2xxxxxxx 阅读(215) 评论(0) 推荐(0)

摘要: 一般的爬虫都是直接使用http协议,下载指定url的html内容,并对内容进行分析和抽取。在我写的爬虫框架webmagic里也使用了HttpClient来完成这样的任务。但是有些页面是通过js以及ajax动态加载的,例如:花瓣网。这时如果我们直接分析原始页面的html,是得不到有效的信息的。当然,因... 阅读全文
posted @ 2016-01-22 01:02 xxxxxxxx1x2xxxxxxx 阅读(362) 评论(0) 推荐(0)

上一页 1 ··· 202 203 204 205 206 207 208 209 210 ··· 367 下一页