资源列表
matlab 切比雪夫
- 切比雪夫算法
quick_so
- quicccck sort using divide n conquer-quicccck sort using divide n conquer...
fft
- fft滤波程序-fft filtering process. . . . . . . . . . . . . . . . . . . . .
FFTT2
- 快速傅里叶变换函数 编程语言:C 特点:简单明了 易于理解-fourier transformer
convertwords
- 讲输入的字符串反转输出,如 i come from china 翻转后输出 china from come i-Reverse output about the input string, such as i come from china flip out china from come i
AR1PSD
- 用Fortan编写的由AR模型参数得到功率谱的程序-Written by Fortan AR model parameters obtained by the power spectrum of the process
bm
- 为了最大程度地节约存储空间,经常需要把信息进行编码。一种很有效的编码方法是用数字来表示一串字符。假设这些字符串都是由不重复的英文小写字母组成的,且每个字符串中的英文字母都是从小到大排列的。 这个编码系统按照如下的方式工作: ◦ 字符串是按照长度从小到大的顺序排列的 ◦ 长度相同的字符串,是按照字典序排列的 -In order to save storage space to the greatest extent, often need to in
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.
secant-method
- 割线法是函数逼近法(又称函数插值法)的一种,基本思想是用用区间[tk-1,tk](或[tk,tk-1])上的割线近似代替目标函数的 导函数的曲线。并用割线与横轴交点的横坐标作为方程式的根的近似。-secant method