- inputdate 这是一个VB6编写的数码钟
- DACprogram 该程序用于实现数字到模拟的输出
- thunder HGE做的2D电浆效果
- JHSantiagoTexcoco-PIC_USB_CDC_MEMI2C-24FC128 Hernández Santiago José 23/Agosto/2012 Usamos la libreria Com Device Class para conectar el microcontrolador via USB pero emulando una terminal virtual RS232 En la PC aparece como COMx USamos un cristal de cuarzo de 4MHz para obtener 48MHz usando los prescalers del PIC
- paper3 Computational imaging systems for iris recognition(1)
- Assignment_2 算法课程中分支定界算法的课后习题作业
文件名称: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
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
