资源列表
DTW
- 是关于DTW算法的C程序;较详细的代码注释;跟大家学习分享了-a pagraming about DTW
momte-carlo
- 关于mottcalo方法及其应用的的详细介绍-a materials about mottcalo method
root-finding
- 三种方法求方程的根,二分法,最近邻法,和错点法-three methods for getting the root of equation
rung
- 用runke cutta法求一阶常微分方程的解,可以自己推广到二阶-With the runke cutta method for ordinary differential equation solution
2nd-ode
- 用rukke kutta 法求二阶常微分方程的解,也可求偏微分方程-With rukke kutta method for second order ordinary differential equation solution, also can ask partial differential equations
MOPSO
- multi-objective particle swarm optimization MOPSO
1
- 【课题】若某算术表达式采用后置法表示(即逆波兰表达式),请编程计算该表达式的值。如:表达式(a+b*c)/d-e用后置法表示为abc*+d/e-。 -[ Topic ] If an arithmetic expression using the post method representation (i.e., inverse Poland expression ), please programming calculation of the value of the expression.
Lemke
- 二次规划的lemke解法(适用于少参数问题)-Lemke solution of quadratic programming (less parameters)
fft_C
- C语言版的FFT程序。 快速傅里叶变换C语言函数,移植性强,以下部分不依赖硬件。此函数采用联合体的形式表示一个复数,输入为自然顺序的复数,输出为经过FFT变换的自然顺序的复数. -C language FFT program Fast DFT is very easy to run on hardware. input data must be complex, and output data is also complex.
ourdev_655640K1EWAP
- 三种 fft C 语言程序, 快速DFT代码, 有详细的程序注解,和说明。-three kinds of C languge FFT program, fast DFT C code. these files have been expained in detail.
Frequency-Analysis---FFT
- FFT Frequency Analysis
mathematic-library
- 数值分析类库。包括了Vector和Matrix类,可用于求CHOLESKY分解,解方程,以及求极值等。求极值的方法包括最速下降法,牛顿法,拟牛顿法,共轭梯度法,变尺度法等等。-Mathematic Analyze tools which contains the Vector and Matrix classes. It can be used to work our the parse of cholesky and solf the equation and deal with opt pr
