搜索资源列表
_StrSplit
- 根据用户定义char型字符分割字符串,以char型字符为分割符,或是检测括号的配对情况。-under the user-defined type character segmentation char string, char type characters to separate website, or detection of the matching brackets.
THREEAlgorithm
- 包括格雷玛、赌博游戏、字串核对三个算法的C和JAVA版的对比实现-including Geleima, gambling games, three string matching algorithm C and JAVA version of the contrast achieve
AWebsearchprogram
- 这是一个web搜索的基本程序,从命令行输入搜索条件(起始的URL、处理url的最大数、要搜索的字符串), 它就会逐个对Internet上的URL进行实时搜索,查找并输出匹配搜索条件的页面。 这个程序的原型来自《java编程艺术》, 为了更好的分析,站长去掉了其中的GUI部分,并稍作修改以适用jdk1.5。以这个程序为基础,可以写出在互联网上搜索 诸如图像、邮件、网页下载之类的“爬虫”。-This is a web search of the basic procedures, fro
StringMatching
- This string matching program with Java Applet-This is string matching program with Java Applet
--ClassFunction
- 一些费用有用的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
KeywordSpotting
- 多串匹配的AC算法/多字符串匹配/多字符串检测/多字符串识别/Aho-Corasick自动机/ahocorasick自动机/AC自动机。/Java实现 该程序是一个高效的,能处理较大的Unicode字符文本(包括要检测的文本和关键词文本)的关键词匹配程序,因此程序的输入为input.txt为待检测文本,keywords.txt为关键词文本,文件夹test1,test2,test3分别是三组自己设定的input和keywords,可自行任意添加删改,运行程序前先将一组拷贝至D:\。 程序将
java_kmp_algorith
- 利用java语言实现的KMP算法, 可用于字符串模式匹配等项目中-Using java language of the KMP algorithm can be used for string pattern matching and other projects
zifuchuan
- Java 字符串与文本相关实例源码,比如不可变字符串与限定字符串、字符串的比较、提取子串、修改缓冲区中的字符串、判断回文串、正则表达式、字符串匹配、正则表达式语法等,还一一些比如用于比较两个变量是否引用同一个对象、equals用于比较两个字符串的内容是否相同、忽略大小写、判断是否以某个字符串开始或结束、根据字典排序比较两个字符串、删除字符串中的空格、将字符串转换成小写或大写形式等在代码中都有所体现…… -Instance of Java source code associated with
test
- 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
public
- program for string matching
Suffix
- 后缀树,自然语言处理,字符串重复匹配,这是java版的源代码-Suffix tree, natural language processing, the string matching repeat, this is the version of java source code
Pudnss
- 主要功能是一些字符串的匹配和检索,同时还能验证字符串的强制类型转换-The main function is to some string matching and retrieval, as well as validation string cast
kmp
- kmp算法,能够读取txt和java文件,进行kmp查找匹配字符串后,可进行替换字符串-kmp algorithm, able to read the txt and java file, kmp find a matching string, the replacement string
Unlinker
- Unlinker。用正则表达式匹配最长url,把匹配的字符串替换并且输出-Unlinker. Use regular expressions to match the longest url matching string replacement and output
jaccard
- Jaccard Based String Matching/Searching Algorithm
RegexUtil
- 利用正则表达式,来完成对一些字符串的匹配,很好的工具。-Regular expressions, string matching
Trie
- 用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
Java
- 能够设置一个目录,软件对该目录下的所有简历进行筛选 能够对word和pdf格式的简历进行筛选 筛选时,从软件界面指定关键字,然后读取所有word文档和pdf文档的内容,查找其中是否存在该关键字,如果存在,则将文件路径名显示在界面上。筛选结果是一系列文件路径名组成的列表。(对word和pdf文档内容的读取,可以借助第三方的程序库实现) 支持同时指定3个关键字,并同时依据这3个关键字进行筛选(与关键字匹配的字符串中的
4102
- 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
TestKmp
- 用java来实现经典的字符串匹配KMP算法-Using java to achieve classic KMP string matching algorithm