CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - matching character

搜索资源列表

  1. offline-character-recognise

    0下载:
  2. 脱机字符识别算法,包括手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法,细化算法 -offline character recognition algorithms, including handwritten digital identification Fisher Linear Discriminant. Handwritten identification template matching, digital identification neura
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:198845
    • 提供者:wangqiang
  1. KMP匹配算法

    0下载:
  2. 由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorithm to compare a character failu
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3257
    • 提供者:卢孝飞
  1. 200562357658361

    1下载:
  2. 汉字识别系统,非常简单,网络上看到的 一起学学啊,对模式的一个简单匹配.-Chinese character recognition system is very simple, see the Web together to learn ah, the model of a simple matching.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:65616
    • 提供者:读浪
  1. moshipipei

    0下载:
  2. 应用于模式分类中,用模式匹配方法对数据进行分类来获得对手写汉字识别的功能-Applied to pattern classification, the use of pattern-matching methods to classify the data to obtain the function of Handwritten Chinese Character Recognition
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1762
    • 提供者:张颖
  1. jiyinpipei

    0下载:
  2. 算法设计与分析的一个经典例子,属于字符匹配的一种快速匹配算法-Algorithm Design and Analysis of a classic example of character belongs to a fast matching algorithm that matches
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:228403
    • 提供者:linchengjian
  1. NES

    0下载:
  2. 浅谈人工神经网络;人工神经网络的研究与应用;人工神经网络在图像匹配中的应用;于神经网络算法的字符识别方法研究-Of artificial neural networks artificial neural network research and applications Artificial Neural Network in Image Matching on neural network algorithm for character recognition method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:771248
    • 提供者:徐超
  1. mobanpipei

    0下载:
  2. 很好用的模板匹配程序,可用来识别字符 matlab实现的-a template matching procedure can be used to identify character
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:71409
    • 提供者:shishu
  1. 4

    0下载:
  2. :本文较为系统地介绍了纸币面值数字图象识别的计算机仿真。文中详细介绍了模版 匹配、特征点匹配、神经网络等字符识别方法,并进行了比较。根据本文研究对象的特点,选择 了从分析数字本身的拓扑结构入手,根据字符投影分布的规律来判断和识别的方法,成功实现 了纸币面值的识别。-: This article notes a more systematic introduction to digital image recognition, face value of the computer si
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:196479
    • 提供者:
  1. kmp

    0下载:
  2. 串匹配问题。在主串中找出与模式串匹配的字符开始位置即下标。-String matching problem. In the main string and pattern matching to find the character position that subscr ipt.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:337125
    • 提供者:韩娇
  1. strmatch

    0下载:
  2. 一个字符串匹配查询算法。程序在文件中读取字符串。可以采用正则表达式来实现字符串匹配功能。一种简单的正则表达式是由英文字母(区分大小写)、数字及通配符“*”和“?”任意组合而成的。“?”代表任意一个字符,“*”代表零个或任意多个字符。根据输入的表达式,输出文件中符合的字符串-A query string matching algorithm. The program read in the file string. You can use regular expressions to achiev
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1069
    • 提供者:城管111
  1. kecheng2011

    1下载:
  2. 课程设计要求 0 实验一 基于模板匹配的字符识别 1 实验二 基于C均值算法的车辆检测与跟踪 3 实验三 水果分类系统设计 5 实验四 基于遗传算法的图像歪斜校准 6 实验五 基于BP网络的函数逼近 9 实验六 空调模糊控制系统设计 -Curriculum design requires 0 Experimental one based on template matching character recognition 1 C-means algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-11-20
    • 文件大小:81920
    • 提供者:delen2096
  1. GTtree

    0下载:
  2. 简单的对树定义,匹配具有最长前缀字符的字符串-Simple definition of the tree, matching the longest prefix character string
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:329891
    • 提供者:yuli
  1. MATLABzifushibei

    0下载:
  2. 基于MATLAB的车牌识别的设计算法,实现的有车牌定位,车牌字符分割和识别等算法。-   In this thesis,the main contents include: First, copes with positioning process of the captured vehicle license plate and then preprocess the positioned license plate Second, based on comparison of gray l
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1399131
    • 提供者:君子兰
  1. Seconiakeor

    0下载:
  2. Secondly,the stereo matching way based on feature has been studied,takes the preprocess method fit for the task.In image segmentation,this paper proposes serfadaptive threshold method which has been changed a bit to make it more suitable for the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-27
    • 文件大小:10358945
    • 提供者:杨松
  1. 12122222

    0下载:
  2. 基于特征匹配的英文印刷字符识别,相互学习,互相进步。-Based on feature matching printed English character recognition, mutual learning, mutual progress.
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:249449
    • 提供者:尚明栋
  1. 标准库

    2下载:
  2. 用于车牌字符识别系统中的模板匹配识别法,模板库的简历,含数字字母和汉字(Template matching recognition method for license plate character recognition)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:45056
    • 提供者:麦康机
搜珍网 www.dssz.com