搜索资源列表
Adapter
- 意图 将一个类的接口转换成客户希望的另外一个接口。A d a p t e r 模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。 适用性 · 你想使用一个已经存在的类,而它的接口不符合你的需求。 · 你想创建一个可以复用的类,该类可以与其他不相关的类或不可预见的类(即那些接口可能不一定兼容的类)协同工作。 · (仅适用于对象A d a p t e r )你想使用一些已经存在的子类,但是不可能对每一个都进行子类化以匹配它们的接口。对象适配器可以适配它的父类接口。 -inten
JavaDict
- 一个用java编的小程序,可以匹配查询,快速查询-with a series of small programs can match inquiries, inquiries, etc. Fast
LasVegas
- 这是根据算法设计课上讲的LasVegas算法用java实现的模式匹配算法-This algorithm is based on the design of the curriculum speaking with java LasVegas algorithm to achieve the pattern matching algorithm
matchdelimiter
- 符号匹配,主要是对小括号和中括号的匹配,并且在出现不匹配的地方给予提示。-matching symbols, mainly on small brackets and matching the brackets, and there does not match the local giving hints.
cifafenxijava
- 用模式匹配和字符传解析器分析代码,能区分关键字,标识符,数字-using pattern-matching and character-parser code analysis can distinguish between keywords, identifiers, digital
toocom
- toocom源代码,主要应用在本体匹配方面!-toocom source code, the main application of the substantive aspects match!
NLP
- 该软件实现了正向增字最大匹配和未登陆词的识别.程序用java语言编写,界面使用简单友好.-the software by word of the positive and not matching the largest landing word recognition. Procedures using java language. simple and friendly interface.
SearchCr
- 这是一个web搜索的基本程序,从命令行输入搜索条件(起始的URL、处理url的最大数、要搜索的字符串), 它就会逐个对Internet上的URL进行实时搜索,查找并输出匹配搜索条件的页面。 这个程序的原型来自《java编程艺术》, 为了更好的分析,站长去掉了其中的GUI部分,并稍作修改以适用jdk1.5。以这个程序为基础,可以写出在互联网上搜索 诸如图像、邮件、网页下载之类的“爬虫”。
wd
- 经典的robocode机器人程序,采用随机运动与模式匹配。
macro
- MacroWeka扩展了著名数据挖掘工具weka,实现了时间序列的相似性匹配基本算法等,界面包括一个可扩展的时间序列分析Panel等。
spellChecker
- 实现电子词典功能 找不到匹配单词时给出最接近的单词
autoSuggest
- 根据键盘触发的事件,以两种方式(拼音/汉字)自动补全文本想要输入的内容,并且探出下拉菜单显示匹配的内容,以供用户选择。本实例中只支持本分城市名称的自动补全。
patternMatching.rar
- 三种字符串匹配:BF,BM,KMP,附上测试,three means of pattern matching
RUSE2-061251140
- 一个简单的搜索引擎,采用倒排表,对文件进行索引,很据内容进行匹配-A simple search engine, the use of inverted tables, index files, it is according to match the content
java_tree
- 自己开发的可扩展java树结构,包括节点排序,遍历(非递归算法),查找(单节点,全路径匹配),添加删除等。排序方式,节点匹配方式均可通过接口可扩展,本代码是自己开发的一个cms项目中的一部分,可独立使用-Self-developed scalable java tree structure, including nodes sorting, traversal (non-recursive algorithm), find (single node, the full path to match
sszdbq
- 在输入框中填写信息时会自动提示相匹配的信息列表-In the input box will be automatically prompted to fill in the information matches the information list
1
- 基于面向对象编程的文档向量相似度匹配算法-Object-oriented programming document vector similarity matching algorithm
java-Editor
- 自己为java IDE写的java编辑器,仿制notepad2. 可实现代码染色、括号匹配、书签标注、编辑辙销、文本查找等基本功能。 非所见所得,没有加入文件处理功能。-Java editor. Might be useful for projects such as IDE. The jar file runs under jdk 1.6.
StringDemo
- 通过kmp算法实现字符串的匹配,时间复杂度第。面试常问问题(The matching of string is realized by KMP algorithm, and the time complexity is the first. Interviewing often asks questions)
offline-map-matching-master
- 离线地图匹配,利用HMM隐马尔科夫模型实现离线地图匹配(map matching,use hmm to matching the point data to road data)