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

搜索资源列表

  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
    • 文件大小:4034615
    • 提供者:paul
  1. compare1

    0下载:
  2. 查找匹配字符串 程序接收用户键入的一个关键字以及一个句子.如果句子中不包含关键字则显示 NO PATH 如果句子中包含关键字则显示从这该字在句子的位置用十六进制数显示出来-search procedures to receive matching string typing a keyword and a sentence. If the sentence does not contain the keyword showed NO PATH if the sentence conta
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:884
    • 提供者:
  1. spider

    0下载:
  2. 针对音乐论坛的爬虫程序 给出地址匹配特征,精确爬取用户需要的网页-Music forum for reptiles given address matches the characteristics of the procedure, precise climb pages users need to check
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-01
    • 文件大小:14017
    • 提供者:zengfengyao
  1. find

    0下载:
  2. 本程序用汇编16位语言实现字符串匹配的问题。很好的解决了这一类似的问题。-This procedure used to compile 16 Language string matching problem. Well solve the similar problems.
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:946
    • 提供者:muse
  1. huibianshiyan

    0下载:
  2. 清华汇编实验源代码 字符串匹配 查询电话号码 窗口屏幕程序-Tsinghua Experimental source code compilation query string matching phone number window screen procedures
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:11214
    • 提供者:忘了
  1. match

    0下载:
  2. 本程序用汇编语言实现,完成匹配功能,从字串中查找特定字符串-This procedure using assembly language implementation, the completion of matching features, from a specific search string string
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:829
    • 提供者:李坏
  1. yucefenxi

    0下载:
  2. 编译原理课程设计 构造预测分析程序,程序显示输出匹配过程-Compiler Construction Principles of curriculum design procedures for prediction analysis, the program shows the output matching
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:1011
    • 提供者:bmh
  1. yucefenxi

    0下载:
  2. 编译原理课程设计 构造预测分析程序 程序显示输出匹配过程-Compiler Construction Principles of curriculum design process procedures for prediction analysis showed that the output matching
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4361
    • 提供者:bmh
  1. Analysis

    0下载:
  2. 简单的词法分析程序 只供初学者参考学习 只能简单匹配 "" // [] () {}-A simple lexical analysis program
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3176
    • 提供者:宋立森
  1. ll(1)fenxi

    0下载:
  2. 本程序是采用的LL(1)方法进行的语法分析,而LL(1)的分析方法是属于自上而下的方法。 自上而下分析的基本思想是:对任意输入串,试图用一切可能的方法,从文法开始符号(根结点)出发,自上而下为输入串建立一棵语法树。从推导的角度看,它是从文法的开始符号出发,反复使用各种产生式,寻找与输入串匹配的推导。 在输入之前必须要进行该文法是不是LL(1)文法的判断,然后再构造相应的LL(1)分析表来用预测分析方法进行语法分析,依据下面的文法及分析表来设计程序实现预测分析的分析过程。
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:1558
    • 提供者:WM
  1. matching

    0下载:
  2. 这个程序是用于两幅影像的简单匹配,图片原格式为pdg的。-image matching
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:913109
    • 提供者:guojian
  1. VD5026

    0下载:
  2. VD5026 波形程序,芯片匹配电阻100K -VD5026 wave process, the chip matching resistor 100K
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1230
    • 提供者:waltz
  1. YUYIN

    1下载:
  2. 语音采集c++程序,包括端点检测,线性预测倒谱系数,dtw模式匹配等函数,-this is a program about speech recogenition
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-16
    • 文件大小:19417
    • 提供者:董芳
  1. ROBOTsystem

    0下载:
  2. 本程序是基于模板匹配的语音识别技术。提取语音的特征,并建立模板库。可以将语音识别技术应用于机器人-This procedure is based on template matching speech recognition technology. Feature extraction of speech and the establishment of the template library. Speech recognition technology can be used for rob
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:85144
    • 提供者:
  1. Speaker_recognition

    1下载:
  2. 基于mathmatic环境下的语者识别介绍本程序通过滤波、去噪、建模、匹配等过程,将录音人的声音建立成模型,当录音人再次输入声音时能自动识别说话人的身份。-based on mathmatic,that will recognise the speaker
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-24
    • 文件大小:1899
    • 提供者:李涛
  1. Chinese_wordspliter

    0下载:
  2. 使用正向最大匹配法的中文分词器 分别读入待分词文本文件及字典文件后,将经处理后的结果输出至另一文件予以保存。所用待分词文件样例约有字符184万个,处理时间在11s左右。程序使用C++语言编写。-Using the forward maximum matching device of Chinese words segmentation, respectively, to be read into the text file and dictionary file, the result will
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-30
    • 文件大小:165800
    • 提供者:aptiva0985
  1. speakerrecognition

    0下载:
  2. 本程序是基于matlab的语者识别系统。采用mfcc算法进行提取语音特征,用gmm算法进行匹配。-This procedure is based on a speaker recognition system matlab. Mfcc algorithm using speech feature extraction, matching algorithms using gmm.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:1880
    • 提供者:dtjtracy
  1. search-matching-string

    0下载:
  2. 查找匹配的字符串,程序很清晰。里面有截图可以供大家参考。希望对大家有帮助。-Find the matching string, the program is very clear. There are shots you can for your reference. I hope to be helpful.
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:25241
    • 提供者:火麒麟
  1. Assembly-language-string-matching

    0下载:
  2. 汇编语言 字符串匹配 汇编基本要求的 汇编入门程序-Assembly language string matching
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1862
    • 提供者:ly
  1. Three

    0下载:
  2. 字符串匹配实验 实验内容:编写程序实现两个字符串比较。如果相同,则屏幕显示“match”,否则屏幕显示”nomatch”-String matching experiment Experiment content: write program realization is two strings. If the same, the screen shows "match", otherwise the screen shows "nomatch"
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:722
    • 提供者:蔡少
« 1 2 34 5 »
搜珍网 www.dssz.com