CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 数字识别程序

搜索资源列表

  1. VByanzheng

    1下载:
  2. vb字符验证码程序,对含有英文数字的图片,进行识别-vb character code program, the number of images containing the English to carry out identification
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:19224
    • 提供者:atao
  1. real1

    0下载:
  2. 实数格式识别程序 合法的实数书写格式分一般格式和科学格式。分别描述如下: 一般格式= [<符号>]<非负整数>[<.><数字串>] 科学格式= [<符号>]<非负整数>[<.><数字串>]<E> [<符号>]<整数> <符号> = +|- <数字串> = [0]*<非负整数> <非负整数>表示数
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:1127
    • 提供者:lexi
  1. chepaisecaitiqu

    0下载:
  2. 该程序首先把rgb图像转化为XYZ空间,然后在XYZ空间进行一些阈值找到黄色的底色车牌,这是从国外的车牌识别程序,但不明白那些阈值为什么要那么设,用的是什么原理? 还有一个疑问就是,这个程序对于输入的车牌有时候找到的是车牌的底,有时候是车牌的数字。一个是黄色,一个是白色。真不知道怎么找的。-The program first rgb image into XYZ space, and then in the XYZ space to some threshold to find a yel
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:95683
    • 提供者:shayu
  1. shuzishibie

    0下载:
  2. 一个数字识别小程序,针对图片中的数字,进行提取操作,这是一个朋友的作品-A number identifying a small program for the picture of the number of extraction operation, which is a friend' s work
  3. 所属分类:Other systems

    • 发布日期:2015-09-26
    • 文件大小:5457267
    • 提供者:linda
  1. digitalrec

    0下载:
  2. 手写数字识别程序,根据手写鼠标移动的方向,判读输入的数字,可以识别0-9等阿拉伯数字,识别率90 以上-Handwritten numeral recognition program, according to the direction of the handwriting mouse movement, interpretation of the input figures, can be identified 0-9, etc. Arabic numerals, the recogniti
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3579491
    • 提供者:小张
  1. identified-in-set

    1下载:
  2. 基于MFCC参数和DTW算法的语音识别算法,对0-9这十个数字的中文发音进行识别。该程序对特定的五个人做集合内的识别,程序中已有语料。-The MFCC parameter and DTW algorithm-based speech recognition algorithm, the 0-9 ten digits Chinese pronunciation recognition. The program on five specific identification collection
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:274462
    • 提供者:lemywong
  1. identified-out-of-set

    0下载:
  2. 基于MFCC参数和DTW算法的语音识别算法,对0-9这十个数字的中文发音进行识别。该程序对特定的三个人的声音做训练,并用来识别这三个人之外的30个人的发音,即特定人的集合外的识别,程序中已有语料。-The MFCC parameter and DTW algorithm-based speech recognition algorithm, the 0-9 ten digits Chinese pronunciation recognition. Do training of the progr
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:1769309
    • 提供者:lemywong
  1. recognize

    0下载:
  2. 采用C++语言编写的基于BP神经网络的手写体数字识别程序,使用方式为通过命令提示符向main函数传递待识别的图像的绝对路径。-Using C++ language through the command prompt is passed to the main function to be identified image handwritten digit recognition based on BP neural network program, use absolute paths.
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:3239966
    • 提供者:asaisaio
  1. YuYinShiBie

    0下载:
  2. 语音识别程序,能够识别语音文件,但是不足之处,是只能识别特定的几个语音,就是我所上传的几个数字。-Voice recognition program, be able to recognize the voice, but inadequacies can only identify a specific voice, I uploaded a few figures.
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:1925215
    • 提供者:GaoLi
  1. testdlg

    0下载:
  2. 数字识别程序例子识别率高达99 ,希望能对大家有帮助.-The digital identification procedure example recognition rate of 99 , I hope you can help.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:945859
    • 提供者:
  1. digital-modulation

    0下载:
  2. 数字信号调制样式自动识别可以识别数字信号的程序-Digital signal modulation Automatic Identification of the program can recognize the digital signal
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:141578
    • 提供者:张超
  1. numberday1

    0下载:
  2. 识别数字1-9,输入1-9的一个数字,可能显示其相应数字,属于简单的图像识别程序-Identification numbers 1-9, a digital input 1-9, may show the corresponding figures are simple image recognition program
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:90744
    • 提供者:宅喵
  1. clj

    0下载:
  2. 利用统计特征方法中的基于正态分布的最小错误率贝叶斯分类器实现简单的手写数字识别应用程序-digital recognition
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:942
    • 提供者:hyj
  1. BP

    0下载:
  2. 本程序用BP神经网络实现对十六进制数字的识别-This program with BP neural network recognition of hexadecimal digits
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1440
    • 提供者:star
  1. VCtuxing1shibie

    0下载:
  2. vc 图像数字识别程序!!!vc 图形数字识别程序-vc digital image recognition program! ! ! vc graphics digital identification procedures! ! ! vc graphics digital identification procedures! ! !
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:740046
    • 提供者:幻想者
  1. OCR

    0下载:
  2. matlab 编写的OCR数字识别程序,可以识别手写的数字图片。-OCR recognize program by matlab
  3. 所属分类:Other windows programs

    • 发布日期:2015-09-26
    • 文件大小:351232
    • 提供者:李晓
  1. RegFigure

    0下载:
  2. MFC手写数字识别程序,记录笔画及书写方向来区分不同的数字。-MFC handwritten numeral recognition program, recording strokes and written directions to distinguish the different figures.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:11707
    • 提供者:江泽强
  1. keifeng_V8.6

    0下载:
  2. 基于小波变换的数字水印算法matlab代码,实现了对10个数字音的识别程序主要为数据分析和统计。- Based on wavelet transform digital watermarking algorithm matlab code, Realization of 10 digital audio recognition program Mainly for data analysis and statistics.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:7334
    • 提供者:tenghenggun
  1. sum

    0下载:
  2. 本程序实现识别数组中的数组部分并且求取它们的和(This program implements the identification of array parts in the array and the sum of them)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:854016
    • 提供者:小荷尖尖角
  1. 数字图像处理书的补充材料

    0下载:
  2. 本程序包是运用MATLAB进行图像矩阵特征的识别(This package is an image matrix feature recognition using MATLAB)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:16208896
    • 提供者:我试少将
« 12 »
搜珍网 www.dssz.com