资源列表
非参数估计SO2浓度
- 用5种非参数方法:线性样条、B样条、N-W核估计、最近邻估计、局部多项式对某地SO2浓度数据进行拟合。(5 non parametric methods: linear spline, B spline, N-W kernel estimation, nearest neighbor estimation, and local polynomial are used to fit the SO2 concentration data in a certain area.)
线性方程组计算
- 利用高斯消元法法求解病态矩阵——hilbert 矩阵的线性方程组。通过条件数分析,找出误差较大的原因。再利用 Jacobi 迭代方法、G-S 迭代方法和 SOR 迭代法做了进一步探究。另外,作为要求之外的,还使用共轭梯度法来求解方程以来进行对比,并利用Tikhonov 正则化的方法改善矩阵的条件数,来减小误差。(The Gauss elimination method is used to solve the linear equations of the ill conditioned mat
解方线性方程组
- 通过高斯消元法求解解线性方程组,使用动态内存分配(system of linear equations)
decode_encode
- 使用Python实现DES加解密,并与MD5和异或运算(Python implementation of DES encryption and decryption)
matlabK-T模型函数包
- 等效介质理论 K-T模型算法(球形,针行,硬币状孔隙)(The K-T model algorithm of the equivalent medium theory)
数值分析2
- 使用带双步位移的QR分解法求一个10*10矩阵的特征值(Using the QR decomposition method with two step displacement to obtain the eigenvalues of a 10*10 matrix)
AStarDStar
- Astar和Dstar寻迹算法的实现,可以直接编译运行,会呈现寻迹路线。(The implementation of Astar and Dstar's tracing algorithm can be compiled and run directly, and the tracing route will be presented.)
新建文本文档
- 用于45钢淬火过程中的温度场分析和应力场分析(Analysis of temperature field and stress field analysis in quenching process for 45 steel)
单纯形法Matlab程序-2016-11-17
- 一般线性规划问题具有线性方程组的变量数大于方程个数,这时会有不定的解。当决策变量个数n和约束条件个数m较大时,单纯形法是求解线性规划问题的通用方法。 从线性方程组找出一个个的单纯形,每一个单纯形可以求得一组解,然后再判断该解使目标函数值是增大还是变小了,决定下一步选择的单纯形。通过优化迭代,直到目标函数实现最大或最小值(In general linear programming problems, the number of variables with linear equations is
lapack-3.8.0.tar
- lapack优秀的线性处理库 可以处理线性问题和矩阵(LAPACK is a freely-available software package. It can be included in commerc ial 37 software packages (and has been).)
TOELITZ_MUSIC
- 对相干信号进行方位估计,使用TOEPLITZ矩阵进行解相干,music算法进行DOA估计(Estimation of the azimuth of coherent signals, decoherence using TOEPLITZ matrix and music algorithm for DOA estimation)
matlab数值计算
- matlab数值计算,讲解数值计算算法及matlab实现(empirical mode decomposition)