搜索资源列表
Regular-expressions-simplifypattern-matching-code.
- Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching co
chinesechessdocument
- 这是我上次上传的中国象棋的 配套文挡,其中有些地方写的不是太详细,要是想详细了解,请予我联系。-This is the last time I uploaded Chinese chess matching text block, which in some places was not too detailed, if they wish to understand the details, please contact me.
graph-match-PRL
- Text-independent speaker recognition using graph matching.
LJDBSearch(1)
- 数据库管理系统存储的一般都是结构化数据,长足于数值的计算、查询、统计与挖掘。随着计算机存储与计算能力的迅猛发展,越来越多的非结构化文本数据存储在数据库中,数据库中的文本搜索日益广泛。 当前,数据库中的文本搜索,一般采用SQL语句中的Like操作符或者采用数据库系统自带的全文索引功能。Like操作往往特别耗时,数据规模超过10万条,查询往往会导致网络连接超时,无法满足在线搜索的需要;同时,Like查询仅仅是简单的字符串匹配,没有考虑语言语义,检索“和服”,同样会命中“产品和服务”。当前
DDC-and-Decimation-
- 数字采样及数字下变频技术是研究软件无线电接收机的重要内容之一。其中针对多种速率信号的采样,对 可变的信号符号率与固定的系统采样率进行实时匹配问题,是研究多速率信号数字化所遇到的难点问题之一。文中通过抽 取和内插技术的组合解决了这一问题。并在此基础上着重研究了高速抽取和内插的多项滤波结构,为数据率的快速匹配奠 定了基础。-Digital sampling and digital downconversion technology is an important part of rese
ocr(template-matching)
- text recognation in sience image
Kids_Ladyb2273333172015
- Fixed _ I found that game at net_Ladybird Spots includes counting, matching and ordering numbers games aimed at children who are learning to Count and Recognize the numbers up to 10_ U Must have Direct Text To Speech _Have fun friends.
JavaScript-Regular-expressions
- Javascr ipt中的正则表达式解析 正则表达式是个描述字符模式的对象。 Javascr ipt的RegExp对象和String对象定义了使用正则表达式来执行强大的模式匹配和文本检索和替换函数的方法. -The Javascr ipt regular expression parsing regular expressions is described in character-mode object. Javascr ipt RegExp object and the