资源列表
fenglang
- 水闸以及土石坝设计的风浪以及浪压力计算 用的是SL265-2001规范中的莆田站公式。-Sluices and waves and waves of earth dam design pressure calculation using the SL265-2001 specification Putian Station formula.
minWP
- Wolfe-Powell方法解决优化问题,调用形式已详细说明,更加全面了解该算法-Wolfe- Powell method to solve optimization problems, call form has detailed instructions, a more comprehensive understanding of the algorithm
bandpass
- Bandpass filter program.
PRIORITY
- Priority scheduling algorithm in C
GAUSS
- 高斯列主元求解线性方程组,本人自己编写,供大家参考,请多多指教-Gauss pivot column
fungry1
- 灰数的生成,就是从杂乱中寻找出规律。同时,灰色理论建立的是生成数据模型,不是原始数据模型,因此,灰色预测是一种对含有不确定因素的系统进行预测的方法。-models of grey
mcd
- This program calculates the lowest common multiple of two numbers using Euclid s algorithm. To do this we will read the two numbers and we do accounts required to calculate
aitkenroot
- 埃特金求解C语言代码 //函数名:aitkenroot //功能描述:求出[a,b]区间内的非线性方程f(x)的一个实根 //输入参数:*x0(指向迭代初值和终值的指针) // f(迭代函数) // eps(精度要求) // max(最大迭代次数) //返回值:0(迭代失败),1(迭代成功)-Aitken Solution C language code// function name: aitkenroot// Function Descr iption: Fin
Elimination-pivot-column
- 这是计算方法的一个实验,主要功能是列主元消元。-Elimination pivot column
buck_cmd_with_correction
- simulink环境下带矫正的buck电路-simulink environment buck circuit with correction
juzhengqiuni
- 实现矩阵求逆的算法,可以实现矩阵的求逆,默认为5*5的矩阵-Matrix inversion algorithm to achieve
FilterAverage
- 函数:滑动均值滤波--analog signals 优点:可重用,代码量小,数据实时无间断 缺点:边沿平滑,不适合突变检测 要求:使用前,必须先初始化 案例:sum的初值为基准值;buff[]不能大于sum-Function: sliding mean filter- analog signals advantages: reusability, a small amount of code and data in real time without interruption D