文件名称:Calculator
- 所属分类:
- Dephi控件源码
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 147kb
- 下载次数:
- 0次
- 提 供 者:
- f**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
对输入的算术表达式计算结果,要求能识别常见函数,能自定义并存储变量,能设置实数显示方式(常规显示,科学计数法)和精度,能进行分数运算
-The input of the arithmetic expression results, hoping that they can identify common functions that can be customized and stored in a variable that can set the display of real numbers (conventional displays, scientific counting method) and precision can be carried out scores of operations
-The input of the arithmetic expression results, hoping that they can identify common functions that can be customized and stored in a variable that can set the display of real numbers (conventional displays, scientific counting method) and precision can be carried out scores of operations
(系统自动生成,下载前可以参看下载内容)
下载文件列表
计算器\Calculator.sln
......\Calculator.suo
......\PhraseAnalyzer\AnalyzerForm.cs
......\..............\DFAState.cs
......\..............\OperandType.cs
......\..............\PhraseAnalyzer.cs
......\..............\PhraseAnalyzer.csproj
......\..............\PhraseAnalyzer.csproj.user
......\..............\PhraseStorage.cs
......\..............\PhraseType.cs
......\..............\obj\PhraseAnalyzer.csproj.FileList.txt
......\..............\...\Debug\PhraseAnalyzer.AnalyzerForm.resources
......\..............\...\.....\PhraseAnalyzer.csproj.GenerateResource.Cache
......\..............\...\.....\PhraseAnalyzer.dll
......\..............\...\.....\PhraseAnalyzer.exe
......\..............\...\.....\PhraseAnalyzer.Form1.resources
......\..............\...\.....\PhraseAnalyzer.pdb
......\..............\...\.....\PhraseAnalyzer.projdata
......\..............\...\.....\PhraseAnalyzer.projdata1
......\..............\...\.....\Refactor\PhraseAnalyzer.dll
......\..............\bin\Debug\PhraseAnalyzer.dll
......\..............\...\.....\PhraseAnalyzer.exe
......\GrammerAnalyzer\GrammerAnalyzer.csproj
......\...............\GrammerAnalyzer.csproj.user
......\...............\Operator.cs
......\...............\PriorityCmpType.cs
......\...............\SemanticAnalyzer.cs
......\...............\SemanticForm.cs
......\...............\obj\GrammerAnalyzer.csproj.FileList.txt
......\...............\...\Debug\GrammerAnalyzer.csproj.GenerateResource.Cache
......\...............\...\.....\GrammerAnalyzer.dll
......\...............\...\.....\GrammerAnalyzer.exe
......\...............\...\.....\GrammerAnalyzer.GrammerForm.resources
......\...............\...\.....\GrammerAnalyzer.pdb
......\...............\...\.....\GrammerAnalyzer.projdata
......\...............\...\.....\GrammerAnalyzer.projdata1
......\...............\...\.....\GrammerAnalyzer.SemanticForm.resources
......\...............\...\.....\ResolveAssemblyReference.cache
......\...............\bin\Debug\GrammerAnalyzer.dll
......\...............\...\.....\PhraseAnalyzer.dll
......\Calculator\Calculator.csproj
......\..........\Calculator.csproj.user
......\..........\CalUnit.cs
......\..........\MyCal.cs
......\..........\obj\Calculator.csproj.FileList.txt
......\..........\...\Debug\Calculator.csproj.GenerateResource.Cache
......\..........\...\.....\Calculator.exe
......\..........\...\.....\Calculator.MyCal.resources
......\..........\...\.....\Calculator.pdb
......\..........\...\.....\Calculator.projdata
......\..........\...\.....\Calculator.projdata1
......\..........\...\.....\ResolveAssemblyReference.cache
......\..........\bin\Debug\Calculator.exe
......\..........\...\.....\Calculator.vshost.exe
......\..........\...\.....\GrammerAnalyzer.dll
......\..........\...\.....\PhraseAnalyzer.dll
......\..........\...\.....\zy.ico
......\PhraseAnalyzer\obj\Debug\TempPE
......\..............\...\.....\temp
......\..............\...\.....\Refactor
......\GrammerAnalyzer\obj\Debug\TempPE
......\...............\...\.....\temp
......\...............\...\.....\Refactor
......\Calculator\obj\Debug\TempPE
......\..........\...\.....\temp
......\..........\...\.....\Refactor
......\PhraseAnalyzer\obj\Debug
......\..............\bin\Debug
......\GrammerAnalyzer\obj\Debug
......\...............\bin\Debug
......\Calculator\obj\Debug
......\..........\bin\Debug
......\PhraseAnalyzer\obj
......\..............\bin
......\GrammerAnalyzer\obj
......\...............\bin
......\Calculator\obj
......\..........\bin
......\PhraseAnalyzer
......\GrammerAnalyzer
......\Calculator
计算器
......\Calculator.suo
......\PhraseAnalyzer\AnalyzerForm.cs
......\..............\DFAState.cs
......\..............\OperandType.cs
......\..............\PhraseAnalyzer.cs
......\..............\PhraseAnalyzer.csproj
......\..............\PhraseAnalyzer.csproj.user
......\..............\PhraseStorage.cs
......\..............\PhraseType.cs
......\..............\obj\PhraseAnalyzer.csproj.FileList.txt
......\..............\...\Debug\PhraseAnalyzer.AnalyzerForm.resources
......\..............\...\.....\PhraseAnalyzer.csproj.GenerateResource.Cache
......\..............\...\.....\PhraseAnalyzer.dll
......\..............\...\.....\PhraseAnalyzer.exe
......\..............\...\.....\PhraseAnalyzer.Form1.resources
......\..............\...\.....\PhraseAnalyzer.pdb
......\..............\...\.....\PhraseAnalyzer.projdata
......\..............\...\.....\PhraseAnalyzer.projdata1
......\..............\...\.....\Refactor\PhraseAnalyzer.dll
......\..............\bin\Debug\PhraseAnalyzer.dll
......\..............\...\.....\PhraseAnalyzer.exe
......\GrammerAnalyzer\GrammerAnalyzer.csproj
......\...............\GrammerAnalyzer.csproj.user
......\...............\Operator.cs
......\...............\PriorityCmpType.cs
......\...............\SemanticAnalyzer.cs
......\...............\SemanticForm.cs
......\...............\obj\GrammerAnalyzer.csproj.FileList.txt
......\...............\...\Debug\GrammerAnalyzer.csproj.GenerateResource.Cache
......\...............\...\.....\GrammerAnalyzer.dll
......\...............\...\.....\GrammerAnalyzer.exe
......\...............\...\.....\GrammerAnalyzer.GrammerForm.resources
......\...............\...\.....\GrammerAnalyzer.pdb
......\...............\...\.....\GrammerAnalyzer.projdata
......\...............\...\.....\GrammerAnalyzer.projdata1
......\...............\...\.....\GrammerAnalyzer.SemanticForm.resources
......\...............\...\.....\ResolveAssemblyReference.cache
......\...............\bin\Debug\GrammerAnalyzer.dll
......\...............\...\.....\PhraseAnalyzer.dll
......\Calculator\Calculator.csproj
......\..........\Calculator.csproj.user
......\..........\CalUnit.cs
......\..........\MyCal.cs
......\..........\obj\Calculator.csproj.FileList.txt
......\..........\...\Debug\Calculator.csproj.GenerateResource.Cache
......\..........\...\.....\Calculator.exe
......\..........\...\.....\Calculator.MyCal.resources
......\..........\...\.....\Calculator.pdb
......\..........\...\.....\Calculator.projdata
......\..........\...\.....\Calculator.projdata1
......\..........\...\.....\ResolveAssemblyReference.cache
......\..........\bin\Debug\Calculator.exe
......\..........\...\.....\Calculator.vshost.exe
......\..........\...\.....\GrammerAnalyzer.dll
......\..........\...\.....\PhraseAnalyzer.dll
......\..........\...\.....\zy.ico
......\PhraseAnalyzer\obj\Debug\TempPE
......\..............\...\.....\temp
......\..............\...\.....\Refactor
......\GrammerAnalyzer\obj\Debug\TempPE
......\...............\...\.....\temp
......\...............\...\.....\Refactor
......\Calculator\obj\Debug\TempPE
......\..........\...\.....\temp
......\..........\...\.....\Refactor
......\PhraseAnalyzer\obj\Debug
......\..............\bin\Debug
......\GrammerAnalyzer\obj\Debug
......\...............\bin\Debug
......\Calculator\obj\Debug
......\..........\bin\Debug
......\PhraseAnalyzer\obj
......\..............\bin
......\GrammerAnalyzer\obj
......\...............\bin
......\Calculator\obj
......\..........\bin
......\PhraseAnalyzer
......\GrammerAnalyzer
......\Calculator
计算器