资源列表
俄罗斯农夫法的乘法算法
- 俄罗斯农夫法的乘法算法,不使用乘法和除法实现-Law of the Russian peasant multiplication algorithm implementation does not use multiplication and division
AHPcode
- AHP在matlab中的源码,完整的实现了层次中排序的问题-AHP in the matlab source code and complete in order to achieve the level of the problem
bisect
- 该function文件可以利用二分法求解方程的数值解,其中有例子-The function files can be used to solve equations numerical solution of the dichotomy, of which examples
Newton
- 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。-Conjugate Gradient method (Conjugate Gradie
crc16-jisuan
- 循环冗余码的计算程序,对任意输入的信息块生成实际传输的码字-Cyclic redundancy code calculation program, any input code word to generate the actual transmission
20_3circl
- C++程序设计实验题 进行矩阵最大值的计算和输出-The calculation of the matrix maximum output
juggling
- 翻转算法,效果:abcdefg->defgabc 使用到辗转相除求最大公约数。-The Flip algorithm, the effect: abcdefg-> defgabc use to euclidean division of the common denominator.
chua_sys
- 可生成chua系统的matlab代码,可用于生成常微分系统数值解和相关图形-It can produce the numerical Chua system
Piscard
- 解非线性方程的不动点(Piscard)法,编译器用的是intel visual fortran-solve nonlinear equation with Piscard method
demoIdent
- Demo on LS parameters identification
Black-Friday
- 计算哪年哪月哪日是黑色星期五,即又是13号又是星期五。-Calculate what year what day what month is Black Friday, which is the 13th is a Friday.
steepest1
- This code is using by steepest method.