文件名称:RegEx
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:146.9kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
使用.net 4.0实现的计算器,和常见的计算器不同。这个计算器支持复数计算。比如说输入是
3.567E-10+4.89E+5i-.1
它会自动分析出其中的运算有
1. 0.00000000003567
2. 489000i
3. -0.1-As of .NET 4.0, the native library does offer a complex class in the namespace System.Numerics. The ideal situation had been to write the formulas in a way that they are written in for instance Matlab or Matematica.
The solution I have tried is to use Regular Expressions, and write the formula as a simple string, convert the string to a series of complex numbers, perform calculations and give out the calculated result.
The evaluator is more general then to just do calculations on complex numbers however. It can also function as a normal calculator with just real numbers
3.567E-10+4.89E+5i-.1
它会自动分析出其中的运算有
1. 0.00000000003567
2. 489000i
3. -0.1-As of .NET 4.0, the native library does offer a complex class in the namespace System.Numerics. The ideal situation had been to write the formulas in a way that they are written in for instance Matlab or Matematica.
The solution I have tried is to use Regular Expressions, and write the formula as a simple string, convert the string to a series of complex numbers, perform calculations and give out the calculated result.
The evaluator is more general then to just do calculations on complex numbers however. It can also function as a normal calculator with just real numbers
(系统自动生成,下载前可以参看下载内容)
下载文件列表
RegEx/Regex.sln
RegEx/Regex.suo
RegEx/RegEx/
RegEx/RegEx/Application.xaml
RegEx/RegEx/Application.xaml.vb
RegEx/RegEx/bin/
RegEx/RegEx/bin/Debug/
RegEx/RegEx/bin/Debug/Regex.exe
RegEx/RegEx/bin/Debug/Regex.pdb
RegEx/RegEx/bin/Debug/Regex.vshost.exe
RegEx/RegEx/bin/Debug/Regex.vshost.exe.manifest
RegEx/RegEx/bin/Debug/Regex.xml
RegEx/RegEx/bin/Debug/WpfApplication1.exe
RegEx/RegEx/bin/Debug/WpfApplication1.pdb
RegEx/RegEx/bin/Debug/WpfApplication1.vshost.exe
RegEx/RegEx/bin/Debug/WpfApplication1.vshost.exe.manifest
RegEx/RegEx/bin/Debug/WpfApplication1.xml
RegEx/RegEx/bin/Release/
RegEx/RegEx/MainWindow.xaml
RegEx/RegEx/MainWindow.xaml.vb
RegEx/RegEx/My Project/
RegEx/RegEx/My Project/AssemblyInfo.vb
RegEx/RegEx/My Project/MyExtensions/
RegEx/RegEx/My Project/MyExtensions/MyWpfExtension.vb
RegEx/RegEx/My Project/Resources.Designer.vb
RegEx/RegEx/My Project/Resources.resx
RegEx/RegEx/My Project/Settings.Designer.vb
RegEx/RegEx/My Project/Settings.settings
RegEx/RegEx/obj/
RegEx/RegEx/obj/x86/
RegEx/RegEx/obj/x86/Debug/
RegEx/RegEx/obj/x86/Debug/Application.g.i.vb
RegEx/RegEx/obj/x86/Debug/Application.g.vb
RegEx/RegEx/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
RegEx/RegEx/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
RegEx/RegEx/obj/x86/Debug/GenerateResource.read.1.tlog
RegEx/RegEx/obj/x86/Debug/GenerateResource.write.1.tlog
RegEx/RegEx/obj/x86/Debug/MainWindow.baml
RegEx/RegEx/obj/x86/Debug/MainWindow.g.i.vb
RegEx/RegEx/obj/x86/Debug/MainWindow.g.vb
RegEx/RegEx/obj/x86/Debug/Regex.exe
RegEx/RegEx/obj/x86/Debug/Regex.g.resources
RegEx/RegEx/obj/x86/Debug/Regex.pdb
RegEx/RegEx/obj/x86/Debug/Regex.vbproj.FileListAbsolute.txt
RegEx/RegEx/obj/x86/Debug/Regex.xml
RegEx/RegEx/obj/x86/Debug/Regex_MarkupCompile.cache
RegEx/RegEx/obj/x86/Debug/Regex_MarkupCompile.i.cache
RegEx/RegEx/obj/x86/Debug/TempPE/
RegEx/RegEx/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll
RegEx/RegEx/obj/x86/Debug/WpfApplication1.exe
RegEx/RegEx/obj/x86/Debug/WpfApplication1.g.resources
RegEx/RegEx/obj/x86/Debug/WpfApplication1.pdb
RegEx/RegEx/obj/x86/Debug/WpfApplication1.Resources.resources
RegEx/RegEx/obj/x86/Debug/WpfApplication1.vbproj.FileListAbsolute.txt
RegEx/RegEx/obj/x86/Debug/WpfApplication1.xml
RegEx/RegEx/obj/x86/Debug/WpfApplication1_MarkupCompile.cache
RegEx/RegEx/obj/x86/Debug/WpfApplication1_MarkupCompile.i.cache
RegEx/RegEx/obj/x86/Release/
RegEx/RegEx/Regex.vbproj
RegEx/RegEx/Regex.vbproj.user
RegEx/Regex.suo
RegEx/RegEx/
RegEx/RegEx/Application.xaml
RegEx/RegEx/Application.xaml.vb
RegEx/RegEx/bin/
RegEx/RegEx/bin/Debug/
RegEx/RegEx/bin/Debug/Regex.exe
RegEx/RegEx/bin/Debug/Regex.pdb
RegEx/RegEx/bin/Debug/Regex.vshost.exe
RegEx/RegEx/bin/Debug/Regex.vshost.exe.manifest
RegEx/RegEx/bin/Debug/Regex.xml
RegEx/RegEx/bin/Debug/WpfApplication1.exe
RegEx/RegEx/bin/Debug/WpfApplication1.pdb
RegEx/RegEx/bin/Debug/WpfApplication1.vshost.exe
RegEx/RegEx/bin/Debug/WpfApplication1.vshost.exe.manifest
RegEx/RegEx/bin/Debug/WpfApplication1.xml
RegEx/RegEx/bin/Release/
RegEx/RegEx/MainWindow.xaml
RegEx/RegEx/MainWindow.xaml.vb
RegEx/RegEx/My Project/
RegEx/RegEx/My Project/AssemblyInfo.vb
RegEx/RegEx/My Project/MyExtensions/
RegEx/RegEx/My Project/MyExtensions/MyWpfExtension.vb
RegEx/RegEx/My Project/Resources.Designer.vb
RegEx/RegEx/My Project/Resources.resx
RegEx/RegEx/My Project/Settings.Designer.vb
RegEx/RegEx/My Project/Settings.settings
RegEx/RegEx/obj/
RegEx/RegEx/obj/x86/
RegEx/RegEx/obj/x86/Debug/
RegEx/RegEx/obj/x86/Debug/Application.g.i.vb
RegEx/RegEx/obj/x86/Debug/Application.g.vb
RegEx/RegEx/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
RegEx/RegEx/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
RegEx/RegEx/obj/x86/Debug/GenerateResource.read.1.tlog
RegEx/RegEx/obj/x86/Debug/GenerateResource.write.1.tlog
RegEx/RegEx/obj/x86/Debug/MainWindow.baml
RegEx/RegEx/obj/x86/Debug/MainWindow.g.i.vb
RegEx/RegEx/obj/x86/Debug/MainWindow.g.vb
RegEx/RegEx/obj/x86/Debug/Regex.exe
RegEx/RegEx/obj/x86/Debug/Regex.g.resources
RegEx/RegEx/obj/x86/Debug/Regex.pdb
RegEx/RegEx/obj/x86/Debug/Regex.vbproj.FileListAbsolute.txt
RegEx/RegEx/obj/x86/Debug/Regex.xml
RegEx/RegEx/obj/x86/Debug/Regex_MarkupCompile.cache
RegEx/RegEx/obj/x86/Debug/Regex_MarkupCompile.i.cache
RegEx/RegEx/obj/x86/Debug/TempPE/
RegEx/RegEx/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll
RegEx/RegEx/obj/x86/Debug/WpfApplication1.exe
RegEx/RegEx/obj/x86/Debug/WpfApplication1.g.resources
RegEx/RegEx/obj/x86/Debug/WpfApplication1.pdb
RegEx/RegEx/obj/x86/Debug/WpfApplication1.Resources.resources
RegEx/RegEx/obj/x86/Debug/WpfApplication1.vbproj.FileListAbsolute.txt
RegEx/RegEx/obj/x86/Debug/WpfApplication1.xml
RegEx/RegEx/obj/x86/Debug/WpfApplication1_MarkupCompile.cache
RegEx/RegEx/obj/x86/Debug/WpfApplication1_MarkupCompile.i.cache
RegEx/RegEx/obj/x86/Release/
RegEx/RegEx/Regex.vbproj
RegEx/RegEx/Regex.vbproj.user
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.