搜索资源列表

  1. LB8

    0下载:
  2. 编译原理,逆波兰式。-compiler theory, inverse Polish.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:博怡
  1. Java二叉树的后续遍历

    0下载:
  2. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:罗文
  1. 21codes_del62755882442

    0下载:
  2. 将布尔表达式翻译成后缀式(即逆波兰式),中间有词法分析,语法分析及中间代码生成-Boolean expressions to be translated into the suffix- (reverse Polish), there is a lexical analysis, Grammatical analysis and intermediate code generator
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:1308672
    • 提供者:张丽
  1. polanshi111

    0下载:
  2. 逆波兰式计算数值 可以进行加减乘除以及括号运算 输入数字或未知数x都可以 程序有带改进-inverse Polish numerical calculations can be carried out brackets and the arithmetic operations figures or unknown input x can procedures had brought improvements
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:250880
    • 提供者:R.J
  1. nbl

    0下载:
  2. 逆波兰式计算,将格式化数组转化为逆波兰表达式,a为输入的数组,n为其长度,p为输出逆波兰表达式的目标,m记录逆波兰表达式的长度 -inverse Polish, the array will be formatted into reverse Polish expression, a for the importation of arrays, its length n, p output of the inverse expressi
  3. 所属分类:书籍源码

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:郑伟
  1. hxf

    0下载:
  2. 编译原理课程设计,输入布尔表达式,然后有系统自动转换为逆波兰四元式-compiler theory of curriculum design, the importation of Boolean expressions, and then the system automatically converted to reverse Poland four yuan-
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:hxf
  1. zh

    0下载:
  2. 编译原理课程设计,输入布尔表达式,然后有系统自动转换为逆波兰四元式-compiler theory of curriculum design, the importation of Boolean expressions, and then the system automatically converted to reverse Poland four yuan-
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:hxf
  1. MyODBCDBGridFile

    1下载:
  2. 编译原理课程设计,输入布尔表达式,然后有系统自动转换为逆波兰四元式-compiler theory of curriculum design, the importation of Boolean expressions, and then the system automatically converted to reverse Poland four yuan-
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:hxf
  1. nibolanshi

    0下载:
  2. 逆波兰式的算法实现,输入中缀表达式,输出相应的转化结果-Reverse Polish-style algorithm, input infix expression, the transformation of the corresponding output results
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:zhaowei
  1. for-else

    0下载:
  2. 本课程设计是一个编译器的设计,包括词法分析部分、语法分析部分和中间代码生成部分。词法分析部分既词法分析器的设计,词法分析是编译的基础,执行词法分析的程序称为词法分析器,也就是说编译程序中完成词法分析任务段就是词法分析器。语法分析部分为语法分析器的设计,采用LR(1)分析方法进行语法分析,判断给出的符号串是否为该文法识别的句子。中间代码生成器部分主要实现逆波兰式的生成,将用中缀式表示的算术表达式转换为用逆波兰式表示的算术表达式,并计算用逆
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:104448
    • 提供者:李霖
  1. luobo

    0下载:
  2. 基于递归下降分析法的循环语句WHILE E DO S1的语法及语义分析程序,其中E为布尔表达式,S1为赋值语句。输出的中间代码选用逆波兰式。-Decline based on recursive analysis loop WHILE E DO S1 syntax and semantic analysis procedures, including E for Boolean expressions, S1 for the assig
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:frank
  1. cck

    0下载:
  2. 基于递归下降分析法的循环语句WHILE E DO S1的语法及语义分析程序,其中E为布尔表达式,S1为赋值语句。输出的中间代码选用逆波兰式-Decline based on recursive analysis loop WHILE E DO S1 syntax and semantic analysis procedures, including E for Boolean expressions, S1 for the assign
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:frank
  1. bianyi

    0下载:
  2. 数据结构:设计存储中间结果及中间代码(逆波兰式)的数据结构; 算法:算符优先分析法的实现; -Data Structure: Design store intermediate results and intermediate code (Reverse Polish-type) data structure algorithm: analysis operator realization of priority
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:frank
  1. Compile

    0下载:
  2. 1. 系统功能:能读取词法分析结果进行语法分析,在语法分析的同时进行语义分析,生成中间代码; 2. 数据结构:设计存储中间结果及中间代码(逆波兰式)的数据结构; 3. 算法:递归下降分析法的实现; -1. Conduct anti department features 取 trees millet To: Yang Kui Xu Fu Subaru vehicles other shallow , Pleiades Pan
  3. 所属分类:软件工程

    • 发布日期:2024-05-17
    • 文件大小:286720
    • 提供者:vivien
  1. dd

    0下载:
  2. IF-ELSE条件语句的翻译程序设计(简单优先法、输出三地址表示) 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) (1) [bianyiqi.rar] - 词法分析,语法分析,以及中间代码生成布尔表达式转换为逆波兰式 [3.rar] - 编译原理课程设计(LL(1)分析),功能强大,使用,希望大家多多下载,多指出不足的地方 -IF-ELSE conditional statemen
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:52224
    • 提供者:ddd
  1. nibolan

    0下载:
  2. c++逆波兰式的实现代码!有详尽的解释,测试通过! 愿意跟大家交流学习!-c Reverse Polish-style code to achieve! There is a detailed explanation on the test! Willing to learn with you!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:280576
    • 提供者:lyf
  1. lr

    0下载:
  2. 算符优先分析法,中间代码选用逆波兰式。 欢迎下载!-Operator priority analysis, intermediate code optional Reverse Polish-style. Welcome to download!
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:jkmshen
  1. Expression

    0下载:
  2. 算术表达式的转换为逆波兰式后求值,只处理一位整型数的运算,如:3*(7-5)+(4+8)/3#-Arithmetic expression is converted to Reverse Polish-style, after evaluation, only one integer arithmetic, such as: 3* (7-5)+ (4+ 8)/3#
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:sara
  1. exp

    0下载:
  2. 处理了正确的算术表达式的转换为逆波兰式后进行计算,可处理多位整型数的运算,如:10*(15-5)+30/3#-Dealing with the correct arithmetic expression is converted to Reverse Polish-style after the calculation, can handle a number of integer arithmetic, such as: 10* (1
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:sara
  1. 12345

    0下载:
  2. LR分析法对文法进行分析,中间代码用逆波兰式生成-LR analysis of grammatical analysis, intermediate code generated using Reverse Polish-style
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:6272082
« 1 2 3 4 56 7 8 9 10 »

源码中国 www.ymcn.org