资源列表
hannuo
- 这是一个典型的汉诺塔程序,简单明了,利用递归思想编写-This is a typical program named hannuo,which takes advantages of digui!
Floyd-Warshall
- Floyd-Warshall algorithm for shortest path problem
Simposn
- 数值积分里的辛普森求积公式,用于计算定积分,效率很高-Numerical integration inside the Simpson quadrature formula used to calculate the definite integral, highly efficient
cesp
- 求解弹性半平面柱形圆孔扩张问题的解析解,用的是 Verruijt(1998)给出的算法,涉及了复变函数。-This program works for the problem of Cavity Expansion in Semi-infinite Plate.
PSO_Standard
- 此程序为最初形式的粒子群优化算法matlab程序,适合于研究粒子群算法的朋友进行下载。-This program is initially in the form of particle swarm optimization algorithm matlab program, suitable for study PSO friend to download.
Kalman-Filter
- 卡尔曼滤波跟踪2D测距雷达的小车运动参数。包括距离和角参数。-Kalman Filter,2D radar
ex8_PID
- 利用常规的pid算法对系统进行系统辨识和自适应研究,在matlab中进行数据处理。-Pid algorithm using a conventional system, system identification and adaptive research, data processing in matlab.
newton
- 非线性方程为xe(x)括号的x为e的指数-1=0. 要求输入初值x0.和精度tol及最大循环次数N. 输出利用newton迭代法解出的近似根-Nonlinear equations for the xe (x) x as e brackets index-1 = 0. Asked to enter the initial value x0. And accuracy and the maximum number of cycles N. tol output using newton i
power
- power method in fortran
BFFusion2a
- 采用贝叶斯推论的数据融合,将CHAN算法和泰勒算法的结结果经过处理,得到更好的定位结果,已通过测试。 -Bayesian inference using the data fusion, will CHAN Taylor algorithm and the results of algorrithm processed and better positioning of the results of the full source code, has been tested.
RungeKutta
- 求解常微分方程的RungeKutta法的matlab程序-matlab code about RungeKutta
LinkedList
- Reverse Linked List simple program