CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 编译原理 错误

搜索资源列表

  1. cifafenxi

    0下载:
  2. 编译原理 词法分析器 编译没有错误 界面设计很好-Compiler theory lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:66299
    • 提供者:zy
  1. parser

    0下载:
  2. 编译原理,简单的词法分析器,可以遇到错误提示错误信息跳过并继续分析,将分析后的符号表和TOKEN串表存入txt中-Compiler theory, a simple lexical analyzer, you can skip the error message encountered error and continue the analysis, the analysis of the symbol table and string table into the txt in the TOK
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:29866
    • 提供者:刘斐
  1. PARSER

    0下载:
  2. 语法分析,和编译原理课程配套,可以输出错误原因。输入通过读文件。-Syntax analysis, and compiler theory course package, you can output the wrong reasons. Input by reading the file.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:3251
    • 提供者:薛靖
  1. JSQFinal

    0下载:
  2. 编译原理课程设计,CMM 是一种经过简化的 C 语言,CMM 解释器是一个 CMM 语言 的集成开发环境,经过词法、语法和语义的分析,通过递归下降子程序法对 CMM 语言 进行解释执行。此解释器可以实现几种基本数据类型的表达式计算、隐式转换和强制转 换,循环语句的控制,多维数组的处理,函数调用和重载,变量作用域限制等功能。IDE 能够进行代码自动缩近、语法高亮、撤销重做、括号匹配、错误检查标记、函数定位、 快速注释、输出语法树等。 -CMM is a programming
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:229436
    • 提供者:
  1. JavaLL1analysis

    0下载:
  2. 编译原理LL(1)分析,分析字符串,得出一些结论,并处理一些错误-LL(1)Analysis,can analyse the input string
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:5348
    • 提供者:eric
  1. Compiler

    0下载:
  2. 原创的课程设计的MFC编写的编译原理源程序,内包括sample语言的词法分析,语法分析和部分语义分析,能输出错误信息,语法采用的是递归下降分析方法。内含大量测试代码,方便学习-The compilation of the principle to write MFC source program, including sample in morphology analysis of language, grammar analysis and some semantic analysis, ca
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-19
    • 文件大小:5289988
    • 提供者:欧磊
  1. 3LL(1)

    0下载:
  2. 编译原理上机—语法分析1 目的:熟练掌握自上而下的语法分析方法,并能用C++程序实现。 要求: 1. 使用固定的文法 2. 对于任意给定的输入串(词法记号流)进行语法分析,递归下降方法和非递归预测分析方法可以任选其一来实现。 3. 要有一定的错误处理功能。即对错误能提示,并且能在一定程度上忽略尽量少的记号来进行接下来的分析。可以参考书上介绍的同步记号集合来处理。 可能的出错情况:idid*id, id**id, (id+id, +id*+id …… 4. 输入串以#结
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:18677
    • 提供者:girlatsnow
  1. s

    0下载:
  2. 语法分析器-编译原理,可以输出词法错误,语法分析可以报出行错误,程序列表易懂-Parser- compiler theory, the output of lexical errors, syntax analysis can be the error of travel, the list of programs to understand
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:3301
    • 提供者:laurel
  1. analyser

    0下载:
  2. 编译原理中的词法分析器,分析一段程序中的词法错误。-Compiler Principle of lexical analyzer, lexical errors in a program.
  3. 所属分类:Windows编程

    • 发布日期:2017-04-04
    • 文件大小:727
    • 提供者:雅典娜
  1. bianyiyuanli

    0下载:
  2. 编译原理词法和语法分析器,用C语言编写的,运行没有错误。-Compiler theory lexical and parser written in C, runs without error.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:1270029
    • 提供者:陈博毅
  1. lexical_analysis_program

    0下载:
  2. 编译原理、词法分析程序。 题目:词法分析程序的设计和实现 实验内容:设计并实现C语言的词法分析程序,要求如下。 (1)可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 (2)可以识别并读取源程序中的注释。 (3)可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4)检查源程序存在的错误,并可以报告错误所在的行列位置。 (5)发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:5397
    • 提供者:王大可
  1. Posifix_project01

    0下载:
  2. 编译原理project1:后缀表达式的实现 处理对象是一种中缀表达式,表达式中运算量是0-9的单个数字,支持加减运算,表达式中不允许有任何空格,制表符等空白符号。程序功能是将终端用户输入的一个中缀表达式转换为等价的后缀表达式后输出,如果输入有误,会有相应的错误提示;程序有实验软装置,生成注释化html文档-Compiler theory project1: postfix expression to achieve processing object is an infix expressi
  3. 所属分类:Java Develop

    • 发布日期:2017-11-17
    • 文件大小:56682
    • 提供者:静宇
  1. cifafenxiqi

    0下载:
  2. 用JAVA开发的词法分析器,编译原理课程设计,主要实现以下功能:1.巩固对词法分析的基本功能和原理的认识。 2.能够应用自动机的知识进行词法分析。 3.理解并处理词法分析中的异常和错误。 -JAVA development lexical analyzer, compiler theory curriculum design, the main achievement of the following features: 1. Consolidate the basic unders
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:116736
    • 提供者:郭连东
  1. complieTest1

    0下载:
  2. 编译原理课程写的词法分析程序。该词法分析程序能够读取测试输入文件中的源程序,并将其词法分析的结果即token序列或词法分析错误信息输出到tokenOut.txt中-Compiler theory lexical analysis program written procedures. The lexical analysis program that can read the test input file of the source, and lexical analysis of the r
  3. 所属分类:Compiler program

    • 发布日期:2017-11-21
    • 文件大小:998
    • 提供者:程浩
  1. word

    0下载:
  2. 编译原理课程的词法分析程序。 该程序主要是完成上述Pascal语言子集单词符号的词法分析;不区分大小写,字母为a-z A-Z,数字为0-9;‘/*……*/’为程序的注释部分;词法分析程序应能发现输入串中的错误;词法分析结果为二元式序列组成的中间文件。-Compiler theory courses lexical analysis procedure. The program is the completion of a subset of the Pascal language lexic
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:210880
    • 提供者:li
  1. grammar

    0下载:
  2. 编译原理,识别tiny+语言,并进行错误类型的反馈-Compiler theory, language identification tiny+
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:6280
    • 提供者:nk
  1. 2

    0下载:
  2. 上海大学编译原理实验二 词法分析 pl/0将实验一“词法分析”的输出结果,作为表达式语法分析器的输入,进行语法解析,对于语法正确的表达式,报告“语法正确”;    对于语法错误的表达式,报告“语法错误”, 指出错误原因。-Compiler theory Shanghai University Experiment II Lexical analysis pl/0 to experiment a "lexical analysis" of the output, as the
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2489039
    • 提供者:盛俊
  1. yufafenxi

    0下载:
  2. 编译原理语法分析。自顶向下分析语法,首先要分析词法是否正确,若错误有错误提示,若没有进行语法分析自顶向下匹配字符串,显示匹配成功,或者失败结果。-Parsing compiler theory. Top-down analysis of grammar, lexical analysis is correct first, if an error has error, if there is no top-down parsing strings match, display matching
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1242
    • 提供者:相小果
  1. compiler

    0下载:
  2. 编译原理词法分析实现关键字,注释符,错误处理,数字,字母的识别。-Compiler theory lexical analysis to achieve keywords, comments, character, error handling, numbers, letters of recognition.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3230
    • 提供者:sxw
  1. lexical-analyzer

    1下载:
  2. 编译原理实验报告 实验一:词法分析器 实验目的: 实现TINY+语言的词法分析程序(扫描程序) 实验内容: 1、词法分析器输入输出 扫描程序的输入是源代码文件,输出是token串。 2、需要遵循“最长串匹配原则”,如匹配字符串‘:=’ 为赋值操作符,而不是冒号和等号两个操作符。 Token 以键值对 (Kind, Value)的形式表示。下面的符号表示不同的token类别(即Kind的取值) KEY 表示保留字 SYM 表示特殊符号 ID 表示标识符
  3. 所属分类:Windows Kernel

    • 发布日期:2016-05-08
    • 文件大小:2717696
    • 提供者:alfred artorius
« 1 2 34 »
搜珍网 www.dssz.com