资源列表
motekaluo
- 基于Fortran语言的蒙特卡洛法计算生日问题(Monte Carlo method based on Fortran language to calculate birthday problem)
pde1
- 用数值方法有限差分法求解二阶偏微分方程附带C分解(partial differential equation)
lingo教程
- 提供lingo新手易学的教程,非常适用于参加数学建模的学习资料,并提供lingo9.0快速入门培训教程(Lingo provides a beginner's easy to learn tutorial, very suitable for participating in mathematical modeling learning materials, and provide LINGO9.0 quick start training course)
weibull code
- 利用牛顿迭代解决webull分布的极大似然估计的问题(Using Newton iteration to solve the maximum likelihood estimation of Webull distribution)
产生任意概率分布的随机数
- 用Fortran产生随机速度分布函数的数学推导,程序代码,及所得结果。(The mathematical derivation, program code, and results of the random velocity distribution function generated by Fortran are presented.)
duncan-1
- 用于岩土有限元计算的Duncan-zhang模型(Duncan-zhang model for the finite element calculation of rock soil)
gaot
- 运用matlab解决遗传算法,其中gaot的应用(Using MATLAB to solve genetic algorithm, in which the application of gaot)
Benchmarks
- 常用的智能优化算法的benchmark函数,供优化算法论文性能比较实用。(Commonly used intelligent optimization algorithm benchmark function, for optimization algorithm paper performance is more practical.)
exa_fml_ortho_damage_umat
- ABAQUS 具有强大的非线性求解能力和便捷的子程序接口及二次开发功能(The commercial FEM software ABAQUS has both powerful capacity for numerically solving varied large-scale nonlinear problems in engineering practice and user-friendly possibility for extending material libraries t
matrix
- ABAQUS 具有强大的非线性求解能力和便捷的子程序接口及二次开发功能。(The commercial FEM software ABAQUS has both powerful capacity for numerically solving varied large-scale nonlinear problems in engineering practice and user-friendly possibility for extending material libraries
随机运筹学(赵玮)
- 随机运筹学(赵玮) 运筹学教程,适合本科生学习(Stochastic operations research (Zhao Wei))
SVD_C++
- C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic o