CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - text matching

搜索资源列表

  1. 多种分词方法

    0下载:
  2. 含有多个分词算法。毕业设计的时候获得的,希望对大家在汉字处理中能用的到。 ICTCLAS算法,中科院,对名字识别能力很强。VC开发。 CSharp分词,向前匹配加向后最大匹配,C#开发,容易扩展。 小叮咚分词,由后向前最大匹配,C#开发。 xerdoc分词,基于ICTCLAS的Java版本分词。 文本分词词典,分词的词典,可以提供分词数据源。-containing more than Segmentation. Graduation was the time of hope
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:20833489
    • 提供者:阿瑟多幅
  1. CODE_UPLOAD29461192000

    0下载:
  2. SPLASH is a c++ class library that implements many of the Perl constructs and data types, including extensive regex regular expression pattern matching. For those not familiar with Perl, it is an excellent scr ipting language by Larry Wall and is ava
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:66614
    • 提供者:王新江
  1. TestFind

    0下载:
  2. 实现文本格式文件中的括号匹配. 匹配算法采用堆栈来实现. 文件读取异常还需完善的人性化一些-Text format documents matching brackets. Matching algorithm uses the stack to achieve. Paper anomaly needs to be well-read human nature of some `` ``
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:2177
    • 提供者:lee
  1. SIFTtutorial

    0下载:
  2. 图像特征提取以及匹配,sift代码。可用于图片检索中,同比SURF,其算法可以较好的识别图像中文字-Image feature extraction and matching, sift the code. Can be used for image retrieval, up by SURF, the algorithm can better identify the image text
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-16
    • 文件大小:25486335
    • 提供者:sandy
  1. Match

    0下载:
  2. 对任意文本进行括号匹配,提示错误行数和列数。-For any matching text in brackets, indicating the error number of rows and columns.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1002
    • 提供者:魏明川
  1. 14-3

    0下载:
  2. 例如: 编译:mpicc app_match.c邻app_match 运行:可以使用命令mpirun - np的尺寸app_match mnk来运行该串匹配程序,其中大小是所使用的处理器个数,米表示文本串长度,氮为模式串长度,钾为允许误差长度。本实例中使用了尺寸为3个处理器,米= 7,n = 2时,k = 1时。 mpirun - np的3 app_match 7 2 1 运行结果: 在节点0的文字是 在节点0的模式是 共有2匹配在节点0 节点1上
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:5626
    • 提供者:aaa
  1. AlgoritmRabina_Karpa

    0下载:
  2. The Rabin–Karp algorithm is a string searching algorithm created by Michael O. Rabin and Richard M. Karp in 1987 that uses hashing to find any one of a set of pattern strings in a text. For text of length n and p patterns of combined length m, its av
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:32783
    • 提供者:Tanya
  1. template-matching

    0下载:
  2. 用matlab实现的图形文字匹配,配有文字图片-Matlab implementation of the graphical text with matching pictures with words
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:60785
    • 提供者:小安
  1. chuanpipei

    0下载:
  2. 使用BM、Horspool,QS,RK等算法实现串匹配,文本串随机生成,输入模式串,输出匹配位置以及各个算法消耗时间!-Using the BM, Horspool, QS, RK and other string matching algorithm, the text string randomly generated string input mode, the output of each algorithm for matching location and time consumin
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:2393
    • 提供者:xzh
  1. Pattern-matching

    0下载:
  2. 串的模式匹配问题.这在数据结构课本中占有一席之地。它可用于文件编辑-The string pattern matching problem plays an important role in the data structure.It can be used to edit text.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:3618
    • 提供者:zhangyue
  1. xiaoxingwenbenbianjiqi

    0下载:
  2. 问题描述:设计一个行编辑程序,使其具有通常行编辑器(如Vi、Edlin)应具备的基本功能。 基本要求:编辑器应具备对文本文件的查找、插人、删除、修改、字符串替换、统计字数,统计行数等功能,对于超过一屏的长文件,应能够分页显示,查找功能用字符串匹配算法实现。设计用户接口命令,实现对文本的编辑。 可以支持“* ”、“? ”等通配符-Problem Descr iption: design a line editor, which is usually a line editor ( such
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1958
    • 提供者:姚伦帮
  1. classic-and-KMP

    0下载:
  2. 用朴素的模式匹配和无回溯的KMP两种方式实现某些英文词组在文本中的匹配查找。-Simple pattern matching and no backtracking the KMP are two ways to achieve some English phrases in the text matching to find.
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:1265
    • 提供者:罗先生
  1. main

    0下载:
  2. 1.模式匹配:子串在主串中的定位,也叫字符串匹配。模式匹配成功是指在主串S中能够找到模式串T,否则,称模式串T在主串S中不存在。 2.模式匹配的应用在非常广泛。例如,在文本编辑程序中,我们经常要查找某一特定单词在文本中出现的位置。 3.模式匹配算法的研究能极大地提高文本编辑程序的响应性能。 -1 pattern matching: substring positioned in the main string, also called string matching. Pattern
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:633
    • 提供者:奋斗菠萝
  1. LeetCode

    0下载:
  2. LeetCode题解(java版) 包含toi,strstr,add two num,括号匹配,字符串乘法,通配符匹配,文件路径简化,Text Justification,反转单词-LeetCode solution to a problem (java version) contains toi, strstr, add two num, bracket matching, string multiplication, wildcard matching, simplify file pa
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:90944
    • 提供者:yuer
  1. LSBM

    0下载:
  2. MATLAB实现的LSBM(LSB Matching)算法,可输入密钥加密和解密文本,有较好的交互界面(The LSB matching algorithm,coding by MATLAB. You can encrypt or decrypt the text by input an key. And it has a easy operating interactive interface.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:82944
    • 提供者:widiot
  1. CM-SM-SCM

    0下载:
  2. 跨媒体检索新方法包括:CM、SM、SCM(This demo executes cross-modal retrieval experiments on a novel dataset of Wikipedia pages. Extract the zip file, open a matlab session and run any of the example scritps: - correlation matching 'demo_CM.m' - semantic ma
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:6317056
    • 提供者:程序媛0
搜珍网 www.dssz.com