Welcome![Sign In][Sign Up]
Location:
Search - text matching

Search list

[Other resourceRegular-expressions-simplifypattern-matching-code.

Description: 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 code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.
Platform: | Size: 112314 | Author: qlw | Hits:

[Graph Recognizespeakerrecongnizion

Description: 与文本有关的利用模块匹配算法的说话人确认系统-text and the use of the matching algorithm module Speaker Verification System
Platform: | Size: 81920 | Author: 石头 | Hits:

[Other2DjuPipei

Description: 影像匹配的方法很多,其中利用不变矩进行匹配方法具有很高的可靠性,希望对研究机器视觉的朋友有所帮助。-Image Matching many ways, using the same moment matching method has very high reliability, want to study machine vision friends help.
Platform: | Size: 2048 | Author: 林风 | Hits:

[Software EngineeringRegular-expressions-simplifypattern-matching-code.

Description: 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 code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.-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 code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.
Platform: | Size: 111616 | Author: qlw | Hits:

[Other resourcetranslate

Description: 简单的语言翻译程序,主要功能包括词条的分析记录,文本内容匹配和替换。-Simple language translation process, the main features include an analysis of term records, the text matching and replacement.
Platform: | Size: 93184 | Author: 韦略 | Hits:

[Search EngineProject1(local)

Description: 完成最基本功能的本地简易字符串搜索(文本匹配)引擎,还不支持对中文的检索-To complete the most basic function of the local Simple search string (text matching) engine, do not support the Chinese language search
Platform: | Size: 19456 | Author: 许民皆 | Hits:

[Process-ThreadFinder

Description: 通过多线程查找文本匹配内容,比windows的文本内容查询更快一些。-Multi-threaded search through text matching the contents of the text than windows inquiries faster.
Platform: | Size: 3704832 | Author: 曾辛 | Hits:

[SCMtext

Description: 下面是一个对51实验板配套的红外线遥控器的解码程序,它可以把红外遥控器每一个按键的键值读出来,并且通过实验板上P1口的8个LED显示出来,在解码成功的同时并且能发出“嘀嘀嘀”的提示音。-Here is an experiment of 51 panels matching infrared remote control decoding procedure, it can put the infrared remote control keys for each button to read out, and through experiments on-board P1 port 8 LED display in the successful decoding At the same time and can issue a " 嘀嘀嘀" prompt tone.
Platform: | Size: 2048 | Author: Mei | Hits:

[Windows Developtext

Description: 数据结构严蔚敏版第三章部分习题答案 栈的基本操作,算法 括号匹配 回文数判断 等 完整工程 vc++开发环境-YAN Wei-min data structure version of Chapter III of part of the answer to exercise the basic operation of the stack, the algorithm to determine the number of brackets, such as matching palindrome complete works vc++ development environment
Platform: | Size: 775168 | Author: Emily | Hits:

[OtherRegularExpressionTutorial30minutes

Description: 正则表达式30分钟入门教程正则表达式是用于进行文本匹配的工具,所以本文里多次提到了在字符串里搜索/查找,这种说法的意思是在给定的字符串中,查找与给定的正则表达式相匹配的部分。有可能字符串里有不止一个部分满足给定的正则表达式,这时每一个这样的部分被称为一个匹配 -Regular Expression Tutorial 30 minutes of regular expressions for text matching tools, so repeatedly mentioned in this article in the string where the search/find, this means that in the given string, Find a given regular expression to match the part. String may have more than one part to meet a given regular expression, when each part of such a match is called a
Platform: | Size: 185344 | Author: joe | Hits:

[GIS programfm_gui_v2

Description: 基于傅立叶-梅林变换的matlab编写的配准系统,运行fm_gui.m后即出现演示界面,左侧的两个图形框选择待配准的两幅图像,图像可以进行缩放旋转变换。右侧的列表框"Window"下可以选择滤波窗,"Rotation"、"Scale"、"Log-polar"可分别选择旋转、缩放、以及对数极坐标变换所用的插值方法,按键"REGISTER"下的滑动 键可选备选的峰值点总数,点击"REGISTER"按键, 对应的下方图形框即显示配准后的两幅图像,最下方的"Translation"、"Rotation"和"Scale"文本框分别显 示待配准图像间的偏移、旋转、缩放参数。-Based on the Fourier- Mellin transform matlab prepared with System, after having run the demo fm_gui.m interface, the left side of the box to choose the two graphics to be matching the two images, the image can zoom in and out rotation. The list on the right box " Window" under the option of filtering window, " Rotation" , " Scale" , " Log-polar" can choose to rotate, zoom, as well as the number of polar coordinate transform of the interpolation method used, button " REGISTER" sliding under the optional options key points of the total number of peaks, click on " REGISTER" button below the corresponding graphic box that is displayed after the registration of two images, the bottom of the " Translation" , " Rotation" and " Scale" text box Registration to be, respectively, show the offset between images, rotation, scaling parameters.
Platform: | Size: 532480 | Author: 刘子木 | Hits:

[Otherbm_algorithm

Description: 字符串匹配boyer_moore算法—— 首先输入查找模式,然后输入文本,如果匹配,输出文本匹配,如果不匹配输出文本不匹配。-Boyer_moore string matching algorithm- the first input search mode, and then enter the text, if the match, the output text-matching, if you do not match the output of the text do not match.
Platform: | Size: 6144 | Author: 张英霞 | Hits:

[Mathimatics-Numerical algorithmsSIFTtutorial

Description: 图像特征提取以及匹配,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
Platform: | Size: 25486336 | Author: sandy | Hits:

[Otherchengshi

Description: 运用模式匹配的思想,正则表达式的工具,对网页中图形,文字的截取,还有函数编程,字典的应用-Ideas using pattern matching, regular expression tool, web page graphics, text capture, also function programming, the application dictionary
Platform: | Size: 1024 | Author: yandongbin | Hits:

[Graph RecognizeOCR

Description: 一个matlab的程序,识别文字数字的,很有帮助,希望大家下载。-A matlab program to identify text figures, helpful, hope everyone to download.
Platform: | Size: 56320 | Author: emily | Hits:

[matlabtemplate-matching

Description: 用matlab实现的图形文字匹配,配有文字图片-Matlab implementation of the graphical text with matching pictures with words
Platform: | Size: 60416 | Author: 小安 | Hits:

[e-languagesimla

Description: 易语言,正则匹配查询文本替换,源码,支持官方易语言!-Simulation to find text matching the regular expression, find text matching the regular expression
Platform: | Size: 2048 | Author: jack | Hits:

[VC/MFCTextMatchApp

Description: 基于最大公共子集的文本匹配算法的实现,可以用于字符串匹配,汉子匹配,文本匹配。-Subset based on the maximum public realization of the text matching algorithm can be used for string matching, man matching, text matching.
Platform: | Size: 52529152 | Author: 易爱春 | Hits:

[Data structsPattern-matching

Description: 串的模式匹配问题.这在数据结构课本中占有一席之地。它可用于文件编辑-The string pattern matching problem plays an important role in the data structure.It can be used to edit text.
Platform: | Size: 4096 | Author: zhangyue | Hits:

[Windows DevelopText-Matching-master

Description: 在LCQMC数据集上的=测试几种常见的语义匹配模型(Text matching models on LCQMC datasets)
Platform: | Size: 6721536 | Author: yyxyyx123 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net