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

搜索资源列表

  1. dd

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

    • 发布日期:2017-03-29
    • 文件大小:52086
    • 提供者: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 Develop

    • 发布日期:2017-03-30
    • 文件大小:58156
    • 提供者:lyf
  1. lr

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

    • 发布日期:2017-04-13
    • 文件大小:1944
    • 提供者: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 Develop

    • 发布日期:2017-04-01
    • 文件大小:2218
    • 提供者: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* (15-5)+ 30/3#
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2313
    • 提供者:sara
  1. 12345

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

    • 发布日期:2017-04-07
    • 文件大小:1947
    • 提供者:6272082
  1. 547475753

    0下载:
  2. 布尔表达式的翻译,对输入的文法判断其合法性,并输出逆波兰表达式 -Boolean expressions of the translation, the grammar of the input to determine its legitimacy, and output Reverse Polish expression
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2769
    • 提供者:xieli123
  1. 20049741130012

    0下载:
  2. 布尔表达式的翻译,对输入的文法判断其合法性,并输出逆波兰表达式 -Boolean expressions of the translation, the grammar of the input to determine its legitimacy, and output Reverse Polish expression
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:189835
    • 提供者:xieli123
  1. calculator

    0下载:
  2. 逆波兰计算器,适合初学者的小计算器-Reverse Polish calculator, suitable for beginners and a small calculator
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:8444
    • 提供者:ygoo
  1. C

    1下载:
  2. C#算术表达式求值我是的算法核心是逆波兰式.还有就是w3eval这个算术表达式求值算法很不错.但有一种表达式它会报错.我想这是一个BUG:w3eavl不能计算"-(3+5)"的值.或者类似的计算式.-C# Arithmetic expressions evaluate my algorithm is the core of Reverse Polish-style. W3eval there is the arithmetic expression evaluation algorithm is
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:6728
    • 提供者:箱子
  1. nibolan

    0下载:
  2. 数据结构课程设计,逆波兰算法的实现 。-Data structure curriculum design, implementation Reverse Polish Algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1702
    • 提供者:xuezhanfei
  1. bianyiyuanli

    0下载:
  2. 词法扫描并生成中间表达式,理解中间代码,将非后缀式用来表示的算术表达式转换为用逆波兰式来表示的算术表达式 -Lexical scanning and generate intermediate expression, understanding of intermediate code will be used to indicate the non-suffix type is converted to the arithmetic expressions using reverse P
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:23203
    • 提供者:川原
  1. cppsource

    0下载:
  2. 使用基本的编程知识达到台式逆波兰法来计算的目的-adfd
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:134123
    • 提供者:wanglong
  1. nibolan

    0下载:
  2. 把一个算式转换成后缀的逆波兰式,并且同时计算出结果。-A formula of the inverse suffix into Polish, and the results calculated at the same time.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:1608
    • 提供者:gaozi1012
  1. ScientificCalculator

    0下载:
  2. DOS下的科学计算器,主要是通过把表达式转换为逆波兰式,再利用堆栈递归求解;-Under DOS scientific calculator, mainly through the expression is converted to Reverse Polish-style, and then use recursion to solve the stack
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:97961
    • 提供者:yuwq07
  1. ww

    0下载:
  2. 多个程序,C++编写的。自己在做编译课设时搜集参考用的,呵呵,都放上来了,有各种语法写的,LL(1),LR的,递归下降的,还有语义分析部分,有四元式,逆波兰式等等,而且每个都能调试运行。(不好的,我可不拿出来现眼)-Number of procedures, C++ prepared. They are doing when compiling the collection of class-based reference, huh, huh, are放上来, and a variety of
  3. 所属分类:Compiler program

    • 发布日期:2017-05-24
    • 文件大小:7874305
    • 提供者:wangyao
  1. Reverse_Polish_expression_is_evaluated

    0下载:
  2. 利用栈实现逆波兰表达式求值 基本要求: 1.输入表达式并对表达式的括号式匹配问题进行判 2.输出逆波兰式的值 -The use of Reverse Polish expression stack to achieve the basic requirements for evaluation: 1. Enter the expression in brackets of the expression of type 2 matching the issue of subcon
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:5505
    • 提供者:micmon
  1. ReversePolish

    0下载:
  2. 编译原理实验进行语法和词法分析,分析结果是用逆波兰式的形式输出。-Experiment carried out to compile grammar and lexical analysis and the results are reverse Polish form of output.
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:1792
    • 提供者:日新
  1. 16786456784

    0下载:
  2. 编译原理 赋值语句的翻译程序 逆波兰式输出-Compilation Principle assignment procedure against the Polish translation output
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:2727
    • 提供者:Nigsadon
  1. Downloads

    0下载:
  2. 编译原理赋值语句的逆波兰输出,编写方式为c++.-Compilation Principle of Reverse Polish assignment output, for the preparation of c++.
  3. 所属分类:Document

    • 发布日期:2017-03-27
    • 文件大小:309758
    • 提供者:lipeng
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com