CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - 识别

搜索资源列表

  1. complier

    0下载:
  2. 编写识别表达式文法的合法句子的预测分析程序,对输入的任意符号串,给出分析过程及分析结果。分析过程要求输出步骤、分析栈、剩余输入串和所用产生式。如果该符号串不是表达式文法的合法句子,要给出尽量详细的错误提示。-Write a sentence identifying the legitimate expression grammar prediction analysis program, the input string of arbitrary symbols, given the analy
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:4792
    • 提供者:lilisandy
  1. vkproject

    0下载:
  2. VK3212是UART接口的2通道UART器件。VK3212实现UART扩展2个串口(UART)的功能。 扩展的子通道的UART具备如下功能特点: 每个子通道UART的波特率、字长、校验格式可以独立设置,最高可以提供1Mbps的通信速率。 每个子通道可以独立设置工作在IrDA红外通信、 9位网络地址自动识别、软件自动流量控制、 广播接收等高级工作模式下。 每个子通道具备收/发独立的16 BYTE FIFO,FIFO的中断为4级可编程条件触发点。 VK3212采用SSOP1
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:8722
    • 提供者:孔庆星
  1. cifafengxi

    0下载:
  2. 词法分析,其中包括C++源代码扫描程序识别C++记号。-cifafenxi
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:1418
    • 提供者:晓明
  1. Lexical_Analysis

    0下载:
  2. 设计并实现C语言词法分析程序。要求如下: 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 可以识别并读取源程序中的注释。 可以统计源程序中的语句行数,单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 检查源程序中存在的错误,并可以报告错误所在的行列位置。 发现源程序中存在的错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理,可检查并报告源程序中存在的所有错误。 采用C/C++作为实现语言,手工编
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:3347
    • 提供者:moontea
  1. cifafenxiqi

    0下载:
  2. 识别类C语言的词法分析器,该分析器能识别十进制、八进制、十六进制数,还能识别c语言要求的标识符-Identification of class C language, lexical analyzer, the analyzer can identify the decimal, octal, hexadecimal number, but also identify the language requirements of the identifier c
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:2098
    • 提供者:巩玉帅
  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. VC2010

    0下载:
  2. VC调用中科院分词2010版组件的最新源码! 中国科学院计算技术研究所在多年研究工作积累的基础上,研制出了汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),主要功能包括中文分词;词性标注;命名实体识别;新词识别;同时支持用户词典。我们先后精心打造五年,内核升级8次,目前已经升级到了ICTCLAS2010!-VC call to Word 2010 version of t
  3. 所属分类:Compiler program

    • 发布日期:2017-05-23
    • 文件大小:7228362
    • 提供者:胡名
  1. Compilingpnciplecoursedesign

    0下载:
  2. NFA的确定化是指对给定的NFA都能相应地构造出一个与之等价的DFA,使它们能够识别相同的语言。NFA的确定化使状态转移的复杂度仅为O(1),为状态的转移提供了帮助。-Make the NFA refers to the NFA accordingly given to construct a and the equivalent DFA, enables them to identify the same language. Make the NFA to divert the complex
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1193088
    • 提供者:智利蒋
  1. cifafenxi

    0下载:
  2. 简单的c语言词法分析程序,可以识别关键字,数字,符号等-C-language lexical analysis of a simple program that can identify the keywords, numbers, symbols, etc.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:1201
    • 提供者:mczjyl
  1. cifa

    0下载:
  2. 词法分析的模拟实现,功能是识别程序中的单词和符号,并实现区分关键字和字符-Analog realization of lexical analysis, function is to identify the program words and symbols, and keywords and characters to achieve distinction
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:294735
    • 提供者:candy
  1. windows_c_32

    0下载:
  2. 中文词法分析是中文信息处理的基础与关键。中国科学院计算技术研究所在多年研究工作积累的基础上,研制出了汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),主要功能包括中文分词;词性标注;命名实体识别;新词识别;同时支持用户词典。我们先后精心打造五年,内核升级6次,目前已经升级到了ICTCLAS3.0。ICTCLAS3.0分词速度单机996KB/s,分词精度98.45 ,API不超过2
  3. 所属分类:Compiler program

    • 发布日期:2017-05-27
    • 文件大小:10333913
    • 提供者:陈蓉
  1. FortranToVB

    0下载:
  2. 一款自编的FORTRAN语言到VB6.0语言的自动翻译程序。其语法转换正确识别效率可高达70%,是一个编程语言转换的好帮手。-A self in the FORTRAN language to VB6.0 language automatic translation program. The syntax conversion efficiency can correctly identify up to 70 , which is a programming language translat
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:41902
    • 提供者:zzt
  1. Pascal

    0下载:
  2. Pascal语言语法分析器源码。能正确识别赋值语句,条件语句实现语法分析-Pascal grammatical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:2307
    • 提供者:Mmy
  1. LexicalParsers

    0下载:
  2. 对给定的程序通过词法分析器能够识别一个个单词符号,并以二元式(单词种别码,单词符号的属性值)显示。而本程序则是通过对给定路径的文件的分析后以单词符号和文字提示显示。-The procedures given by the lexical analyzer to recognize one word symbols, and binary-type (word types of ID, the word symbol property value) are displayed. While the
  3. 所属分类:Compiler program

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

    0下载:
  2. 通过设计、变形和调试词法分析器(又称扫描器),了解词法分析的组成 结果,不同种类单词的识别方法,掌握由单词的词法规则出发,然后再用程序实现词法分析器的设计方法。-By design, deformation and debugging the lexical analyzer (also known as scanner), to understand the composition of the results of lexical analysis, different types of w
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:1676
    • 提供者:冯景航
  1. Main

    0下载:
  2. LALR(1)词法分析器 通过设计、变形和调试词法分析器(又称扫描器),了解词法分析的组成 结果,不同种类单词的识别方法,掌握由单词的词法规则出发,然后再用程序实现词法分析器的设计方法。-LALR (1) lexical analyzer through the design, deformation and debugging the lexical analyzer (also known as scanner), to understand the composition of the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:9159
    • 提供者:冯景航
  1. zhengshi

    0下载:
  2. 词法分析器,用于c1文法的词法分析,能识别单词,并输出其类别-Lexical analyzer for parsing grammar can recognize words, and the output of its category
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:660
    • 提供者:wangdefan
  1. asdfasdf

    0下载:
  2. 词法分析器 了解和掌握词法分析的方法;  编程实现给定源语言程序的词法分析器;  利用该分析器扫描源语言程序的字符串,按照给定的词法规则,识别出单词符号作为输出,发现其中的词法错误 -Lexer
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:3761718
    • 提供者:谢亚鑫
  1. c

    0下载:
  2. 编译原理子程序实验,实现基本的程序代码识别
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:326191
    • 提供者:jiangbin
  1. scaner2

    0下载:
  2. 对给定的程序通过词法分析器弄够识别一个个单词符号,并以二元式(单词种别码,单词符号的属性值)显示。而本程序则是通过对给定路径的文件的分析后以单词符号和文字提示显示。-The procedures given by the lexical analyzer words get enough to identify a symbol, and binary-type (other types of code words, words, symbols of the property value) a
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:1634
    • 提供者:林泽期
« 1 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com