MathParserNetSource

所属分类:C#编程
开发工具:C#
文件大小:355KB
下载次数:12
上传日期:2011-10-31 19:28:47
上 传 者lzmch
说明:  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 (205, 2011-10-28)
MathParserNet.sln (3571, 2011-10-29)
MathParserNet.suo (56320, 2011-10-31)
MathParserNet (0, 2011-10-28)
MathParserNet\Exceptions (0, 2011-10-28)
MathParserNet\Exceptions\CouldNotParseExpressionException.cs (785, 2011-10-28)
MathParserNet\Exceptions\MismatchedParenthesisException.cs (765, 2011-10-28)
MathParserNet\Exceptions\NoSuchFunctionException.cs (733, 2011-10-28)
MathParserNet\Exceptions\NoSuchVariableException.cs (727, 2011-10-28)
MathParserNet\Exceptions\VariableAlreadyDefinedException.cs (773, 2011-10-28)
MathParserNet\FunctionArgumentList.cs (176, 2011-10-28)
MathParserNet\IOrderedDictionary.cs (4259, 2011-10-28)
MathParserNet\Lexer.cs (6863, 2011-10-28)
MathParserNet\MathParserNet.csproj (3282, 2011-10-28)
MathParserNet\MathParserNet.csproj.ReSharper.user (202, 2011-10-28)
MathParserNet\OrderedDictionary.cs (38160, 2011-10-28)
MathParserNet\Parser.cs (41542, 2011-10-30)
MathParserNet\Properties (0, 2011-10-28)
MathParserNet\Properties\AssemblyInfo.cs (1457, 2011-10-28)
MathParserNet\SimplificationReturnValue.cs (3836, 2011-10-28)
MathParserNet\StringResources.Designer.cs (4531, 2011-10-28)
MathParserNet\StringResources.resx (6405, 2011-10-28)
MathParserNetDemo (0, 2011-10-30)
MathParserNetDemo\calculator.ico (154720, 2011-10-29)
MathParserNetDemo\MainForm.cs (17206, 2011-10-31)
MathParserNetDemo\MainForm.Designer.cs (25564, 2011-10-31)
MathParserNetDemo\MainForm.resx (239202, 2011-10-31)
MathParserNetDemo\MathParserNetAboutBox.cs (661, 2011-10-31)
MathParserNetDemo\MathParserNetAboutBox.Designer.cs (5348, 2011-10-31)
MathParserNetDemo\MathParserNetAboutBox.resx (5817, 2011-10-31)
MathParserNetDemo\MathParserNetDemo.csproj (4881, 2011-10-30)
MathParserNetDemo\Program.cs (512, 2011-10-29)
MathParserNetDemo\Properties (0, 2011-10-29)
MathParserNetDemo\Properties\AssemblyInfo.cs (1466, 2011-10-29)
MathParserNetDemo\Properties\Resources.Designer.cs (3388, 2011-10-30)
MathParserNetDemo\Properties\Resources.resx (6607, 2011-10-30)
MathParserNetDemo\Properties\Settings.Designer.cs (1102, 2011-10-29)
MathParserNetDemo\Properties\Settings.settings (249, 2011-10-29)
MathParserNetDemo\Resources (0, 2011-10-30)
MathParserNetDemo\Resources\calculator-icon.png (62010, 2011-10-30)
... ...

近期下载者

相关文件


收藏者