码迷,mamicode.com
首页 >  
搜索关键字:matching    ( 1028个结果
[翻译]鲁棒的尺度不变特征匹配在遥感图像配准中应用(Robust Scale-Invariant Feature Matching for Remote Sensing Image Registration)
李乔亮,汪国有,刘建国,会员,IEEE,和陈少波 2008年8月7日接收;2008年10月22日和2008年11月27日修改。2009年2月2日首版;当前版本出版于2009年4月17日。本项工作由中国国家基础研究项目60672060资助。 中国湖北省武汉市华中科技大学模式识别与人工智能国家重点实验室...
分类:其他好文   时间:2014-10-20 23:01:58    阅读次数:1066
防火墙 iptables检测是否有重复的规则
iptables新版本中有-C选项进行检测。如下: # iptables -C INPUT -p tcp --dport 8080 --jump ACCEPT iptables: Bad rule (does a matching rule exist in that chain?). # echo $? 1 # iptables -A INPUT -p tcp...
分类:其他好文   时间:2014-10-20 19:41:26    阅读次数:155
stereo matching
基于"Segment-Based Stereo Matching Using Belief Propagation and a Self-Adapting Dissimilarity Measure"的matlab代码
分类:其他好文   时间:2014-10-18 18:10:28    阅读次数:319
NYoj-Binary String Matching-KMP算法
Binary String Matching 时间限制:3000 ms  |  内存限制:65535 KB 难度:3 描述Given two strings A and B, whose alphabet consist only ‘0’ and ‘1’. Your task is only to tell how many times does A appear as ...
分类:编程语言   时间:2014-10-18 09:50:53    阅读次数:238
NYoj-Binary String Matching-BF算法
Binary String Matching 时间限制:3000 ms  |  内存限制:65535 KB 难度:3 描述Given two strings A and B, whose alphabet consist only ‘0’ and ‘1’. Your task is only to tell how many times does A appear as ...
分类:编程语言   时间:2014-10-17 23:28:22    阅读次数:391
leetcode第十题--Regular Expression Matching
Problem:Implement regular expression matching with support for '.' and '*'. '.' Matches any single character. '*' Matches zero or more of the precedin...
分类:其他好文   时间:2014-10-14 02:10:07    阅读次数:221
Leetcode: Regular Expression Matching
Implement regular expression matching with support for '.' and '*'.'.' Matches any single character.'*' Matches zero or more of the preceding element....
分类:其他好文   时间:2014-10-13 09:28:09    阅读次数:384
二分图最大匹配
在图论中,匹配是指两两没有公共点的边集。二分图的最大匹配是这样的:给出一个二分图,找到一个边数最大的匹配,即选尽量多的边,使得任意两条选中的边没有公共点。如果所有的点都是匹配点(匹配中的某一条边的端点),则称这个匹配是完美匹配(perfect matching)。下面我们考虑二分图都是联通图,如果是...
分类:其他好文   时间:2014-10-12 12:16:17    阅读次数:200
Regular Expression Matching
[leetcode]Implement regular expression matching with support for '.' and '*'....
分类:其他好文   时间:2014-10-08 18:03:55    阅读次数:184
Leetcode: Wildcard Matching
Implement wildcard pattern matching with support for '?' and '*'.'?' Matches any single character.'*' Matches any sequence of characters (including th...
分类:其他好文   时间:2014-10-08 11:12:55    阅读次数:249
1028条   上一页 1 ... 90 91 92 93 94 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!