资源列表
lieDoolittle
- 一个用列主元杜里特尔法求解线性方程组的Matlab源程序。很好很实用~
用 Floyd 算法求任意两点间的最短路径及最短路长
- 用 Floyd 算法求任意两点间的最短路径及最短路长. D0 是图的邻接矩阵,Floyd algorithm used for any shortest path between two points and the most long-short-circuit. D0 is the graph adjacency matrix
Jakes
- A matlab code to simulate the fading channel with raleigh distribution. The code can be used with different number of path.
wavelet
- 求小波包的信息熵,每一步骤带相应的文字说明-wavelet
pidsr
- PID用于机器人路径控制的MATLAB程序,路径选择是一个简单的正弦函数.控制参数是速度和角速度.-PID control for robot path MATLAB program, the path of choice is a simple sine function. Control parameter is the speed and angular velocity.
2
- 牛顿迭代法及其二分法的实验编程,适合初学者使用。-Newton iteration method and its experimental programming dichotomy, suitable for beginners.
brinv
- brinv实现了数学上的计算功能,求某些数的协方差,实现很好的效果。-brinv achieve a mathematical calculation functions, seeking certain number of covariance, to achieve very good results.
program
- R code for 2integral
regress
- regress,回归方法,气相中经常使用的回归方法-regress calculation,often used in meterology.
MONTECARLO
- MONTECARLO 算法,计算结构失效概率-Monteocarlo algorithms compute structural failure probability
coordinate.tar
- 计算两点间的坐标距离,通过C++面向对象的方法实现-Calculates the coordinates of the distance between two points, through the C++ implementation
bisection_method
- 数值分析中的倍分收缩法,初等的寻根方法,可以用作跟高级方法的初步范围设定-bisection method for numerical to find roots of equations