CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 字母 识别 C

搜索资源列表

  1. changyongsousuosuanfa

    0下载:
  2. 常用搜索算法 光盘上包括了书上提供的例程及算法,均可在Visual C++ 6.0下编译通过。 读者可参照书籍了解程序的使用。 实验素材里面提供了一些模式识别实验用的数据库。其中“数字和字母图像” 用于脱机字符识别里的模板匹配法,USPS字库用语Fisher线性判定识别手写数 字。由于一些原因,有些数据库不能提供,需要读者自己采集样本。 -search algorithm commonly used on the CD, including a book on th
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:131868
    • 提供者:super
  1. sobel-bytq

    0下载:
  2. 关于字母数字识别的图像数字处理,有特征提取等,是c++程序
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:971
    • 提供者:晓海
  1. 大小字母判别

    1下载:
  2. 手写26个字母,在vc++上编程实现,效果还不错。
  3. 所属分类:图形/文字识别

  1. Asprise-OCR-C-Windows_XP_32bit

    0下载:
  2. 验证码识别dll库,对于未加花、噪,纯数字与字母均可识别,Asprise-OCR-C-Windows
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:1782463
    • 提供者:sdfsfsdf
  1. car

    0下载:
  2. 一个车牌检测的程序,可以检测出汽车牌照,数字字母识别非常准确,汉字识别会有错误-A license plate detection program that can detect license plates, numbers, letter recognition is very accurate, there have been mistakes Chinese character recognition
  3. 所属分类:Graph program

    • 发布日期:2017-03-23
    • 文件大小:167300
    • 提供者:皮皮鲁
  1. c

    0下载:
  2. 实现源程序输入串中注释、续行符的删除,换行符和Tab的替换,大写字母变换,得到预处理后的文本串,为单词识别做好准备。-Realization of input strings in the source notes, continued at the deleted line, newlines, and Tab replacement, capital letters transform, obtained after pretreatment of the text string, read
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:1163
    • 提供者:陈斌
  1. Compiler

    0下载:
  2. 编译课上做的小程序,用四种分析方法分别实现(LL1,算符优先,递归下降,简单词法分析) 完成对正则文法所描述的Pascal语言子集单词符号的词法分析程序。 <标识符>→字母︱ <标识符>字母︱ <标识符>数字 <无符号整数>→数字︱ <无符号整数>数字 <单字符分界符> →+ ︱- ︱* ︱ ︱(︱) <双字符分界符>→<大于>=︱<小于>=︱<小于&g
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:483490
    • 提供者:丁丁
  1. cifa

    0下载:
  2. 此为C语言的词法分析器,基本能识别标示符、数字、字母,运算符等-This is the C language, lexical analyzer, to identify the basic indicators, numbers, letters, and other operators
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:18983
    • 提供者:
  1. characterrecognition

    0下载:
  2. 本程序采用的算法有两部分组成:一是建立各类字符的模型库,二是对待识别样本进行识别分类。但由于本程序采用的七个特征量不能完全识别出ABCDE五个字母,其中C会被识别为A,B会被识别为D,这可能是因为通过七个特征量进行识别是A与C、B与D的计算值比较接近,故从而无法正确识别,该算法有待改进。-Algorithm used in this procedure has two parts: First, the establishment of various types of character mo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:545398
    • 提供者:燕子
  1. bianyi

    0下载:
  2. 1、设计题目:词法分析器的设计。 2、设计要求: 1、 使用任何一种编程语言编制一个词法分析程序。 2、 该程序能够识别的单词有5类: (1) 关键字:"long", "float", "static", "char", "short", "switch", "int", "const", "if", "then", "else", "for", "while", "break"。 (2) 常数:任何整型常数 (3) 标识符:字母打头的字母数字串。 <标识符&
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:5024
    • 提供者:xufei
  1. PR_letters_numbers

    0下载:
  2. 一个用C语言编写的车牌识别程序,可以识别出字母和数字,适合初学者学习。-A language with a C license plate recognition program that can identify letters and numbers, suitable for beginners to learn.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:45157
    • 提供者:wangdianwei
  1. cSharpyanzhengma

    0下载:
  2. 用C#做的验证码权限问题带有数字没有字母的验证图像识别代码请大家参考-C# to do with permission issues verification code with numbers no letters of verification Image recognition code Please refer to
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:4192
    • 提供者:高洁
  1. NBuilder-Lexical

    0下载:
  2. 用MFC实现的C语言词法分析器,是学习编译原理的不错的参考资料,本程序用VS2010编写,此词法分析程序可分析出C语言中: 标识符(以字母或下划线开头,后面可以是数字字母或下划线) 字符串常量 字符常量 整数常量 普通实型 有+/-科学记数 无+/-科学记数 注释说明,还不能处理预处理命令33种运算符说明:,() [] .在界符中有,这里出 , ? : sizeof 也没给出11种分界符32种关键字程序使用转换表设计,运行速度快,本人还对每个能识别的符号
  3. 所属分类:Compiler program

    • 发布日期:2017-06-13
    • 文件大小:21183520
    • 提供者:杨兵
  1. BP-Letters

    1下载:
  2. 基于BP神经网络的手写英文字母识别,使用C#语言编写,含字母图片-Based on BP neural network Handwritten English letters recognition, the use of C# language, including alphabet picture
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:346904
    • 提供者:kelven
  1. Letter-recognition

    0下载:
  2. 基于神经网络, 采用 Matlab 6. 5 和 Visual C, 设计一个字母识别系统。 该系统通过对 BMP 图片的二值化 处理,在 VC 环境下调用 Matlab,并将把二值化后的数据进行网络训练,从而实现 26 个英文字母的识别。 系统性能的测试表明,系统所训练的神经网络有很好的抗干扰能力。-The design letter recognition system based on neural network, using Matlab 6. 5 and Visual C,. T
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:122592
    • 提供者:王朝
  1. chepaishibie

    0下载:
  2. 基于 c++的车牌识别,可识别数字英文字母,不能识别汉字-Based license plate recognition c++ to identify the number of letters of the alphabet does not recognize Chinese characters
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-25
    • 文件大小:4653618
    • 提供者:陈梓钿
  1. 1

    0下载:
  2. 词法分析器,利用了C++的文件,可以识别数字,字母,标示符等-Lexical analyzer, using the C++ files can identify numbers, letters, identifier
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:3829799
    • 提供者:王乐子
  1. OCR

    1下载:
  2. 用于识别图像中的数字和字母,识别准确率高,基于c#语言开发的识别工具(It is used to identify the numbers and letters in the image, and the recognition accuracy is high. The identification tool based on c# language is developed)
  3. 所属分类:中间件编程

    • 发布日期:2018-01-02
    • 文件大小:71680
    • 提供者:haitian1101
  1. Lenet5_EasyPR_D

    0下载:
  2. 利用eastpr技术对不同的自然环境下的车牌进行分割,以及对不同的字母和数字进行识别(Using eastpr technology to divide the license plate in different natural environment, and identify different letters and numbers.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:3259392
    • 提供者:咖啡先生
  1. GetCode

    0下载:
  2. 通过图片识别,自动识别验简单数字、字母证码,实现自动输入。(Through image recognition, we can automatically recognize simple numbers, letters and codes, and achieve automatic input.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:1844224
    • 提供者:eescut
« 12 »
搜珍网 www.dssz.com