搜索资源列表
Delphi_suanfa
- Delphi 基本算法集合 包括所有高等数学的算法-Delphi collection of basic algorithms, including all advanced mathematics algorithms
finance-mathematic
- Finance mathematics fuatare
Delphi-counter
- Delphi简单计算器 可以完成简单的数学运算-The Delphi simple calculator may complete the simple mathematics operation
7610
- sqrt program mathematics russian edition
QDSEquations
- Qds Equations Publisher s Descr iption Qds Equations - equation editor is a set of visual components for Delphi that allow to enter and display formulas of any complexity, from simple Greek symbols to matrixes and complex integral expressions.
leonardofibonacci
- Delphi裴波纳契数列求和实例,请输入要计算数字的前多少位。斐波那契数列,又称黄金分割数列,指的是这样一个数列:0、1、1、2、3、5、8、13、21、……在数学上,斐波纳契数列以如下被以递归的方法定义:F0=0,F1=1,Fn=F(n-1)+F(n-2)(n>=2,n∈N*)在现代物理、准晶体结构、化学等领域,斐波纳契数列都有直接的应用。本例用Delphi来演示斐波那契数列的简单应用。-Delphi Fibonacci numbers and examples, please inpu