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

搜索资源列表

  1. 匈牙利算法

    0下载:
  2. 本文用C语言实现了优化算法-匈牙利算法,以用来解决匹配问题-Using C programming language, the optimization algorithm-Hungary algorithm used to solve the matching problem
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.53kb
    • 提供者:申辉
  1. XTokenString

    0下载:
  2. 这是一个高效的多字段匹配算法的程序,可以精确的定位在某个字段上有那些内容。-This is a more efficient matching algorithm field procedures, the positioning precision in a particular field are those elements.
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-10
    • 文件大小:37.63kb
    • 提供者:路晓遥
  1. stacktext

    0下载:
  2. 自己写的C++栈模板,并用其实现了括号匹配算法-write their own C + + Stack template, and used to achieve the brackets Matching Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8.11kb
    • 提供者:张帆
  1. StringMatchingSearch

    0下载:
  2. 多种字符串匹配算法 多种字符串匹配算法-variety of string matching algorithm multiple string matching algorithm
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:10.15kb
    • 提供者:hyf
  1. cutword

    0下载:
  2. 用VB与数据库相连接实现中 文分词的程序,采用了正向 最大匹配算法。-using VB and database links, Chinese word segmentation procedures using the largest positive matching algorithm.
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:209.02kb
    • 提供者:李玉
  1. dtw_revised

    0下载:
  2. 利用DTW模版匹配算法实现0~9十个数字的识别。-use DTW template matching algorithm 0-9 10-digit identification.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:463.79kb
    • 提供者:ly
  1. mmseg-v0.1

    0下载:
  2. 基于词典和最大匹配算法的的中文分词组件,达到很好的分词准确率-Dictionary and the largest based on the matching algorithm of the Chinese word segmentation components, to achieve good word accuracy rate
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:593.24kb
    • 提供者:binger
  1. ChineseAnalyzer

    1下载:
  2. lucene.net 2.0的中文分词器,采用最大向前匹配算法,附上源代码和lucene.net.dll,希望这方面有兴趣的互相交流一下。
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:860.91kb
    • 提供者:杨秀云霁
  1. ACbyHune

    0下载:
  2. 用C++实现的AC字符串匹配算法,自动机采用二维数组存储,可以对中英文进行匹配
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:1.23kb
    • 提供者:胡恩
  1. cidian

    0下载:
  2. 基于最大匹配算法的的中文分词组件,达到很好的分词准确率
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:31.21kb
    • 提供者:大宝
  1. pattern-march

    0下载:
  2. 论文:一种基于图像灰度的快速匹配算法,pdf格式,中文
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:160.04kb
    • 提供者:chao wang
  1. kmp.rar

    1下载:
  2. 字符串的kmp匹配算法并行计算的源程序。,KMP string matching algorithm parallel computation of the source.
  3. 所属分类:并行运算

    • 发布日期:2017-03-24
    • 文件大小:3.99kb
    • 提供者:成斌
  1. HMM.rar

    1下载:
  2. 自己用c语言写的关于语音识别技术中最为流行的匹配算法hmm,相当有用,C language used to write their own on the voice recognition technology in the most popular matching algorithm hmm, very useful
  3. 所属分类:语音合成与识别

    • 发布日期:2012-11-04
    • 文件大小:7.9kb
    • 提供者:李正
  1. Chinese-Word-Segment-And-POS-Tagger

    1下载:
  2. 实现了中文分词和词性标注程序。分词方法采用“三词正向最长匹配”。词性标注使用HMM方法,用Viterbi算法实现。“三词正向最长匹配”保持了“正向最长匹配算法”快速的特点,同时提高了分词的准确性。-Chinese word segmentation and implemented procedures for POS tagging. Segmentation Methods, " the longest three-match positive words." POS tag
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-14
    • 文件大小:3.85mb
    • 提供者:paul
  1. spatial_pyramid_code

    0下载:
  2. 金字塔匹配算法,包括SIFT特征点的提取,聚类和构造金字塔特征表示,论文参考:Beyond Bags of Features: Spatial Pyramid Matching for Recognizing Natural Scene Categories matlab代码
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-27
    • 文件大小:177.16kb
    • 提供者:chensikun
  1. MPI-StringMatch

    0下载:
  2. KMP串匹配、随机串匹配、近似串匹配的并行算法源码。-KMP string matching, randomized string matching, parallel algorithm for approximate string matching source code.
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:9.57kb
    • 提供者:不死鸟
  1. keyword-chouqu

    0下载:
  2. 基于逆向最大匹配算法的分词及基于HMM模型的词性标注系统,包括了未登录词的识别、数据库的添加等内容。(需要手动修改数据库的路径才可以运行)-Reverse Maximum Matching Algorithm Based on the sub-word HMM-based model and part of speech tagging system, including the unknown word identification, such as the contents of the d
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-04
    • 文件大小:1.2mb
    • 提供者:张莉娟
  1. Dictory

    1下载:
  2. 用B-树作为查找存储结构,对中文单词进行哈希,用最长逆向匹配算法进行中文句段分词,实现中文词典以及分词。中文词典规模为十万八千多词汇。分词的正确率在90 以上。-Use the B-tree as storage structure , and hash the Chinese word while storing or searching. Use the longest reverse matching algorithm to split Chinese sentence to word
  3. 所属分类:MultiLanguage

    • 发布日期:2014-12-28
    • 文件大小:780.04kb
    • 提供者:康维鹏
  1. KMP

    0下载:
  2. KMP 模式匹配算法实例 C++源码 字符串查找-KMP pattern matching algorithm in C++ source code search string
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:674byte
    • 提供者:xilo
  1. Feature Matching

    1下载:
  2. 运用FAST特征点匹配算法,通过模板对整张大图实现实现图像的特征点匹配,并获取匹配分数和匹配位置信息。(The FAST feature point matching algorithm is used to realize the feature point matching of the image through template pairing of the whole large image, and the matching score and matching location i
  3. 所属分类:LabView编程

« 12 3 4 5 6 »
搜珍网 www.dssz.com