搜索资源列表
countcj
- 这是个简易成绩统计系统,能完成同学各科成绩的总分、排名、平均、成绩的考核方法、计算方法、各个学员的成绩在所有同学中的位置等 -This is a summary scores, students can complete the combined results branches, ranking average, performance evaluation method and the method of computation, all the outcomes of all stud
jiusan
- 利用多边形无限接近圆的方法计算π值,可以通过增加变数来改变其精确度。-Unlimited use of polygons close to a circle π value calculated can be variable to change by increasing its accuracy.
pi_calc
- 自己写的一个计算圆周率的小程序,该方法利用圆周率的莱布尼次公式原理来实现,当前版本可以计算至五位以上,再往下记算可能会由于累积误差,使计不够精确,后续版本会解决这一问题。-To write a small program that calculated pi, pi using the method of Lai Buni second formula works to achieve, the current version can be calculated to five or more,
1
- 设计一个GUI程序,用于演示采用分割、近似、求和的近似方法来计算初等函数的 , 的定积分-Design a GUI program for a demonstration of the use of the split, the approximate sum approximation method to calculate the elementary functions, the definite integral
CKS-three-phase-circuit
- 三相电路中正序、负序、零序计算方法,以及根据正序、负序、零序电量来反相计算三相电路。-CKS three-phase circuit, negative and zero sequence calculation method, and according to positive, negative and zero sequence power to calculate a three-phase inverter circuit.
delphi-TStringGrid
- Delphi中程序运行时对TStringGrid中的数据进行计算的具体实施方法,有具体过程。-Specific implementation methods for data calculation of Delphi TStringGrid the program is running, there is a specific process.
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