文件名称:Delphi-6---XE
介绍说明--下载内容均来自于网络,请自行研究使用
Components calculate mathematical and logical expressions (formulas). They are easy to use and contain many methods that have one parameter - a formula and return a number - the result of calculating the formula. The above methods work fast and can be called in a loop.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Components
..........\Calculator.pas
..........\CalcUtils.pas
..........\Cipher.pas
..........\Directives.inc
..........\EventManager.pas
..........\EventUtils.pas
..........\FileUtils.pas
..........\FlexibleList.pas
..........\Graph.pas
..........\GraphicTypes.pas
..........\GraphicUtils.pas
..........\License.pas
..........\Log.pas
..........\MemoryUtils.pas
..........\NotifyManager.pas
..........\NumberConsts.pas
..........\NumberUtils.pas
..........\Numeration.pas
..........\ParseCache.pas
..........\ParseCommon.pas
..........\ParseConsts.pas
..........\ParseErrors.pas
..........\ParseField.pas
..........\ParseManager.pas
..........\ParseMessages.pas
..........\ParseMethod.pas
..........\Parser.pas
..........\ParseTypes.pas
..........\ParseUtils.pas
..........\ParseValidator.pas
..........\ParseValueList.pas
..........\SearchUtils.pas
..........\SyncThread.pas
..........\TextBuilder.pas
..........\TextConsts.pas
..........\TextList.pas
..........\TextTypes.pas
..........\TextUtils.pas
..........\Thread.pas
..........\ThreadUtils.pas
..........\ValueConsts.pas
..........\ValueErrors.pas
..........\ValueTypes.pas
..........\ValueUtils.pas
..........\VariableUtils.pas
Samples
.......\Delphi 2005
.......\...........\Building graph in rectangular and polar coordinate systems
.......\...........\..........................................................\GraphBuilder.bdsproj
.......\...........\..........................................................\GraphBuilder.dpr
.......\...........\..........................................................\MainForm.dfm
.......\...........\..........................................................\MainForm.pas
.......\...........\Decompiling demo
.......\...........\................\MainForm.dfm
.......\...........\................\MainForm.pas
.......\...........\................\Sample.bdsproj
.......\...........\................\Sample.dpr
.......\...........\Extending TField class
.......\...........\......................\MainForm.dfm
.......\...........\......................\MainForm.pas
.......\...........\......................\Sample.bdsproj
.......\...........\......................\Sample.dpr
.......\...........\Making a constant of simple type in TParser
.......\...........\...........................................\MainForm.dfm
.......\...........\...........................................\MainForm.pas
.......\...........\...........................................\Sample.bdsproj
.......\...........\...........................................\Sample.dpr
.......\...........\Making a function managing by its Handle in TParser
.......\...........\...................................................\MainForm.dfm
.......\...........\...................................................\MainForm.pas
.......\...........\...................................................\Sample.bdsproj
.......\...........\...................................................\Sample.dpr
.......\...........\Making a function which require parameter after itself in TParser
.......\...........\.................................................................\MainForm.dfm
.......\...........\.................................................................\MainForm.pas
.......\...........\.................................................................\Sample.bdsproj
.......\...........\.................................................................\Sample.dpr
.......\...........\Making a function which require parameter before itsel in TParser
.......\...........\.................................................................\MainForm.dfm
.......\...........\.................................................................\MainForm.pas
.......\...........\.................................................................\Sample.bdsproj
.......\...........\.................................................................\Sample.dpr
.......\...........\Making a function which requires both parameters 鈥?before and after itself in TParser
.......\...........\......................................