资源列表
集合交集c++
- 有关集合的运算-the pool operator!
FFT
- 快速傅里叶变换,基于迭代算法,适于数字滤波和图像处理-Fast Fourier transform, based on iterative algorithms, suitable for digital filtering and image processing
Least_squares_fitting_curve
- 使用最小二乘的方法进行拟合曲线,可进行二阶/三阶多项式拟合-fitting curve by Least squares,can make second-order/third-order polynomial fit
模糊指数平滑
- 模糊指数平滑算法源程序,进行预测 计算.-fuzzy exponential smoothing algorithm source for projection.
tidu_niudun
- 最优化算法,梯度牛顿联合算法,克服各自缺点。-Optimization algorithms, gradient Newton joint algorithm, to overcome their shortcomings.
Matching-1
- 给定整数n,产生所有[2n]上的匹配(matching) //将其视为一个所有块大小均为2的集合分拆 //输出格式为 a1 a2 - b1 b2 - c1 c2 - ... //满足a1<a2, b1<b2, ... //且 a1 < b1 < c1 <-given integer n, have all [2n] on the matching (matching) / / will be considered as an all pieces a
曲线拟合
- (1)利用多项式拟合的两个模块程序求解下题: 给出 x、y的观测值列表如下: x 0 1 2 3 4 5 y 2.08 7.68 13.8 27.1 40.8 61.2 试利用二次多项式y=a0+a1x+a2x2进行曲线拟合。 (1)多项式拟合方法:假设我们收集到两个相关变量x、y的n对观测值列表: x x0 x1 x2 x3 x4 x5 y y0 y1 y2 y3 y4 y5 我
hessenbergandQR
- 矩阵上hessenberg化及QR方法(带原点位移)
random_algorithm
- 一种采用数学方法实现的字符串匹配算法-模式匹配的随机算法。
prim
- Prim s Algorithm for Minimimum-Cost Spanning Tr-Prim s Algorithm for Minimimum-Cost Spanning Tree
l
- 线性规划,运用线性规划的方法来进行求解!~-line plan
one
- 用栈实现复杂四则运算 复杂的c代码,希望大家下载。-Stack with realizing complex arithmetic Complex c code, hope you download
