CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - string matching

搜索资源列表

  1. _StrSplit

    0下载:
  2. 根据用户定义char型字符分割字符串,以char型字符为分割符,或是检测括号的配对情况。-under the user-defined type character segmentation char string, char type characters to separate website, or detection of the matching brackets.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1935
    • 提供者:零度
  1. THREEAlgorithm

    0下载:
  2. 包括格雷玛、赌博游戏、字串核对三个算法的C和JAVA版的对比实现-including Geleima, gambling games, three string matching algorithm C and JAVA version of the contrast achieve
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:6798
    • 提供者:陶丽丝
  1. AWebsearchprogram

    0下载:
  2. 这是一个web搜索的基本程序,从命令行输入搜索条件(起始的URL、处理url的最大数、要搜索的字符串), 它就会逐个对Internet上的URL进行实时搜索,查找并输出匹配搜索条件的页面。 这个程序的原型来自《java编程艺术》, 为了更好的分析,站长去掉了其中的GUI部分,并稍作修改以适用jdk1.5。以这个程序为基础,可以写出在互联网上搜索 诸如图像、邮件、网页下载之类的“爬虫”。-This is a web search of the basic procedures, fro
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:7215
    • 提供者:东东
  1. StringMatching

    0下载:
  2. This string matching program with Java Applet-This is string matching program with Java Applet
  3. 所属分类:Applet

    • 发布日期:2017-04-02
    • 文件大小:4078
    • 提供者:livia
  1. --ClassFunction

    0下载:
  2. 一些费用有用的js代码 1、对于文本框输入数据进行正则表达式匹配 2、javascr ipt接收Get方法的参数 3\按比例控制图像大小 4\//Cookies类 5\//将Url字串转为Object -Some of the costs of useful js code 1, the input data for the text box regular expression matching 2, javascr ipt Get method parameter r
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-13
    • 文件大小:3422
    • 提供者:alonglee
  1. KeywordSpotting

    0下载:
  2. 多串匹配的AC算法/多字符串匹配/多字符串检测/多字符串识别/Aho-Corasick自动机/ahocorasick自动机/AC自动机。/Java实现 该程序是一个高效的,能处理较大的Unicode字符文本(包括要检测的文本和关键词文本)的关键词匹配程序,因此程序的输入为input.txt为待检测文本,keywords.txt为关键词文本,文件夹test1,test2,test3分别是三组自己设定的input和keywords,可自行任意添加删改,运行程序前先将一组拷贝至D:\。 程序将
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3305106
    • 提供者:jpj
  1. java_kmp_algorith

    0下载:
  2. 利用java语言实现的KMP算法, 可用于字符串模式匹配等项目中-Using java language of the KMP algorithm can be used for string pattern matching and other projects
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:2106
    • 提供者:尹君展
  1. zifuchuan

    0下载:
  2. Java 字符串与文本相关实例源码,比如不可变字符串与限定字符串、字符串的比较、提取子串、修改缓冲区中的字符串、判断回文串、正则表达式、字符串匹配、正则表达式语法等,还一一些比如用于比较两个变量是否引用同一个对象、equals用于比较两个字符串的内容是否相同、忽略大小写、判断是否以某个字符串开始或结束、根据字典排序比较两个字符串、删除字符串中的空格、将字符串转换成小写或大写形式等在代码中都有所体现…… -Instance of Java source code associated with
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:19460
    • 提供者:鬼舞
  1. test

    0下载:
  2. as实现array的模糊查询 假设array中存放的是字符串,也就是,是一个字符串数组。 String中有search()方法,可以查找匹配字符串-Fuzzy query as to achieve array assumption is stored in a string array, that is, is a string array. String in search () method, you can find the matching string
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-02
    • 文件大小:1134
    • 提供者:徐梦维
  1. public

    0下载:
  2. program for string matching
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:10750
    • 提供者:priya
  1. Suffix

    0下载:
  2. 后缀树,自然语言处理,字符串重复匹配,这是java版的源代码-Suffix tree, natural language processing, the string matching repeat, this is the version of java source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:26723
    • 提供者:张才东
  1. Pudnss

    0下载:
  2. 主要功能是一些字符串的匹配和检索,同时还能验证字符串的强制类型转换-The main function is to some string matching and retrieval, as well as validation string cast
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-22
    • 文件大小:766
    • 提供者:石宁
  1. kmp

    0下载:
  2. kmp算法,能够读取txt和java文件,进行kmp查找匹配字符串后,可进行替换字符串-kmp algorithm, able to read the txt and java file, kmp find a matching string, the replacement string
  3. 所属分类:Java Develop

    • 发布日期:2017-11-06
    • 文件大小:3238
    • 提供者:吴安峻
  1. Unlinker

    0下载:
  2. Unlinker。用正则表达式匹配最长url,把匹配的字符串替换并且输出-Unlinker. Use regular expressions to match the longest url matching string replacement and output
  3. 所属分类:Applet

    • 发布日期:2017-12-05
    • 文件大小:854
    • 提供者:daisy
  1. jaccard

    0下载:
  2. Jaccard Based String Matching/Searching Algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:4540
    • 提供者:vvishal
  1. RegexUtil

    0下载:
  2. 利用正则表达式,来完成对一些字符串的匹配,很好的工具。-Regular expressions, string matching
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-11
    • 文件大小:815
    • 提供者:马彩霞
  1. Trie

    0下载:
  2. 用Trie树实现的一个对字符串的统计和前缀匹配的功能-Trie tree with a realization of the statistics and prefix string matching functionsTrie tree with a realization of the statistics and prefix string matching functions
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-07
    • 文件大小:6138
    • 提供者:徐小明
  1. Java

    0下载:
  2.  能够设置一个目录,软件对该目录下的所有简历进行筛选  能够对word和pdf格式的简历进行筛选  筛选时,从软件界面指定关键字,然后读取所有word文档和pdf文档的内容,查找其中是否存在该关键字,如果存在,则将文件路径名显示在界面上。筛选结果是一系列文件路径名组成的列表。(对word和pdf文档内容的读取,可以借助第三方的程序库实现)  支持同时指定3个关键字,并同时依据这3个关键字进行筛选(与关键字匹配的字符串中的
  3. 所属分类:JavaScript

    • 发布日期:2017-05-23
    • 文件大小:7458712
    • 提供者:喻芳
  1. 4102

    0下载:
  2. string 类实现,各类函数功能的实现,增删改查以及字符串运算-Implement Your Own String Class Using Naive String Matching Algorithm:Students successfully completing this assignment would master the following outcomes. • Understand the string storage and operations
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2955
    • 提供者:mi3521981
  1. TestKmp

    0下载:
  2. 用java来实现经典的字符串匹配KMP算法-Using java to achieve classic KMP string matching algorithm
  3. 所属分类:Ajax

    • 发布日期:2017-04-12
    • 文件大小:670
    • 提供者: 白雷
« 12 »
搜珍网 www.dssz.com