资源列表
Floyd算法
- 求任意两点间的最短距离算法
shitanfa
- 黄金分割法 C语言 很不错的哦 大家-Golden section method C language
ABAND
- 用来求线性代数方程组的全选主元高斯消去法-Of linear algebraic equations for the full pivoting Gaussian elimination
Chio
- Chio s rule for calculating the determinant of order n
mian6
- 用来计算分岔图的程序,看到有的人在求。希望对有些人有用-The program used to calculate the bifurcation diagram, see some people seek. I hope some useful
qiuni
- C语言矩阵求逆模块,输入矩阵调用此模块即可求出对应的逆矩阵-C language matrix inversion module
123
- 基于孙根年教授的本地趋势线,对回归分析的非线性拟合-Based on the local trend line, the regression analysis of nonlinear fitting
HESSENBERG
- 用初等相似变换将一般实矩阵约化为上H矩阵,即hessenberg矩阵-Elementary similarity transformation will generally be reduced to the real matrix H matrix, the matrix that hessenberg
cPP
- 已知圆半径r=2.5 圆柱高h=4,求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示-Known radius r = 2.5 cylinder h, = 4, of circular perimeter, area, the sphere volume, cylinder volume, cin input to calculate the project, and then outputs the calculation results
RK_4
- 利用四阶RK方法对一阶微分方程进行数值计算。计算结果精度可控。-The fourth-order RK method for numerical calculation of the first order differential equations. Calculation precision is controlled.
levy1
- 利用levy法估计由实验输出生成的传递函数的相应参数-Transfer functions corresponding parameter estimation method utilizing levy
coinchange
- Coin Change problem solved in c. One of the fundamental problems in dynamic programming