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

搜索资源列表

  1. yufafenxiqigouzhao

    0下载:
  2. 语法分析器构造 借助于词法分析程序提供的分析结果,编写一个算符优先语法分析程序,程序能进行语法结构分析和错误检查并产生相应的归约信息。同时给出出错信息和错误类型,从而加深对语法分析的理解。 -parser using lexical analysis procedure for the analysis of results prepare a priority operator syntax analysis procedures, procedures for structural
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:11.66kb
    • 提供者:duoduo
  1. sukongyima1

    0下载:
  2. 主要是译码模块的预处理。判断字符语法等错误-decoding module is the pretreatment. Character judgment syntax error
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5.95kb
    • 提供者:位闯
  1. bianyiqi

    1下载:
  2. 八、 设计SAMPLE语言的语法、语义分析器,输出四元式的中间结果。 检查要求: a] 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音)。 b] 请求输入测试程序名,键入程序名后自动开始编译。 c] 输出四元式中间代码(样式见样板输出3和4)。 d] 能发现程序的语法错误并输出出错信息。 -Eight, design SAMPLE language grammar, semantic analyzer, the output quaternion type
  3. 所属分类:Compiler program

    • 发布日期:2017-04-23
    • 文件大小:11.01kb
    • 提供者:lilianjie
  1. weiji

    0下载:
  2. 微机原理实验报告学习利用编译错误信息进行程序修改;(程序包含一个语法错误和一个逻辑错误) 学习程序流程控制: 条件跳转指令ja jb  call指令,观察程序执行时堆栈的变化(学会用debug –g命令设置断点); -Computer experiment to study the use of the report compiled for the procedure to amend an error message (program contains
  3. 所属分类:assembly language

    • 发布日期:2017-03-22
    • 文件大小:5.59kb
    • 提供者:宋立泉
  1. VACRACKlaoliubanben

    0下载:
  2. 这是一个很好的VC6下面的重要的辅助工具 利用过VC6的同志们都知道 编写C++程序是相当不容易的 所以有了这个工具 就可以避免语法书写错误-This is a very good following VC6 important use of aids VC6 comrades know the preparation of C++ program is not quite so easy with this tool to write on the syntax error can be av
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5.35mb
    • 提供者:刘立京
  1. Verilog_Traffic_light_controller

    0下载:
  2. Verilog实现的交通灯控制的程序 运行通过无语法错误-Verilog realization of the control of traffic lights run through the non-syntax error
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:984byte
    • 提供者:YangPeng
  1. VB

    0下载:
  2. 根据编译原理,对所写程序进行编译分析,以确定是否存在语法错误-Compiled in accordance with the principle of written procedures for the compiler analysis to determine whether there is a syntax error
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:1.83kb
    • 提供者:赵云
  1. diguixiajiang

    0下载:
  2. 递归下降的基本思想: 为每一个非终结符构造一个子程序,每一个子程序的过程体中按该产生式的候选项分情况展开,遇到终结符直接匹配,而遇到非终结符就调用相应非终结符的子程序。该分析从调用文法开始符号的子程序开始,直到所有非终结符都展开为终结符并得到匹配为止。若分析过程中达到这一步则表明分析成功,否则表明输入中有语法错误。递归下降分析对文法的限制是不能有公共左因子和左递归。由于文法是递归定义的,因此子程序也是递归的,被称为递归下降子程序。 -The basic idea of recursiv
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:1.42kb
    • 提供者:WM
  1. yufa

    0下载:
  2. 语法分析器,对已给pascal语言文法,构造LL(1)分析表,编制语法分析程序,要求将错误信息输出到语法错误文件中,并输出分析句子的过程-Parser that have been to the pascal language grammar, structure LL (1) analysis table, the preparation of parsing procedure that requires the output to the error message syntax erro
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1.86mb
    • 提供者:陈美娟
  1. jufafenxi

    2下载:
  2. c—语言的句法分析器。读入一个C--语言程序,判断该程序是不是一个合法的C--语言程序。如果程序有语法和语义错误,则给出错误信息。-c-language parser. Read into a C- language program, to determine whether the program is not a valid C- language program. If the program has syntax and semantic errors, then gives an er
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:38.95kb
    • 提供者:蓝旺隆
  1. bian-yi-yuan-li-kechengsheji

    1下载:
  2. 编译原理课程设计:建立文法及其LL(1)分析表表示的数据结构,设计并实现相应的预测分析器,对源程序经词法分析后生成的二元式代码流进行预测分析,如果输入串是文法定义的句子则输出“输入串分析成功”,否则输出“输入串语法错误”。-Principles of Course Design Compiler: A Grammar and LL (1) of the table that the data structure, design and implement the corresponding pr
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:99.36kb
    • 提供者:
  1. Analyser

    0下载:
  2. 编译原理语法分析器,用于将读进的代买进行分析,发现相应的语法错误-Parser compiler theory, used to read the analysis into the generation of buy and found the syntax error
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:646.32kb
    • 提供者:郑楠
  1. PipLine

    0下载:
  2. Compiling Pipeline Code And Created Logic And Syntax Error
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:360.08kb
    • 提供者:ebadula
  1. 043117

    0下载:
  2. 一个程序来检测c语言程序中的简单语法错误。例如:不配对的圆括号,方括号和花括号。并注意单引号,双引号和注释段的处理。-A program to detect c language program in a simple syntax error. For example: No matching parentheses, brackets and braces. And note that single quotes, double quotes and comments section of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2.17kb
    • 提供者:痛苦的西瓜
  1. Proficient.learning.VC.Report.Syntax.Error.

    0下载:
  2. 精通VC Report Syntax Error实例源码设计代码希望对大家有帮助,代码还行Proficient in learning the classic VC Report Syntax Error Code information -Proficient in learning the classic VC Report Syntax Error Code information
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:29.94kb
    • 提供者:李南剑
  1. SketchUp

    0下载:
  2. 帮助你好好的使用vc++这个软件,可以避免发生语法错误-Help you properly use vc++ this software, you can avoid a syntax error
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2.88mb
    • 提供者:li630748
  1. cifafenxi

    0下载:
  2. c++编写的词法分析器,能够对简单的语法错误进行检测和报错!-written in c++ lexical analyzer can be a simple syntax error detection and error!
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:893.64kb
    • 提供者:zhong
  1. cesijieguo

    0下载:
  2. 编写一个程序来检测c语言程序中的简单语法错误。例如:不配对的圆括号,方括号和花括号。并注意单引号,双引号和注释段的处理。-Write a program to detect c language program in a simple syntax error. For example: No matching parentheses, brackets and braces. And note the single quotes, double quotes and comments sect
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:3.09kb
    • 提供者:张雯
  1. ada1

    0下载:
  2. 初识VC++6.0上机环境,学会建立工程、文件,学会编译、链接并运行程序,查找并修改简单的语法错。 (2)正确调用输入输出处理的函数scanf( )、printf( )、getchar( )、putchar( )进行数据的I/O,观察输出格式,掌握键盘输入方法。 (3)初步使用调试器跟踪程序,观察变量的值的变化情况。 -Acquaintance VC++6.0-on environment, learn to build the project, documents, learn t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:38.92kb
    • 提供者:harrt
  1. Syntax-Analyzer

    0下载:
  2. Syntax Analyzer: this tool with nice GUI can analyze the simple C++ code for syntax errors! It will also tell you the line of syntax error! You could type the code or open a text file with code, and it is also possible to save a file with code.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-17
    • 文件大小:4.46mb
    • 提供者:benjy
« 12 3 4 5 6 »
搜珍网 www.dssz.com