文件名称:MathParserNetSource
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:354.62kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
A while back, I wrote an article on CodeProject called TokenIcer. TokenIcer was a program that would automatically create a lexical parser in either C# or VB.NET, based on RegEx rules created in the program.
Since the time that I wrote the article, I have gotten some very good feedback and I wanted to take it a step further. I decided to use TokenIcer to create a Mathematical equation parser. That math parser is presented here in this article and its called Math Parser .NET. It is a .NET class library project that can be used with your own programs.-A while back, I wrote an article on CodeProject called TokenIcer. TokenIcer was a program that would automatically create a lexical parser in either C# or VB.NET, based on RegEx rules created in the program.
Since the time that I wrote the article, I have gotten some very good feedback and I wanted to take it a step further. I decided to use TokenIcer to create a Mathematical equation parser. That math parser is presented here in this article and its called Math Parser .NET. It is a .NET class library project that can be used with your own programs.
Since the time that I wrote the article, I have gotten some very good feedback and I wanted to take it a step further. I decided to use TokenIcer to create a Mathematical equation parser. That math parser is presented here in this article and its called Math Parser .NET. It is a .NET class library project that can be used with your own programs.-A while back, I wrote an article on CodeProject called TokenIcer. TokenIcer was a program that would automatically create a lexical parser in either C# or VB.NET, based on RegEx rules created in the program.
Since the time that I wrote the article, I have gotten some very good feedback and I wanted to take it a step further. I decided to use TokenIcer to create a Mathematical equation parser. That math parser is presented here in this article and its called Math Parser .NET. It is a .NET class library project that can be used with your own programs.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MathParserNet.jtconfig
MathParserNet.sln
MathParserNet.suo
MathParserNet/
MathParserNet/Exceptions/
MathParserNet/Exceptions/CouldNotParseExpressionException.cs
MathParserNet/Exceptions/MismatchedParenthesisException.cs
MathParserNet/Exceptions/NoSuchFunctionException.cs
MathParserNet/Exceptions/NoSuchVariableException.cs
MathParserNet/Exceptions/VariableAlreadyDefinedException.cs
MathParserNet/FunctionArgumentList.cs
MathParserNet/IOrderedDictionary.cs
MathParserNet/Lexer.cs
MathParserNet/MathParserNet.csproj
MathParserNet/MathParserNet.csproj.ReSharper.user
MathParserNet/OrderedDictionary.cs
MathParserNet/Parser.cs
MathParserNet/Properties/
MathParserNet/Properties/AssemblyInfo.cs
MathParserNet/SimplificationReturnValue.cs
MathParserNet/StringResources.Designer.cs
MathParserNet/StringResources.resx
MathParserNetDemo/
MathParserNetDemo/calculator.ico
MathParserNetDemo/MainForm.cs
MathParserNetDemo/MainForm.Designer.cs
MathParserNetDemo/MainForm.resx
MathParserNetDemo/MathParserNetAboutBox.cs
MathParserNetDemo/MathParserNetAboutBox.Designer.cs
MathParserNetDemo/MathParserNetAboutBox.resx
MathParserNetDemo/MathParserNetDemo.csproj
MathParserNetDemo/Program.cs
MathParserNetDemo/Properties/
MathParserNetDemo/Properties/AssemblyInfo.cs
MathParserNetDemo/Properties/Resources.Designer.cs
MathParserNetDemo/Properties/Resources.resx
MathParserNetDemo/Properties/Settings.Designer.cs
MathParserNetDemo/Properties/Settings.settings
MathParserNetDemo/Resources/
MathParserNetDemo/Resources/calculator-icon.png
MathParserNetDemo/Resources/calculator.ico
MathParserNetDemo/Strings.Designer.cs
MathParserNetDemo/Strings.resx
MathParserNetTest/
MathParserNetTest/MathParserNetTest.csproj
MathParserNetTest/Program.cs
MathParserNetTest/Properties/
MathParserNetTest/Properties/AssemblyInfo.cs
MathParserNet.sln
MathParserNet.suo
MathParserNet/
MathParserNet/Exceptions/
MathParserNet/Exceptions/CouldNotParseExpressionException.cs
MathParserNet/Exceptions/MismatchedParenthesisException.cs
MathParserNet/Exceptions/NoSuchFunctionException.cs
MathParserNet/Exceptions/NoSuchVariableException.cs
MathParserNet/Exceptions/VariableAlreadyDefinedException.cs
MathParserNet/FunctionArgumentList.cs
MathParserNet/IOrderedDictionary.cs
MathParserNet/Lexer.cs
MathParserNet/MathParserNet.csproj
MathParserNet/MathParserNet.csproj.ReSharper.user
MathParserNet/OrderedDictionary.cs
MathParserNet/Parser.cs
MathParserNet/Properties/
MathParserNet/Properties/AssemblyInfo.cs
MathParserNet/SimplificationReturnValue.cs
MathParserNet/StringResources.Designer.cs
MathParserNet/StringResources.resx
MathParserNetDemo/
MathParserNetDemo/calculator.ico
MathParserNetDemo/MainForm.cs
MathParserNetDemo/MainForm.Designer.cs
MathParserNetDemo/MainForm.resx
MathParserNetDemo/MathParserNetAboutBox.cs
MathParserNetDemo/MathParserNetAboutBox.Designer.cs
MathParserNetDemo/MathParserNetAboutBox.resx
MathParserNetDemo/MathParserNetDemo.csproj
MathParserNetDemo/Program.cs
MathParserNetDemo/Properties/
MathParserNetDemo/Properties/AssemblyInfo.cs
MathParserNetDemo/Properties/Resources.Designer.cs
MathParserNetDemo/Properties/Resources.resx
MathParserNetDemo/Properties/Settings.Designer.cs
MathParserNetDemo/Properties/Settings.settings
MathParserNetDemo/Resources/
MathParserNetDemo/Resources/calculator-icon.png
MathParserNetDemo/Resources/calculator.ico
MathParserNetDemo/Strings.Designer.cs
MathParserNetDemo/Strings.resx
MathParserNetTest/
MathParserNetTest/MathParserNetTest.csproj
MathParserNetTest/Program.cs
MathParserNetTest/Properties/
MathParserNetTest/Properties/AssemblyInfo.cs
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.