搜索资源列表
pipei
- 这是一个有关匹配的算法 实现的功能是匹配的常用的算法,适合初学者使用
pipei
- 仅初学者使用,十分适合用于学习vb中数组的使用
pipei.rar
- 这是一个用MATLAB编程实现的对两幅图片进行匹配,GUI交互实现两种匹配算法,This is a MATLAB program used to achieve matching of two images, GUI interaction to achieve the two-matching algorithm
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
- 匹配游戏-Match game
PIpei
- 频率匹配软件,从被选数据中查找差值最小,最匹配的那个-Frequency matching software, selected data from the margin to find the smallest, most of the match
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
- 自己编的中英文混合模式匹配,用KMP算法实现。-Own series of mixed pattern matching, KMP algorithm used.
pipei
- 简单,快速的退相匹配程序,适合简单背景下的图像匹配-Simple, fast dephasing matching program, suitable for simple background image matching
pipei
- 改程序就代码可以找出从不同角度或区间的两幅遥感影像的同名点-Change the program code can find it from different angles of the same name point or interval of two remote sensing images
PiPei
- 图像匹配核心文件,下载下来,导入工程直接可以使用,但前提是安装opencv-Image matching core files, downloaded, can be used directly into the project, but the premise is to install opencv
NOI97-pipei
- NOI97难题:文件匹配,正则表达式匹配问题,代码及测试文档-NOI97 wildcard
pipei
- 软件测试匹配输入的程序段中括号数量是否相等。-Software Test match the input block is equal to the number of brackets.
halcon-pipei
- 基于C# 调用halcon的库函数,进行轮廓匹配,快速搭配C#下的机器视觉-Based on the C# call Halcon library functions, contour matching, fast collocation C# machine vision
pipei
- 匹配小游戏,适合初学VB2010的人员参考-matching gammer
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