资源列表
Fibonacci-sequence-
- 3. 利用虚函数手段,按照3种不同的计算方法来求出Fibonacci数列的第n项(的具体项值)并输出。-3 by means of virtual functions, n terms of the Fibonacci sequence (the specific items of value) and output is obtained in accordance with the different calculation methods.
the-distance-of-the-two-objects
- 自定义如下形式的一个称为point的类,其对象表示平面上的一个点(x,y),并通过类成员方式对该类重载二目运算符“+”和“^”,用来求出两个对象的和以及两个对象(平面点)的距离。-The form of a custom class called point object represents a point in the plane (x, y), and the class by class members overloaded binary operator " +" a
addition-of-the-plural-
- 1. 自定义一个示意性的复数类型complex,其中含有若干个成员函数,使用该类可以完成复数的加法以及对复数的输出。-Custom schematic of a complex type complex, which contains a number of member functions, the use of this class can complete the addition of the plural and plural output.
ch4soft
- 常用的计算流体力学有限差分和有限体积计算格式-Commonly used in computational fluid dynamics finite difference and finite volume format
40-usual-f-program
- 40种常用的差分数值计算方法,内附详细使用说明-40 kinds of difference numerical method
genetic
- Genetic Library source code and easy example
rlab-2.1.06bsrc
- rlab源代码,类似matlab功能,支持window、linux环境。-RLAB source code, similar to the matlab function, support window, Linux environment.
SHA
- SHA1算法,主要用JAVA实现了SHA1算法,可直接调用-SHA1 Algorithm
Thomas
- 数值分析计算程序,追赶法求解三对角线系数矩阵方程。-Numerical analysis program, Thomas method for solving tridiagonal coefficient matrix equation.
main_gauss
- 数学分析计算程序例子,列主高斯消元法求解线性方程组。-Mathematical analysis and calculation procedures example, the column main Gaussian elimination for solving linear equations.
Newton_int
- 数值分析计算程序例子,牛顿基本插值法,注意如果插值次数n过高会产生龙格效应导致误差过大。-Numerical analysis program example, Newton interpolation, pay attention to the interpolation times n Runge effects lead to too high will produce error is too large.
romberg
- 数值分析计算程序例子,龙贝格积分法求解函数积分,计算时注意函数端点处matlab是否能求出函数值,如不能需手动输入。-Numerical analysis of examples of the calculation program Romberg integration method for solving function integral.