资源列表
pseudo-random
- c++小程序,实现:产生伪随机数,并实现10枚硬币投50000次,计算出正面向上的次数和概率。-c++ small program implementation: generate pseudo-random number, and realize 10 coins cast 50,000 times to calculate the probability of a positive number and upward.
1-8
- %求解系数矩阵对称正定的线性方程组的最速下降法 - Solution of symmetric positive definite coefficient matrix of linear equations of the steepest descent method
123
- 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵 -Out the main elements in Gaussian elimination method for solving the matrix equation AX = B, in which A is N* N matrix, B is N* M matrix
CG
- 数值分析中的CG算法实现,对于初学者很适用,算法快捷易读-Numerical Analysis of CG algorithms, for beginners is to apply efficient algorithm to read
FFT2
- 进行快速傅立叶变换,是一个改进的算法,较好。-Fast Fourier transform, an improved algorithm is better.
fft
- 基2fft,实现对实数序列的离散快速傅里叶变换-Based 2fft, the realization of the real sequence of discrete Fast Fourier Transform
defvector-1
- 使用Vasp做计算的时候,计算弹性常数C11的程序-To calculate the elastic constant C11
knn
- knn实现,详细的最近邻算法的实现方法,简单易懂-knn achieve detailed nearest neighbor algorithm, easy to understand
Untitled
- 由Music算法估计线阵波达方向,搜索频谱波峰。-Estimation of linear array DOA by Music algorithm, searching spectral peak.
Population_growth_model
- 人口增长模型,用于数学建模数据分析与绘图,其中包括线性拟合、指数增长模型以及阻滞增长模型。-Population growth model for mathematical modeling of data analysis and graphics, including linear regression, exponential growth model and arrest growth model.
Gauss-Seidel
- 数值线性代数(徐方树)第四章上机题 G-S迭代法 希望有帮助-Numerical linear algebra (Xu Fangshu) the fourth chapter on the topic G-S iterative method I hope there is help
Main
- 数值分析中改进的高斯消元算法,用Java编程实现-Gauss elimination method