资源列表
juzhenliancheng
- C语言实现动态规划 矩阵连乘问题! 问题:给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2,…,n-1。计算这n个矩阵的连乘积。由于矩阵乘法满足结合律,故计算矩阵的连乘积可以由许多不同的计算次序。计算次序不同计算连乘积的计算量也不同。运用动态规划法思想给出你认为合理的计算矩阵连乘积最少次数的方案。-C language dynamic programming matrix continually multiply problems! The problem:
bolanshijisuanqi
- C语言实现波兰式计算器 程序设计——波兰式计算器-C language Polish calculator The programming- Polish calculator
Newton-Raphson-method
- fortran90/95格式,方便科学计算中调用,Newton-Raphson,可用来寻找线性/非线性方程f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。-fortran90/95 format, convenience called scientific computing, Newton-R
EigenSolve
- fortran90/95,对非线性系统A*q_dot=0进行特征值分析的函数模块。特征值分析是控制科学中稳定性分析的重要的工具。-fortran90/95, the non-linear system A* q_dot = 0 eigenvalue analysis function module. Eigenvalue analysis is an important tool to control stability analysis in science.
ABC-algorithn-in-CPP
- The ABC localization code
apen
- 利用近似熵进行时间序列的变异检测,非常好用-approximate entropy,variation
Large-integer-addition
- 大整数加法,实现最长为250个数字的加法运算。-Large integer addition
tidu
- 梯度法,可用于求解二维非线性方程的求解,收敛速度快-Gradient method can be used to solve the two-dimensional nonlinear equations, fast convergence
ZNNewton
- 阻尼牛顿法,用于求解二维非线性方程的求根,收敛速度较快-Damping Newton method for solving the two-dimensional nonlinear equations of Roots, convergence is faster
fuhexingfa
- 复合形法,用于求解二维非线性方程的根,收敛速度快-Complex method for solving the root of the two-dimensional nonlinear equations, convergence is fast
fortran程序代码
- 气象上用的fortran程序代码,有插值的,还有计算各物理量的代码
Quantum_Memetic_Evolutionary_Algorithm
- This paper is about quantum memetic algorithm
