文件名称:Posifix_project01
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 55kb
- 下载次数:
- 0次
- 提 供 者:
- 静*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
编译原理project1:后缀表达式的实现
处理对象是一种中缀表达式,表达式中运算量是0-9的单个数字,支持加减运算,表达式中不允许有任何空格,制表符等空白符号。程序功能是将终端用户输入的一个中缀表达式转换为等价的后缀表达式后输出,如果输入有误,会有相应的错误提示;程序有实验软装置,生成注释化html文档-Compiler theory project1: postfix expression to achieve processing object is an infix expression, the expression amount of computation is 0-9 single figures, support addition and subtraction, the expression does not allow any spaces, tabs and other blank symbol. Program functions is the end-user input infix expression converted to equivalent postfix expression output, if the input is incorrect, there will be a corresponding error program experimental soft device to generate comment html document
处理对象是一种中缀表达式,表达式中运算量是0-9的单个数字,支持加减运算,表达式中不允许有任何空格,制表符等空白符号。程序功能是将终端用户输入的一个中缀表达式转换为等价的后缀表达式后输出,如果输入有误,会有相应的错误提示;程序有实验软装置,生成注释化html文档-Compiler theory project1: postfix expression to achieve processing object is an infix expression, the expression amount of computation is 0-9 single figures, support addition and subtraction, the expression does not allow any spaces, tabs and other blank symbol. Program functions is the end-user input infix expression converted to equivalent postfix expression output, if the input is incorrect, there will be a corresponding error program experimental soft device to generate comment html document
(系统自动生成,下载前可以参看下载内容)
下载文件列表
project01
.........\.classpath
.........\.project
.........\bin
.........\...\Compare
.........\...\.......\ParserCLp.class
.........\...\.......\ParserCRe.class
.........\...\.......\PostfixC.class
.........\...\Parser.class
.........\...\ParserTest.class
.........\...\Postfix.class
.........\build.bat
.........\doc
.........\...\Parser.html
.........\...\Postfix.html
.........\...\allclasses-frame.html
.........\...\allclasses-noframe.html
.........\...\constant-values.html
.........\...\deprecated-list.html
.........\...\help-doc.html
.........\...\index-all.html
.........\...\index.html
.........\...\overview-tree.html
.........\...\package-frame.html
.........\...\package-list
.........\...\package-summary.html
.........\...\package-tree.html
.........\...\resources
.........\...\.........\background.gif
.........\...\.........\tab.gif
.........\...\.........\titlebar.gif
.........\...\.........\titlebar_end.gif
.........\...\stylesheet.css
.........\doc.txt
.........\run.bat
.........\src
.........\...\Compare
.........\...\.......\ParserCLp.java
.........\...\.......\ParserCRe.java
.........\...\.......\PostfixC.java
.........\...\Parser.java
.........\...\ParserTest.java
.........\...\Postfix.java
.........\tc-test1.bat
.........\testcase-001.bat
.........\testcase-002.bat
.........\testcase-003.bat
.........\testcase-004.bat
.........\testcase.bat
.........\testcases
.........\.........\tc-001.infix
.........\.........\tc-001.postfix
.........\.........\tc-002.infix
.........\.........\tc-002.postfix
.........\.........\tc-003.infix
.........\.........\tc-003.postfix
.........\.........\tc-004.infix
.........\.........\tc-004.postfix
.........\.........\tc-test.infix
.........\.........\tc-test.postfix