文件名称:ExpressionEvaluation
- 所属分类:
- 编译器/词法分析
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 878kb
- 下载次数:
- 0次
- 提 供 者:
- 翟**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
字符串表达式的计算。本程序是一个Window Forms应用程序,用户在输入表达式的同时,程序会分析输入,并高亮显示语法-The calculation of the string expression. This procedure is a Window Forms application, a user in the input expression, the program will analyze the input, and to highlight the grammar
相关搜索: 楂樹寒
(系统自动生成,下载前可以参看下载内容)
下载文件列表
EvaluationEngine.sln
Source
......\ConsoleTest
......\...........\bin
......\...........\...\Debug
......\...........\...\Release
......\...........\ConsoleTest.csproj
......\...........\obj
......\...........\...\ConsoleTest.csproj.FileList.txt
......\...........\...\ConsoleTest.csproj.FileListAbsolute.txt
......\...........\...\Debug
......\...........\...\Release
......\...........\Program.cs
......\...........\Properties
......\...........\..........\AssemblyInfo.cs
......\EvaluationEngine
......\................\bin
......\................\...\Debug
......\................\...\Release
......\................\Evaluate
......\................\........\Evaluator.cs
......\................\EvaluationEngine.csproj
......\................\obj
......\................\...\Debug
......\................\...\EvaluationEngine.csproj.FileList.txt
......\................\...\EvaluationEngine.csproj.FileListAbsolute.txt
......\................\...\Release
......\................\Parser
......\................\......\IIFShortCircuit.cs
......\................\......\Token.cs
......\................\......\TokenGroup.cs
......\................\......\TokenItem.cs
......\................\......\TokenItems.cs
......\................\......\Tokens.cs
......\................\......\Variable.cs
......\................\......\Variables.cs
......\................\Properties
......\................\..........\AssemblyInfo.cs
......\................\Support
......\................\.......\DataTypeCheck.cs
......\................\.......\ExQueue.cs
......\................\.......\ExStack.cs
......\RulesCalculator
......\...............\bin
......\...............\...\Debug
......\...............\...\Release
......\...............\Expression.cs
......\...............\Expression.Designer.cs
......\...............\Expression.resx
......\...............\frmFunctions.cs
......\...............\frmFunctions.Designer.cs
......\...............\frmFunctions.resx
......\...............\frmListItem.cs
......\...............\frmListItem.Designer.cs
......\...............\frmListItem.resx
......\...............\frmMain.cs
......\...............\frmMain.Designer.cs
......\...............\frmMain.resx
......\...............\frmVariable.cs
......\...............\frmVariable.Designer.cs
......\...............\frmVariable.resx
......\...............\obj
......\...............\...\Debug
......\...............\...\Release
......\...............\...\RulesCalculator.csproj.FileList.txt
......\...............\...\RulesCalculator.csproj.FileListAbsolute.txt
......\...............\Program.cs
......\...............\Properties
......\...............\..........\AssemblyInfo.cs
......\...............\..........\Resources.Designer.cs
......\...............\..........\Resources.resx
......\...............\..........\Settings.Designer.cs
......\...............\..........\Settings.settings
......\...............\Resources
......\...............\.........\page_component.gif
......\...............\.........\page_flash.gif
......\...............\RuleGroup.cs
......\...............\RuleGroup.Designer.cs
......\...............\RuleGroup.resx
......\...............\RulesCalculator.csproj
......\...............\SyntaxRichTextBox.cs
......\...............\SyntaxRichTextBox.Designer.cs
Source
......\ConsoleTest
......\...........\bin
......\...........\...\Debug
......\...........\...\Release
......\...........\ConsoleTest.csproj
......\...........\obj
......\...........\...\ConsoleTest.csproj.FileList.txt
......\...........\...\ConsoleTest.csproj.FileListAbsolute.txt
......\...........\...\Debug
......\...........\...\Release
......\...........\Program.cs
......\...........\Properties
......\...........\..........\AssemblyInfo.cs
......\EvaluationEngine
......\................\bin
......\................\...\Debug
......\................\...\Release
......\................\Evaluate
......\................\........\Evaluator.cs
......\................\EvaluationEngine.csproj
......\................\obj
......\................\...\Debug
......\................\...\EvaluationEngine.csproj.FileList.txt
......\................\...\EvaluationEngine.csproj.FileListAbsolute.txt
......\................\...\Release
......\................\Parser
......\................\......\IIFShortCircuit.cs
......\................\......\Token.cs
......\................\......\TokenGroup.cs
......\................\......\TokenItem.cs
......\................\......\TokenItems.cs
......\................\......\Tokens.cs
......\................\......\Variable.cs
......\................\......\Variables.cs
......\................\Properties
......\................\..........\AssemblyInfo.cs
......\................\Support
......\................\.......\DataTypeCheck.cs
......\................\.......\ExQueue.cs
......\................\.......\ExStack.cs
......\RulesCalculator
......\...............\bin
......\...............\...\Debug
......\...............\...\Release
......\...............\Expression.cs
......\...............\Expression.Designer.cs
......\...............\Expression.resx
......\...............\frmFunctions.cs
......\...............\frmFunctions.Designer.cs
......\...............\frmFunctions.resx
......\...............\frmListItem.cs
......\...............\frmListItem.Designer.cs
......\...............\frmListItem.resx
......\...............\frmMain.cs
......\...............\frmMain.Designer.cs
......\...............\frmMain.resx
......\...............\frmVariable.cs
......\...............\frmVariable.Designer.cs
......\...............\frmVariable.resx
......\...............\obj
......\...............\...\Debug
......\...............\...\Release
......\...............\...\RulesCalculator.csproj.FileList.txt
......\...............\...\RulesCalculator.csproj.FileListAbsolute.txt
......\...............\Program.cs
......\...............\Properties
......\...............\..........\AssemblyInfo.cs
......\...............\..........\Resources.Designer.cs
......\...............\..........\Resources.resx
......\...............\..........\Settings.Designer.cs
......\...............\..........\Settings.settings
......\...............\Resources
......\...............\.........\page_component.gif
......\...............\.........\page_flash.gif
......\...............\RuleGroup.cs
......\...............\RuleGroup.Designer.cs
......\...............\RuleGroup.resx
......\...............\RulesCalculator.csproj
......\...............\SyntaxRichTextBox.cs
......\...............\SyntaxRichTextBox.Designer.cs