CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 最大匹配

搜索资源列表

  1. biMatichHungary

    0下载:
  2. 偶图最大匹配完全照算法说明利用集合运算实现的matlab代码。这里需要大家讨论的是增广路的选取的算法,希望朋友们多多讨论,争取找一种更好的增广路方法,有想法的一定告诉我,谢谢,jxrhhu@hhu.edu.cn-Bipartite graph maximum matching algorithm descr iption completely according to the use of computing to achieve a collection of matlab code. Her
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1214
    • 提供者:jiangxr
  1. Hungary

    0下载:
  2. 匈牙利算法实现二分图最大匹配 文件输入输出.-Hungarian algorithm bipartite graph maximum matching document input and output.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:872
    • 提供者:武永基
  1. hungray

    0下载:
  2. 二分图匹配-匈牙利算法 效率很高,求二分图最大匹配。-Bipartite graph matching- Hungary algorithm highly efficient, and the maximum bipartite graph matching.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:840
    • 提供者:方宇浩
  1. ir

    0下载:
  2. 本系统实现了分词和倒排索引,分词采用正向最大匹配,-The system achieved a sub-word and the inverted index, the biggest being the use of sub-word match,
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-12
    • 文件大小:1354082
    • 提供者:刘风
  1. TEMPLATE

    0下载:
  2. 输入正则表达式,转化为NFA,DFA,从测试文档中找出最大匹配子串-Enter the regular expression into NFA, DFA, document from the test to find out the biggest match Substring
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:67756
    • 提供者:
  1. hgr

    0下载:
  2. 求二分图最大匹配 匈牙利算法-Seeking the maximum bipartite graph matching for bipartite graph maximum matching algorithm Hungary
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1404
    • 提供者:王琦
  1. ParseWord

    0下载:
  2. 利用字典进行文章分词,正向最大匹配,你想最大匹配,并包含一个词汇表,vs 2005, c#-parse word, vs2005, c#
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-03
    • 文件大小:723405
    • 提供者:blueriver1980
  1. delphiautodown

    0下载:
  2. 很好的东东,大家顶顶,向前匹配加向后最大匹配,C#开发,容易扩展-Dongdong good, everyone顶顶forward matching add backward maximum matching, C# development, easily extended
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-29
    • 文件大小:8871
    • 提供者:周明海
  1. Matching_on_Weighted_Bipartite_Graph

    0下载:
  2. 加权二分图匹配,对于给定权重的二分图求出最大匹配-find the max matching of a given weighted bipartite graph
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:637
    • 提供者:LS
  1. crosscorrelation

    0下载:
  2. 基于最大互相关的图像匹配,是本人的毕业设计,希望对大家有帮助。-The largest cross-correlation-based image matching, is my graduation project, I hope there is help for everyone.
  3. 所属分类:Graph program

    • 发布日期:2017-04-28
    • 文件大小:273893
    • 提供者:lu
  1. SomeProgramForDataStructure

    0下载:
  2. KMP字符串匹配的c实现,测试字符串为char a[20]="abcdefghijk" char b[20]="abcdefgg" 取各位数字的算法,最大有效测试数据长整形最N=100000000 贪婪算法:已知若干面值的人名币,如何找零钱,使张数最小,测试面值a[4]={25,10,5,1} 快速排序C++实现-KMP string matching c to achieve the test string to char a [20] = " abcdefghijk"
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2086
    • 提供者:WJC
  1. MaxMatching

    0下载:
  2. 寻找两个已知二项图之间的最大匹配, 用图的邻接表表示, 组合数学作业-Two diagrams to find the best match between
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:1571
    • 提供者:vrjz
  1. 2771

    1下载:
  2. poj 2771 一道关于二分图的最大匹配-poj 2771 on the maximum bipartite graph matching
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:759
    • 提供者:zl
  1. 1469

    0下载:
  2. poj 1469 COURSES 二分图的最大匹配问题 -poj 1469 COURSES largest bipartite graph matching problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:515
    • 提供者:zl
  1. fenci

    0下载:
  2. PHP 织梦逆向最大匹配算法 中文分词 分词算法-PHP DedeCms reverse maximum matching algorithm for Chinese word segmentation algorithm
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-04-01
    • 文件大小:677643
    • 提供者:紫电
  1. KMP

    0下载:
  2. 给定两个串S和T,长分别m和n,算法给出了一个找出二串间最大匹配的算法。该算法可用于比较两个串S和T的相似程度。-Given two strings S and T, respectively m and n, an algorithm to find the second largest string matching algorithms. The algorithm can be used to compare two strings S and T the degree of simil
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:236701
    • 提供者:henry
  1. KSeg4J.1.0

    0下载:
  2. 简体中文机械分词模块,实现正逆向最大匹配消除歧义,jar封装,可以导入后直接使用-a simplified Chinese segmentation Jar
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-08
    • 文件大小:1954991
    • 提供者:尹飒
  1. poj1469

    0下载:
  2. poj1469, 二分图最大匹配,最大匹配-poj1469, Maximum Bipartite Matching
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:576
    • 提供者:william
  1. zoj1525Airraid

    0下载:
  2. zoj1525, 最小路径覆盖, 最大匹配-zoj1525, minimum path cover
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:759
    • 提供者:william
  1. 20090224171138551

    1下载:
  2. 主要内容: 匹配的概念 二分图的定义和判定 二分图的最大匹配 二分图的最小覆盖问题 二分图的最佳匹配问题 -Main elements: the concept of matching the definition of bipartite graph and determine the maximum bipartite graph matching bipartite graph of minimum coverage of bipartite graph match
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:130562
    • 提供者:陈子杭
« 1 2 3 45 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com