搜索资源列表

  1. bianyi

    0下载:
  2. 条件语句语法分析及语义分析程序设计,LR法输出逆波兰表达式-Conditional statements grammar analysis and semantic analysis of program design, LR law output Reverse Polish expression
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:84992
    • 提供者:姚春萌
  1. nibolan

    0下载:
  2. 逆波兰算法用来把前缀表达式转化成后缀表达式的形式-Reverse Polish Algorithm used to suffix prefix expression into the form of expression
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:193536
    • 提供者:sunruige
  1. ExpressionConversion

    0下载:
  2. 自编的波兰、逆波兰、中缀表达式计算的小程序,在VS2005下通过编译运行。-Self of Poland, against Poland, in the calculation expression is made up of small procedures, in VS2005 to run through the compiler.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:537600
    • 提供者:aujjww
  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-20
    • 文件大小:286720
    • 提供者:vivien
  1. dd

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

    • 发布日期:2024-05-20
    • 文件大小: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-20
    • 文件大小:280576
    • 提供者:lyf
  1. lr

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

    • 发布日期:2024-05-20
    • 文件大小: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-20
    • 文件大小: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-20
    • 文件大小:2048
    • 提供者:sara
  1. 12345

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

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者: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编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者: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编程

    • 发布日期:2024-05-20
    • 文件大小:189440
    • 提供者:xieli123
  1. calculator

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

    • 发布日期:2024-05-20
    • 文件大小:175104
    • 提供者:ygoo
  1. C

    0下载:
  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 expr
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:箱子
  1. nibolan

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

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者: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 arithmet
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:23552
    • 提供者:川原
  1. StackCalculate

    0下载:
  2. 使用C#实现的表达式计算器,直接解析算术表达式并计算,不使用逆波兰式算法。附带二分法解方程功能。-Use C# to achieve expression calculator, direct analysis and calculate arithmetic expression, do not use Reverse Polish algorithm. Solution of equation incidental function
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:31744
    • 提供者:史蒂芬
  1. cppsource

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

    • 发布日期:2024-05-20
    • 文件大小:134144
    • 提供者:wanglong
  1. nibolan

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

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者: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. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:98304
    • 提供者:yuwq07
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 18 »

源码中国 www.ymcn.org