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

搜索资源列表

  1. LR-parser

    1下载:
  2. LR分析器设计 给定说明语句的拓广文法G[S ]如下: (0) S ->S (1) S->v I:T (2) I->I,i (3) I->i (4) T->r 其中v代表终结符var,r代表real。 其识别规范句型活前缀的DFA及LR(0)分析表如下: 输入 状态 ACTION表 GOTO表 v i , : r # S I T 0 S2 1 1 acc 2 S4
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-05-24
    • 文件大小:213164
    • 提供者:浮云
  1. lex-and-yacc

    0下载:
  2. 对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的ASCII码进行判断,将在ASCII码值在一定区间进行区分(使用if语句来判断),分开来后,对其所在ASCII值区间的不同,给予以不同的属性(比如:系统保留字…),词法分析器完成后要能识别+,-,=等字符。 对输入的程序语句进行分析。对每个非终结点定义单个函数,定义了它的后继节点。然后用一个构造来的函数,使定义的后继节点符合语法,否则报错。 -Analysis of the i
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:107949
    • 提供者:凡亚东
  1. matlabfingerprint

    1下载:
  2. 基于MATLAB的指纹识别代码,内部含有指纹指纹识别的基本步骤的介绍,和相关代码的编写说明-MATLAB-based fingerprint identification code, the internal fingerprint fingerprint identification with the basic steps of introduction, written descr iption and related codes
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:282712
    • 提供者:zhengjun
  1. 6

    0下载:
  2. 1.按要求设计实现能识别上述文法所表示语言的语法分析器,并要求输出全部分析过程; 2.要求详细描述所选分析方法针对上述文法的分析表构造过程; 3.完成对所设计语法分析器的功能测试,并给出测试数据和实验结果; 4.为增加程序可读性,请在程序中进行适当注释说明; -1. Designed and implemented as required to recognize that the grammar of the language parser, and called out al
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:164457
    • 提供者:张毅
  1. bianyiyuanli

    0下载:
  2. 1.按要求设计实现能识别上述文法所表示语言的语法分析器,并要求输出全部分析过程; 2.要求详细描述所选分析方法针对上述文法的分析表构造过程; 3.完成对所设计语法分析器的功能测试,并给出测试数据和实验结果; 4.为增加程序可读性,请在程序中进行适当注释说明; -1. Designed and implemented as required to recognize that the grammar of the language parser, and called out al
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:164468
    • 提供者:张毅
  1. renliangshibie

    0下载:
  2. 外国人写的人脸识别代码。可以运行哦。里面的readme文档包含了详细的说明-First you have to start the matlab program and select the main directory. After this selection, type ‘START’ to open the program. Then a bar that contains a redline which moves on it can be seen.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:395451
    • 提供者:陈瑶
  1. main2

    0下载:
  2. 人脸识别PCA算法 方便扩充 适合初学者编程 内有详细说明-PCA face recognition algorithm is easy to expand programming for beginners with detailed instructions
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:1725
    • 提供者:马媛媛
  1. BPXOR

    0下载:
  2. 模式识别作业-自编的BP神经网络判断异或的matlab源代码,每一步都有详细说明。并有详细的结果输出。-Pattern recognition operations- the BP neural network to determine self XOR the matlab source code, detailed descr iption of each step. And a detailed results output.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1051
    • 提供者:yumingwei
  1. Pca-based-face-recognition-matlab-

    0下载:
  2. 基于pca的人脸识别matlab程序,有详细说明,已经调试过了,可以运行-Pca-based face recognition matlab program, a detailed descr iption, have been debugged, you can run
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:9029
    • 提供者:yshg
  1. shenfenzhengsb

    0下载:
  2. 一个用asp写的第二代身份证识别系统,并配有说明!-Using asp to write a second generation ID card identification systems, and with instructions!
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-01
    • 文件大小:808577
    • 提供者:胡昕
  1. RLSB

    0下载:
  2. 人脸识别的一个小程序,使用说明及思路在word文档里。-Recognition of a small program, the use of the word and the idea of ​ ​ documentation.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-13
    • 文件大小:3293091
    • 提供者:
  1. net

    0下载:
  2. 用c写的BP神经网络人脸识别,可以识别姿势,表情,是否带太阳镜。gcc下执行通过,其中含有说明文件,注意编译和执行时放好文件夹的路径-C write with the BP neural network face recognition, can recognize gestures, facial expressions, whether with sunglasses. performed by gcc, which contains documentation, pay attention
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-27
    • 文件大小:10491976
    • 提供者:wanglei
  1. KeyWordsOfSpeechRecognition-

    0下载:
  2. 基于关键词识别的机器人的语音导航报告 第一章 语音识别基础知识 第二章 基于关键词识别机器人的使用说明-Based on keywords recognition of the robot voice navigation report The first chapter speech recognition to the basic knowledge The second chapter based on keywords recognition that
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-04
    • 文件大小:1032940
    • 提供者:
  1. cifa

    0下载:
  2. 完成下述文法所描述的单词符号的词法分析程序,文法如下: <标识符>--><字母>|<标识符><字母>|<标识符><数字> <无符号整数>--><数字>|<无符号整数><数字> <分界符>-->+|-|*|/| |(|)|{|}|<|<=|=|!=|>=|>|:=|<空格> <字母&g
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:1599
    • 提供者:安志明
  1. efinger

    0下载:
  2. 完整的VC指纹识别源代码,并且有详细的说明,使用方便-Complete source code VC fingerprint identification and a detailed descr iption, easy to use
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-19
    • 文件大小:5561804
    • 提供者:陈本强
  1. winrar

    0下载:
  2. 本站以前发布过一个VB解压缩RAR文档的示例(见本站源码: http://www.mndsoft.com/blog/article.asp?id=688),有很多网友提示出错,后来才发现是 UnRar.dll版本太旧的缘故。现在重新发布一个使用 UnRar.dll进行解压缩、压缩文件测试及注释信息提取等功能的源代码。这个 UnRar.dll目前为最新版,版本是 3.80.2.166,可以向下兼容识别所有Winrar格式的压缩文件。这个示例就是利用这个动态链接库进行的一些操作,但目前还没有压缩文
  3. 所属分类:Button control

    • 发布日期:2017-03-29
    • 文件大小:42289
    • 提供者:Ivaker
  1. ocr

    0下载:
  2. 这是一个基于OFFICE组件的字符识别及OPENCV简单操作,图片路径需要自己进行更改,代码里面有详细说明-This is a component-based character recognition and OFFICE OPENCV simple operation, image paths need to make changes to their code which is described in detail
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:120255
    • 提供者:计科狂人
  1. face

    0下载:
  2. 人脸表情识别,包括提取特征点与识别,文件中有说明-Facial expression recognition, including the extraction of feature points and recognition, the document is described
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-30
    • 文件大小:12602657
    • 提供者:ljm
  1. Debug

    0下载:
  2. 关于人脸加密的程序说明,生物特征识别中的一种-About Face encryption program descr iption, a biometric identification
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:740231
    • 提供者:何洁玲
  1. opencvCar

    2下载:
  2. 开发环境:vc6.0 ,opencv1.0.整体功能:实现车牌跟踪,检测,车牌定位,车牌分割,字符 分割,字符识别,其中车牌跟踪和车牌检测不是很好,但是对于已经拍好的图片,车牌定位, 车牌分割,字符分割和字符识别效果很好。程序中的核心算法,本人已加详细注释。具体详见程序说明。希望对你有所帮助。-Development Environment: vc6.0, opencv1.0. Overall functions: license plate tracking, detect
  3. 所属分类:OpenCV

    • 发布日期:2015-02-21
    • 文件大小:2115584
    • 提供者:likui
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 25 »
搜珍网 www.dssz.com