搜索资源列表

  1. 编译原理简单优先

    0下载:
  2. 编译原理简单优先的文法的分析,有过程,一目了然,谢谢指教。-compiler priority to the principle of simple grammar analysis, a process, clear, thank you for your excellent suggestion.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1489
    • 提供者:王立伟
  1. 简单优先算法

    0下载:
  2. 本程序主要用于实现自底向上分析技术中的简单优先分析算法,简单文法可由键盘输入,实现功能包括:简单优先文法的判别,优先关系矩阵的输出,句子的识别等-the procedures used to achieve a bottom-up analysis of a simple priority analysis algorithms, simple grammar could be the keyboard input to achieve
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3488
    • 提供者:米子
  1. while循环 简单优先 四元式

    0下载:
  2. while循环语句的翻译 简单优先法 四元式输出
  3. 所属分类:其它

  1. 编译原理简单优先

    0下载:
  2. 编译原理简单优先的文法的分析,有过程,一目了然,谢谢指教。-compiler priority to the principle of simple grammar analysis, a process, clear, thank you for your excellent suggestion.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:王立伟
  1. 简单的表达式求值

    0下载:
  2. 语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。-syntax analysis is correct after it evaluates the value used for a number of operations and the operator stacks stack, and an operator priority list (
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:1972224
    • 提供者:李平
  1. 简单优先算法

    0下载:
  2. 本程序主要用于实现自底向上分析技术中的简单优先分析算法,简单文法可由键盘输入,实现功能包括:简单优先文法的判别,优先关系矩阵的输出,句子的识别等-the procedures used to achieve a bottom-up analysis of a simple priority analysis algorithms, simple grammar could be the keyboard input to achieve
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:米子
  1. 0123

    0下载:
  2. 条件语句if,then,else的简单优先法,输出三地址码,显示简单优先矩阵.-conditional statement if, then, else the simple priority method, the output addresses three yards, showing simple priority matrix.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-22
    • 文件大小:238592
    • 提供者:闵若琼
  1. WHILE语句的翻译

    0下载:
  2. 用简单优先法设计并编写一个WHILE循环语句的语法及语义分析程序并输出用四元式表示的中间代码,同时实现词法分析程序对单词序列的词法检查和分析。-simple priority Design and prepare a WHILE loop is the syntax and semantic analysis procedures used and output 4 yuan, said the middle-code, while a
  3. 所属分类:其它资源

    • 发布日期:2024-05-22
    • 文件大小:10240
    • 提供者:fdf
  1. CP_DESIGN

    0下载:
  2. 编译原理全套实验源代码。包括词法分析,递归下降语法分析,LL(1)语法分析,简单优先语法分析和算符优先语法分析-compile a full set of experimental principle source code. Including lexical analysis, recursive grammar decline, LL (1) syntax analysis, priority simple syntax anal
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-22
    • 文件大小:832512
    • 提供者:chuchao
  1. jiandan

    0下载:
  2. 不错的编译原理课程设计程序 希望大家能用的上 简单优先法-good compiler theory of curriculum design procedures hope everyone can be a simple method priority
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-22
    • 文件大小:14336
    • 提供者:何锐
  1. mndsfg

    0下载:
  2. 这是简单优先文法分析的全部源代码 fejgdmuhf军宣队复活-priority, this is a simple grammar analysis of all source code fejgdmuhf military announced the revival of team
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:4096
    • 提供者:
  1. ljSimple

    0下载:
  2. 输入一个DO-WHILE的语句,进行词法分析,词法分析器利用超前搜索,状态转换等方法,将源程序转化成为一个一个的单词符号二元式,如果词法分析无误,则进入语法分析部分,使用简单优先法进行文法分析,为每个终极符与非终极符之间定义优先关系,利用优先关系进行移进-规约,如果能规约到文法的开始符,则文法分析成功,输出四元式.-importation of a DO-WHILE statements, lexical analysis, lexic
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-22
    • 文件大小:246784
    • 提供者:liujing
  1. duomem

    0下载:
  2. 操作系统的一次大作业,处理简单优先的程序-Operating system in a large operation, giving priority to deal with simple procedures
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-22
    • 文件大小:6144
    • 提供者:高歌
  1. FANYICHENGXU

    0下载:
  2. IF-ELSE条件语句的翻译程序设计(简单优先法、输出三地址表示) 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) (1) 写出符合给定的语法分析方法的文法及属性文法。 (2) 完成题目要求的中间代码三地址表示的描述。 (3) 写出给定的语法分析方法的思想,完成语法分析和语义分析程序设计。 -IF-ELSE conditional statements translation p
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-22
    • 文件大小:104448
    • 提供者:朱晓文
  1. bianyiyuanli

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(简单优先法、输出三地址表示)编译原理课程设计-DO-WHILE loop translation program design (simple priority method, output of the three addresses that) Compilation Principle Course Design
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:周雄
  1. jdyx

    0下载:
  2. 实现简单优先分析功能 有一定的学习作用 功能有待改进-Simple priority analysis function has some room for improvement in learning the role of functional
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:
  1. mycompile

    0下载:
  2. 编译原理 IF条件语句的翻译程序设计—简单优先法、输出四元式 通过设计、编制、调试一个条件语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。 具体做到以下几点: ①对输入语句进行词法分析。将输入的字符串进行扫描和分解,识别出一个个合法的单词。单词种类包括:关键字,标识符,运算符,常数和界限符 ②进行语法分析。编写条件语句的相应文法,按照语法分析方法中的简单优先分析法为
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:9216
    • 提供者:rachel
  1. FOR

    0下载:
  2. 编译课程设计,FOR语句的简单优先分析,程序功能强大,能针对任意简单优先文法,自动识别生成简单优先矩阵。可以支持FOR的无限嵌套,四元式地址输出。-Compiler design courses, FOR priority analysis of a simple statement, the program is powerful and can be a priority for arbitrary simple grammar,
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-22
    • 文件大小:254976
    • 提供者:wangyao
  1. bianyiyuanli

    0下载:
  2. FOR循环语句的翻译程序设计(简单优先法、输出四元式),写出符合给定的语法分析方法的文法及属性文法。 完成题目要求的中间代码四元式的描述。 写出给定的语法分析方法的思想,完成语法分析和语义分析程序设计。 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。-FOR loop of the translation process design (a simple priority method, the outpu
  3. 所属分类:软件工程

    • 发布日期:2024-05-22
    • 文件大小:92160
    • 提供者:warmorange
  1. simplefirst

    0下载:
  2. 我学编译原理时做的一个简单优先算法,希望对大家有所帮助-I have learned when compiling principle of priority of a simple algorithm, we want to help
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-22
    • 文件大小:168960
    • 提供者:
« 12 3 4 5 6 7 8 9 10 ... 13 »

源码中国 www.ymcn.org