资源列表
2x
- 利用最小二乘法进行曲线的拟合,这是用多项式拟合曲线的源码!-using the least-squares method of curve fitting, which is the polynomial curve fitting source!
694917052x
- 最小二乘的计算方法改进了,快速最小二乘平差计算
anoldi
- anoldi算法,有运行结果,效果还行,可自己改进,能对大型矩阵操作
curvefitting
- 基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.
t5_2_lungkuta
- 用经典龙格-库塔法和变步长的龙格-库塔法求解微分方程-Classical Runge- Kutta method and the variable step Runge- Kutta method for solving differential equations
rls_suppression
- RLS算法的自适应滤波器程序,很好的代码-RLS adaptive filter algorithm program, good code ...
qsort
- Implementation of quick sort
yi-yuan-er-ci-
- 解一元二次方程,并判断有解无解,接出实数解和虚数解-Solving a quadratic equation
create_bs_link
- 由数据库中数据计算基站间用户迁移量,形成有向加权迁移网络-User migration between base stations is calculated by the data in the database, the weighted migration network formed
Lagrange-polynomial-interpolation
- 拉格朗日多项式插值法是实际使用最广的插值法,能保证较高的差值效率和精度-Lagrange polynomial interpolation method is the most widely used interpolation method, can guarantee the high efficiency and accuracy of the difference
beibaosuanfa
- 这是一个背包算法,以前老师给的,希望能帮助到别人-This is a knapsack algorithm, before the teacher gives, hoping to help others
2
- 用链表的方式实现多项式的加减,其中结构体包含幂次和系数。-Polynomial addition and subtraction with a list of ways in which the structure and contains the power of coefficients.