资源列表
mutation
- matlab 的一些实例,希望对大家有所帮助,多多参考-reference no no no no no no no no no
Fig10_38
- It s about matrix chain algorithm souce code
gcd_lcm
- 给出两整数a与b, 找出a与b的最小公倍数LCM(a,b), 找出a与b的最大公因子GCD(a,b).-finds the LCM(Lowest Common Multiple)/GCD(Greatest Common Divisor) of two positive integers
diedai
- 迭代法解线性方程组,最基本简单的算法,大家可以自己试着去写。-Iterative method solving linear equations, the most basic simple algorithm,You can try to write.
bm
- 为了最大程度地节约存储空间,经常需要把信息进行编码。一种很有效的编码方法是用数字来表示一串字符。假设这些字符串都是由不重复的英文小写字母组成的,且每个字符串中的英文字母都是从小到大排列的。 这个编码系统按照如下的方式工作: ◦ 字符串是按照长度从小到大的顺序排列的 ◦ 长度相同的字符串,是按照字典序排列的 -In order to save storage space to the greatest extent, often need to in
largest-sub-matrix
- 最大子矩阵和 求一个n*m矩形的最大子矩形和 子矩形的规格为x*y-hdu1559 largest sub-matrix and Seeking a n* m rectangular sub-rectangular and sub-rectangular specifications for x* y
mle_example
- an example for most likelyhood estimation based on matlab platform
Lax_Friedrichs
- 有限差分求burgers方程...LAX-FRIEDRICH-Finite difference burgers was not beg equation
integral
- 用C++编写的一个用变步长梯形法来求积分的程序-Written in c++ ,a variable step size trapezoid method to integrate the process.
Pi-and-array
- 圆周率和数组;通过覆盖圆周率的值,然后计算数组。最后修改圆周率的值,返回计算;-Pi assignment, and then uates it and the return value of PI.
Roman-to-Integer
- 罗马数字转换为阿拉伯数字,整形,小于3-roman invert to the int number
secant-method
- 割线法是函数逼近法(又称函数插值法)的一种,基本思想是用用区间[tk-1,tk](或[tk,tk-1])上的割线近似代替目标函数的 导函数的曲线。并用割线与横轴交点的横坐标作为方程式的根的近似。-secant method