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

搜索资源列表

  1. Compile

    0下载:
  2. 1. 系统功能:能读取词法分析结果进行语法分析,在语法分析的同时进行语义分析,生成中间代码; 2. 数据结构:设计存储中间结果及中间代码(逆波兰式)的数据结构; 3. 算法:递归下降分析法的实现;
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:155542
    • 提供者:vivien
  1. JAVA

    0下载:
  2. 输入一个表达式,转换为逆波兰式,三元式和四元式
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:15263
    • 提供者:胡峰宇
  1. BOLANSHI

    0下载:
  2. 编译原理\\转逆波兰式-compiler theory \\ to reverse Polish
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1037
    • 提供者:蓝心
  1. 计算器(完整版)

    0下载:
  2. 一个简易的VC开发的计算器,可实现混合运算 用到逆波兰表达式-a simple calculator developed by VC, hybrid computing formula used reverse Poland
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:59805
    • 提供者:楚方
  1. nibol

    0下载:
  2. 一个逆波兰式的生成程序-an inverse Polish generation procedures
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:44171
    • 提供者:王健
  1. atlyfscript

    1下载:
  2. 这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的书中,都有对表达式运算方法的论述。说实在的,在编译型计算机语言中实现对用户输入表达式的运算是非常困难的。需要对表达式进行扫描,去括号,按照运算符的优先级生成2叉树,然后遍历该树生成逆波兰表达式,再然后通过栈的方法进行运算。如果在表达式中再包含有函数的话......描述起来都麻烦,更不要说用程序实现了:-(-This is a very c
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:68394
    • 提供者:vip
  1. Java二叉树的后续遍历

    0下载:
  2. Java二叉树的后续遍历 Java二叉树的后续遍历主要应用于逆波兰式的求解,在编译中很重要.-Java two following forks the tree traversal Java two following to fork the tree traversal mainly applies in goes against the Poland -like solution,Is very important in the translation
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2659
    • 提供者:罗文
  1. NIBOLAN

    0下载:
  2. 利用简单优先法输出逆波兰式 将中缀式转化成逆波兰式-priority method using simple inverse Polish exports of Chinese-grade into reverse Polish
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1238
    • 提供者:黄金
  1. fydlq

    1下载:
  2. 编译原理课程设计布尔表达式输出逆波兰式运用ll(1)法-Course Design Compiler Principle output Boolean expressions using inverse Polish ll (1) Act
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5681868
    • 提供者:yxd
  1. 功能强大的计算器

    0下载:
  2. 功能强大的计算器,采用仿C语言表达式语法 并且给出表达式的逆波兰表达式,支持二十余种函数运算,程序经测试成功-powerful calculator, using fake C language syntax expression and expression is the inverse Poland expression, I support 20 species of Operational functions, procedures have been tested successful
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:314008
    • 提供者:熊方勋
  1. wu

    0下载:
  2. 写的是一个语法分析器 是用LR分析法分析一个布尔表达式,最后用逆波兰是输出,希望对大家有用-writes of a parser is LR analysis for a Boolean expression, with the final output is the inverse of Poland, a member of the useful!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7657
    • 提供者:雷锋
  1. pp编译

    0下载:
  2. 自己编的逆波兰市 看看再说!-own series of the inverse look at the city of Portland say!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1170
    • 提供者:裴鹏
  1. 逆波兰表达式c语言实现

    0下载:
  2. 所属分类:控制台(字符窗口)编程

    • 发布日期:2010-09-18
    • 文件大小:935
    • 提供者:lucifer1
  1. someccode 象棋之马踏棋盘

    0下载:
  2. 一些c程序,象棋之马踏棋盘、把算术表达式转化未逆波兰表达式、保龄球计分规则算法、可进行多达50位的大整数运算(+X)、铁路调度算法,演示了堆栈的基本用法,Some c procedures, horse riding chess board, the arithmetic expressions are not translated into Reverse Polish expression, bowling scoring rules algorithm, can be as many as
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-11-08
    • 文件大小:3349
    • 提供者:
  1. StackCalculate.rar

    1下载:
  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 dichotomy.
  3. 所属分类:CSharp

    • 发布日期:2017-01-23
    • 文件大小:32135
    • 提供者:史蒂芬
  1. lr

    0下载:
  2. 给出该文法的属性文法,用LR分析法实现对赋值语句的翻译,给出翻译的逆波兰式结果。-Given the grammar attribute grammar, with the realization of LR analysis of the translation of assignment statements are given against the Polish translation of the results.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:1648
    • 提供者:duqinghua
  1. 2

    0下载:
  2. 逆波兰式表示法的生成程序,挺好的!实现了从中缀向后缀的转变-Reverse Polish Notation notation generation process, quite good! Realized the transformation from infix to suffix
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1207
    • 提供者:李荣涛
  1. exp2

    0下载:
  2. (1)按逆波兰表达式建立树 (2) 输出表达式树的各种遍历的结果。 (3) 打印表达式树。 (4) 删除表达式树。 -(1) The establishment of trees by Reverse Polish Notation (2) output a variety of expression tree traversal results. (3) Print the expression tree. (4) Delete an expression tree.
  3. 所属分类:Printing program

    • 发布日期:2017-03-28
    • 文件大小:1318
    • 提供者:李联合
  1. ttt

    0下载:
  2. 介绍双数组逆波兰表达式法:-Introduced the dual-array expression Reverse Polish law:
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-10
    • 文件大小:879
    • 提供者:
  1. nibolan

    0下载:
  2. 逆波兰表达式,给那些上程序设计的孩子带来方便-Reverse Polish Notation bring convenience to those children on the program design
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-11
    • 文件大小:1463
    • 提供者:文昌卫
« 1 2 3 4 56 7 8 9 10 ... 14 »
搜珍网 www.dssz.com