文件名称:ExpressionTest
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 153kb
- 下载次数:
- 0次
- 提 供 者:
- 水*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
中缀表达式转后缀表达式基本思路是:用一个链表 List 储存将要生成的后缀表达式;用一个栈 Stack 储存操作符;判断当前节点, 如果是操作数, 直接加入后缀表达式中, 如果是操作符,则比较前一个操作符和当前操作符的优先级……
-Infix expression basic idea is to switch to postfix expression: list List with a store that will be generated by postfix expression by a storage operator stack Stack to determine the current node, and if operands to directly join the postfix expression, if the is the operator, then compare the previous and the current operator operator precedence ... ...
-Infix expression basic idea is to switch to postfix expression: list List with a store that will be generated by postfix expression by a storage operator stack Stack to determine the current node, and if operands to directly join the postfix expression, if the is the operator, then compare the previous and the current operator operator precedence ... ...
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Expression\Expression\bin\Debug\Expression.exe
..........\..........\...\.....\Expression.pdb
..........\..........\...\.....\Expression.vshost.exe
..........\..........\...\.....\log4net.dll
..........\..........\ClassDiagram1.cd
..........\..........\Expression.cs
..........\..........\Expression.csproj
..........\..........\ExpressionException.cs
..........\..........\ExpressionToken.cs
..........\..........\Form1.cs
..........\..........\Form1.Designer.cs
..........\..........\Form1.resx
..........\..........\FuncFactory.cs
..........\..........\FunctionBase.cs
..........\..........\Functions.cs
..........\..........\obj\Debug\Expression.csproj.GenerateResource.Cache
..........\..........\...\.....\Expression.exe
..........\..........\...\.....\Expression.Form1.resources
..........\..........\...\.....\Expression.pdb
..........\..........\...\.....\Expression.Properties.Resources.resources
..........\..........\...\.....\ResolveAssemblyReference.cache
..........\..........\...\Expression.csproj.FileList.txt
..........\..........\OperatorType.cs
..........\..........\Program.cs
..........\..........\...perties\AssemblyInfo.cs
..........\..........\..........\Resources.Designer.cs
..........\..........\..........\Resources.resx
..........\..........\..........\Settings.Designer.cs
..........\..........\..........\Settings.settings
..........\Expression.sln
..........\Expression.suo
..........\..........\obj\Debug\Refactor
..........\..........\...\.....\TempPE
..........\..........\bin\Debug
..........\..........\obj\Debug
..........\..........\bin
..........\..........\obj
..........\..........\Properties
..........\Expression
Expression
..........\..........\...\.....\Expression.pdb
..........\..........\...\.....\Expression.vshost.exe
..........\..........\...\.....\log4net.dll
..........\..........\ClassDiagram1.cd
..........\..........\Expression.cs
..........\..........\Expression.csproj
..........\..........\ExpressionException.cs
..........\..........\ExpressionToken.cs
..........\..........\Form1.cs
..........\..........\Form1.Designer.cs
..........\..........\Form1.resx
..........\..........\FuncFactory.cs
..........\..........\FunctionBase.cs
..........\..........\Functions.cs
..........\..........\obj\Debug\Expression.csproj.GenerateResource.Cache
..........\..........\...\.....\Expression.exe
..........\..........\...\.....\Expression.Form1.resources
..........\..........\...\.....\Expression.pdb
..........\..........\...\.....\Expression.Properties.Resources.resources
..........\..........\...\.....\ResolveAssemblyReference.cache
..........\..........\...\Expression.csproj.FileList.txt
..........\..........\OperatorType.cs
..........\..........\Program.cs
..........\..........\...perties\AssemblyInfo.cs
..........\..........\..........\Resources.Designer.cs
..........\..........\..........\Resources.resx
..........\..........\..........\Settings.Designer.cs
..........\..........\..........\Settings.settings
..........\Expression.sln
..........\Expression.suo
..........\..........\obj\Debug\Refactor
..........\..........\...\.....\TempPE
..........\..........\bin\Debug
..........\..........\obj\Debug
..........\..........\bin
..........\..........\obj
..........\..........\Properties
..........\Expression
Expression