搜索资源列表
-
0下载:
Prediction by partial matching, or PPM, is a finite­ context statistical modeling technique that can be viewed as blending together several fixed­ order context models to predict the next character in the input sequence. Prediction probabilitie
-
-
0下载:
用于脱机字符识别里的模板匹配法,USPS字库用语Fisher线性判定识别手写数
字。由于一些原因,有些数据库不能提供,需要读者自己采集样本。
-Offline Character Recognition for The template matching, USPS font terminology Fisher Linear found handwritten identification numbers. For some reason, some of the databases
-
-
0下载:
如果你曾经用过Perl或任何其他内建正则表达式支持的语言,你一定知道用正则表达式处理文本和匹配模式是多么简单。如果你不熟悉这个术语,那么“正则表达式”(Regular Expression)就是一个字符构成的串,它定义了一个用来搜索匹配字符串的模式。-If you have used Perl or any other built-in regular expression support for the language, You know, regular expression matchi
-
-
0下载:
脱机字符识别:手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法,细化算法-Offline Character Recognition : handwritten figures identifiable Fisher Linear Discriminant, handwritten figures identifiable template matching method, digital identification neural network, thinn
-
-
0下载:
重庆邮电学院 TD-SCDMA移动终端所有算法 3 东南大学 G.711丟帧补偿定点算法 4 南京航空航天大学 数字视频/字符增强算法 5 南京航空航天大学 视频微光降噪音,测向算法 6 合肥工业大学 JPEG 7 西安交通大学 AAC编,解码 8 西安电子科技大学 自动视频跟踪 9 华北工学院 工业CT快速重构算法 10 山东大学 双线极大值匹配法改进算法 11 清华大学(LAB)-Chongqing Institute of Posts and Telecommunications of T
-
-
0下载:
一个汉字输入法练习软件,通过它可以练习大众几何码的输入方法,这是大众几何码的配套输入练习软件.-a Chinese character input method software practice, through which the public can practice geometric code input method, which is public matching geometric code input software practice.
-
-
0下载:
AC算法----有限自动机的多模式匹配算法.该算法应用有限自动机巧妙地将字符比较转化为了状态转移。-AC algorithms finite automata---- Multi-pattern matching algorithm. The algorithm uses finite automata skilfully converted to state transition character comparison.
-
-
0下载:
/*本程序是一个简单的计算器模拟程序。对任意给定的正确的四则表达式,程序计算其结果值并输出。表达式中运算分量为无
正负号整数,运算符为+ - * / ,圆括号按常规配对,表达式以“=”结束。函数getach()为获取表达式的一个合法字符,
并将字符存入变量curch;函数指针数组func[]是为了统一加减乘除计算而设置的。*/
-/* This program is a simple calculator simulation program. Correct for any giv
-
-
0下载:
中文字库搜索功能:一种针对可变长度关键字的引索结构,它的每一层不是靠整个关键字的值决定,而是由关键字的一个分量来确定,当然必须先满足关键字的分量在一个确定的范围内。如果要匹配某个字符串,只需要从树的根部逐层向下,搜索每一个字符是否有与之匹配的分量,能走到的最深的地方就是匹配到的最长前缀。-Chinese font search: A keyword for variable-length argument cable structure, it does not depend on each l
-
-
0下载:
基于模板匹配的手写体字符识别方法,我的大学毕业论文,最简单的方法,结果很好用-Based on template matching method of handwritten character recognition, my university thesis, the simplest way, with good results
-
-
0下载:
一个字符串表达式匹配算法。支持字符集表达式[],[^],[a-b];支持*,?,+。仅依赖C库。C++类封装,使用简便,运行迅速。经过实际运用验证。-Expression of a string matching algorithm. support character sets Expression [],[^],[ ab] and support*,?,+。 Rely on the C library. C++ class packaging, simple to use.
-
-
0下载:
很有意思的一个小程序,用VC++6编写的,用以查询Windows系统内所有的文件类型扩展名及关联,你只用在输入框输入扩展名的第一个字符,它会在下边的列表框中自动显示匹配项目,你也可以一次性输入完整而且正确的扩展名名称,这样程序会输出对应的文件类型图标-Very interesting, a small program written with VC++6 to query the system for all Windows file types and associated extension
-
-
0下载:
可以采用正则表达式来实现字符串匹配功能。一种简单的正则表达式是由英文字母(区分大小写)、数字及通配符"*"和"?"任意组合而成的。"?"代表任意一个字符,"*"代表零个或任意多个字符。例如,a*b可以匹配acb,aabb,afdfdb,ab等,但不可以匹配ac,bb,abbc;a?b可以匹配acb,abb,但不可以匹配ab,accb。试编写一个程序,从文件中读入N个字符串,再从键盘上读入任意一个合乎规则的正则表达式,例如:"a?bb*d",输出符合正则表达式的字符串。
查询的字典文件为
-
-
0下载:
首先建立循环队列的存储结构,为了区分男女队,需要设置两个循环队列,队列中元素的数据类型分别为字符型和整型,然后设计如下函数:ManQueue(Q)和WomanQueue(Q)(建立男人和女人队列)以及PeiDui(Q1,Q2)(舞伴配对),程序描述如下:-First, the establishment of circular queue storage structure, in order to distinguish between male and female teams, need
-
-
0下载:
过滤一串字符中的敏感词汇,出算数题,字符匹配,longlongint处理-Filtering characters in a string of sensitive words, out arithmetic problems, character matching, longlongint deal
-
-
0下载:
使用KMP算法能减少完成的串模式匹配的回溯,因此该算法每当一趟匹配过程中出现字符比较不等时,不需要回溯i指针,而是利用已匹配到的“部分匹配”的结果将模式右滑尽可能远的一段距离进行比较-KMP algorithm can reduce the use of string pattern matching complete retrospective, so the algorithm whenever the character appears in a visit the matching pr
-
-
0下载:
在草图符号的自适应学习中,不同用户的训练样本数量可能不同,保持在不同样本数量下良好的学习效
果成为需要解决的一个重要问题.提出一种自适应的草图符号识别方法,该方法采用与训练样本个数相关的分类
器组合策略将模板匹配方法和SVM统计分类方法进行了高效组合.它通过利用支持小样本学习的模板匹配方法
和支持大量样本学习的SVM 方法,并同时利用草图符号中的在线信息和离线信息,实现了不同样本个数下自适应
的符号学习和识别.基于该方法,文中设计并实现了支持自适应识别的草图符号组件.最后,利用扩
-
-
0下载:
使用C++编写的多字符串匹配检索,效果良好 -The character matching and retrieval
-
-
1下载:
基于C++的字符识别程序 包含fisher判定法 神经网络方法 模版匹配方法 以及细化处理-Character recognition program based C++ contains the fisher determination method neural network template matching method and Refining
-
-
0下载:
字符匹配问题为典型的字符数组的应用,体现了c语言面向过程的特性。可在VC6.0下进行正确编译及运行。-The character matching problem is a typical character array, which embodies the characteristic of C language. Can be compiled and run under VC6.0.
-