资源列表
BEAM_WARMING_BOUNDARY_SET_1
- solve Euler equations in nozzle with Flux vector splitting method
MESH_GEN
- Mesh Generation over a nasa0012 airfoil
BUMP
- Steady compressible Euler equations in 2 dimensional channel with bump
BACKWARD_STEP01
- Incompressible laminar viscous flow past a backward facing step
fin-code
- finite volume method for one dimensional fin code
Eight
- 可以计算九宫格的走法。使用了深度优先搜索、宽度优先搜索和A算法这三种算法。-It can calculate the squares of the law. Using a depth first search, breadth first search and the A algorithm for these three.
Numerical-Recipes
- 内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语言实用程序。-Include: solving lin
Shearing-Moment-Invariant
- Shearing Moment Invariant. is a feature extraction method called (SMI)
Gaussian-column-pca-method-
- 将矩阵的初等行变换作用于方程组的增广矩阵B A b ,将其中的A变换成一个上三角矩阵,然后求解这个三角形方程组。列主元高斯消去法的基本思想是每次在系数矩阵A中依次按列在主对角线及以下的元素中,挑选绝对值最大的元素作为主元,将它调至主对角线上,然后用它消去主对角线以下的元素,最后变为同解的上三角形方程组去求解。 -Gaussian column pca method solving linear equations
bahuanghou
- 八皇后问题的C语言源码,附带注释,此法为较易理解的算法-Eight queens problem of C language source code
SM3
- SM3加密算法的实现,用VS2012编译,输入在in.txt中输入要加密的字符串-The realization of SM3 encryption algorithm
nonlinear
- 此程序使用延拓法和牛顿法求解非线性方程组-This program uses the continuation method and Newton method for solving nonlinear equations
