CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 语法分析程序

搜索资源列表

  1. cifafenxiqi

    0下载:
  2. 在source_r.txt文件中写入源程序,对此程序进行语法分析,识别出关键字、标识符、分解符、运算符、常数。最后输出二元式。-Source_r.txt document written in the source, this procedure syntax analysis, identify keywords, identifiers, decomposition operators, operators, constants. Finally the output binary type
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1211261
    • 提供者:zaini
  1. yu_fa

    0下载:
  2. 简单的赋值语句的翻译程序,如输入表达式a=3*4-(8+7)/5,进行词法和语法分析后输出中间结果-A simple assignment statement, the translation program, such as the importation of the expression a = 3* 4- (8+7)/5, for lexical and grammatical analysis of output of intermediate results
  3. 所属分类:Other systems

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

    0下载:
  2. 语法分析是编译过程的核心部分。它的任务是在词法分析识别出单词符号串的基础上,分析并判定程序的语法结构是否符合语法规则。语法分析器在编译程序中的地位如-Syntax analysis is the core of the compilation process. Its task is to identify the word in the lexical analysis of strings of symbols, based on the syntax of programs to anal
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:114079
    • 提供者:bcl
  1. Parser_Dev

    0下载:
  2. 用C语言实现了C-程序的语法分析,以控制空格来显示层次,表示出了语法分析树-With the C language to implement the syntax of C-program analysis in order to control the space to show the level of expressed syntax parse tree
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:24603
    • 提供者:张龙
  1. yuyi

    0下载:
  2. 语义分析器,将语义分析程序编制成子程序,在语法分析器分析出各语法单位后,分析其含义,并将可执行语句或表达式翻译为四元式输出,并将错误信息输出。-Semantic analyzer, semantic analysis program compiled subroutines, in the parser analyzes the syntax of the unit, analyze its meaning, and translated into an executable statement
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:1618
    • 提供者:陈美娟
  1. yufa

    0下载:
  2. 学习编译原理语法分析时候做的小程序,对初学者很有帮助啊!-Compile time syntax analysis principles of learning to do a small program useful for beginners ah!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:239333
    • 提供者:orochi
  1. 29782161Scanner

    0下载:
  2. 递归下降分析法实现C0语言的语法分析器,其中中间表示采用抽象语法树的形式。 程序的输入-sdasdfsadfsadfsdfsdf
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:32200
    • 提供者:chenlin
  1. CompileSys

    0下载:
  2. VC++基于PL/0语言的词法、语法分析系统,测试文件以及源代码工程,从界面来看,貌似很专业。请注意要将编译后的可执行文件放到同一个目录下,否则调用会出错。程序仿VC的界面,调试和IDE环境做的不错。有心朋友请下载研究,这里不多说了。 -VC++ based on the PL/0 language, lexical, syntax analysis system, test files and source code project, from the interface point of
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:394679
    • 提供者:yzj
  1. bianyi

    0下载:
  2. 该程序能够对if-else进行语法指导的翻译,并输出四元式- 条件语句的翻译分析程序设计 ——LR方法、输出四元式kl -compiler theory of curriculum design, if-else statements for the translation, grammatical analysis and lexical analysis.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:2885
    • 提供者:pz
  1. LRTrans1

    0下载:
  2. 该程序为一个手工编码实现的简单SLR语法分析器,其词法分析器调用接口为lex(),语法分析调用接口为SLR1()。-The program is a simple hand-coded implementation SLR parser, the lexical analyzer is called interface lex (), parsing call interface for the SLR1 ().
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:223335
    • 提供者:孔小亮
  1. Parsing

    0下载:
  2. 编译原理中的语法分析。可以对简单的程序分析语法是否正确-Compilation Principle of the grammatical analysis. Program analysis can be a simple syntax is correct
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:7166
    • 提供者:graydawn
  1. Predictor

    0下载:
  2. LL(1)预测分析程序,语法是定的,不过可以稍加修改环境vs2005 语言 C#-LL (1) predictive analysis, grammar is fixed, but can be modified to environmental vs2005 Language C#
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:18033
    • 提供者:高飞
  1. ll(1)

    0下载:
  2. 编译原理中的LL(1)分析程序。具有代表性的语法分析方法。-LL(1)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:4632
    • 提供者:伍颖瑜
  1. tinyscan

    0下载:
  2. tiny语法分析器,源文件以及词法分析程序-tiny
  3. 所属分类:Windows Develop

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

    0下载:
  2. 1、打开源程序文件。 2、进行词法分析。 3、进行语法分析,并解释执行。 4、语句有赋值语句,运算包括加法和乘法的整数运算。 特色功能: 1、支持任意层次的括号,完全支持四则运算;变量允许带有下划线,但下划线不能作为变量的开头。 2、write函数增加了对字符串输出的支持。 3、语法检查与解释执行同步进行,完善的错误检测机制与较好的容错能力,用户可以自主决定是否忽略错误继续执行。 4、支持单行注释(//注释内容)和多行
  3. 所属分类:Compiler program

    • 发布日期:2016-01-26
    • 文件大小:1613600
    • 提供者:孟祥哲
  1. syntax

    0下载:
  2. 语法分析,操作为运行main.exe步骤: 1,开始---运行(输入cmd) 2,在命令运行对话框中执行程序,(首先应该在命令行下用 cd 命令进入到 main.exe 文件所在目录) 运行命令为: main.exe sample-Syntax analysis, operation to run main.exe steps: 1 Start--- run (input cmd) 2, in order to execute the Run dialog box p
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:38271
    • 提供者:李真
  1. 101259369Pascal_compliter76987

    0下载:
  2. 编译原理语法语义分析程序代码,很完整,可以直接运行,语法语义分析代码,-bianyiyuanliyufayuyi分析yuandaima,很好和美女nwanzheng
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:87572
    • 提供者:wangshunyao
  1. 7346269331110658445877

    0下载:
  2. 一个语法语义的语法分析小程序.内含原代码-yuyifenxihenhaodea
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:27516
    • 提供者:wangshunyao
  1. EXAM_A.RAR

    0下载:
  2. 语法分析是编译原理中的一个很重要的内容,这是一个关于语法分析用c语言写的程序代码。-Syntax analysis is compiled on the principle of a very important element, which is a grammatical analysis of language used to write c code.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:10813
    • 提供者:两院
  1. PL

    0下载:
  2. pl\0以语法、语义分析程序为核心 词法分析程序和代码生成程序都作为一个过程,当语法分析需要读单词时就调用词法分析程序,而当语法、语义分析正确,需要生成相应的目标代码时,则调用代码生成程序。 表格管理程序实现变量,常量和过程标识符的信息的登录与查找。 出错处理程序,对词法和语法、语义分析遇到的错误给出在源程序中出错的位置和与错误 性质有关的编号,并进行错误恢复。-pl\0
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:11236
    • 提供者:真实
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 ... 43 »
搜珍网 www.dssz.com