资源列表
Numericalanalysisbooks
- 数值分析电子书,包括各种常用的数值算法和源代码-Numerical analysis books, including a variety of commonly used numerical algorithms and source code
Calculator
- 用vc++编写的拥有计算功能的程序,可以对简单的计算快速解答-With vc++ program written with computing capabilities on the simple calculation quick answers
suan-fa-da-quan
- 数学建模各种算法资料及MATLAB源码,包括各种算法分析比较-Various algorithms of mathematical modeling data and MATLAB source code, including a variety of algorithm analysis and comparison
ProjectionPursuit.tar
- 绝对经典的稳健统计书,一代统计大师的杰作-Robust Statistical absolute classic book, generation of statistics masters
GSkoro1
- 此文档为有限元热力耦合分析的内容,本人搞有限元分析,借助对热力耦合的理解,上传此文-This document is coupled thermo-mechanical finite element analysis of the content, I engage in finite element analysis, with the understanding of the thermal coupling, upload this article
FDM
- C++实现有限单元法的源码,非本人创作,但是测试通过-C++ finite element method to achieve the source code, the creation of non-I, but the test
Newton-interpolare
- Newton’s interpolation polynomial
Eig
- 矩阵特征值分解的C++代码,编译形成一个动态链接库,供其它地方调用,可以计算矩阵的特征值与特征向量-Matrix eigenvalue decomposition of C++ of code, compile the formation of a dynamic link library for other places to call, we can calculate the matrix of eigenvalues and eigenvectors
em
- 在统计计算中,最大期望(EM)算法是在概率(probabilistic)模型中寻找参数最大似然估计或者最大后验估计的算法,其中概率模型依赖于无法观测的隐藏变量(Latent Variable)。最大期望经常用在机器学习和计算机视觉的数据聚类(Data Clustering)领域。 -In the statistical calculations, the maximum expected (EM) algorithm parameter maximum likelihood estimate
OpenTSTOOL_win
- 时间系列非线线性处理工具包,可以计算多数非线性参数,例如:李亚谱诺夫指数,相关维等-nonlinear parameter toolkit
interpolate
- 实现两种差值,一种是样条差值,一种是最小二乘差值-Implements two difference- the difference between splines and least squares difference
search
- ACM-ICPC 竞赛 搜索算法入门课件及源码合集