搜索资源列表
pipei
- 任意输入一个由若干个圆括号、方括号和花括号组成字符串,设计一个算法判断该串中的括号是否配对。 -Enter an arbitrary number of parentheses, square brackets and curly braces composed of strings, to design an algorithm to determine the string in brackets whether the pair.
pipei
- 这是我在大学的时候老师讲信号检测与估计理论时候的第七章课件,老师讲得很好,一定对大家有帮助-This is my teacher in college, when speaking when the signal detection and estimation theory of Chapter VII of courseware, the teacher explained things very well, it will surely help us
pipei
- 字符串匹配的随机算法,不同于传统的KMP算法-The random string matching algorithm, the KMP algorithm is different from the traditional
pipei
- 改程序就代码可以找出从不同角度或区间的两幅遥感影像的同名点-Change the program code can find it from different angles of the same name point or interval of two remote sensing images
pipei
- 实现图像的识别,用于匹配两张不同图相同的地方(realize image distinction)
pipei
- 求二分图最大匹配可以用最大流或者匈牙利算法。 最大匹配 给定一个二分图G,在G的一个子图M中,M的边集中的任意两条边都不依附于同一个顶点,则称M是一个匹配. 选择这样的边数最大的子集称为图的最大匹配问题 如果一个匹配中,图中的每个顶点都和图中某条边相关联,则称此匹配为完全匹配,也称作完备匹配。(For maximum matching of two partite graphs, maximum flow or Hungarian algorithm can be used. The maxim