资源列表
differentialcalculation
- 微分方程计算程序,方便计算,性能强大,通用性强。-This program is designed for differential equation calculation.
MonteCarlo
- 好用的程序,用于模拟数据,是经典的moten carlo方法-moten carlo
inverse_matrix
- 复数矩阵求逆,可以求任意阶,结果放在原矩阵中-inverse matrix
matrixtools
- VC++下实现的一个矩阵计算工具,可以实现矩阵的相加、相乘等运算,还可以求矩阵行列式的值,求矩阵的转置矩阵,逆矩阵。-VC++ to achieve a matrix calculation tool, the matrix can add, multiply and other operations, but also the value of the order matrix determinant, transpose a matrix with matrices, inverse mat
121
- 实现了拉格朗日差值的计算,给定一定的值计算出准确的值,副源代码和实验报告,很好很值得参考。-Realized Lagrange difference value calculation, given a certain value calculated accurate values, vice source code and test report, good is worth reference.
static-analysis-of-struss-structure
- 主要是建立桁架的有限元模型,然后进行桁架的静力分析。-static analysis of struss structure
modeling-and-static-analysis-of-suspension-bridge.
- 主要是建立悬索桥的模型,以及对悬索桥进行静力分析。-modeling and static analysis of suspension bridge
CodeFEAError-Estimators
- Code source of Finite Element Analysis with Error Estimators
simposen
- 复合辛普森算法,数值分析里面的内容,希望对大家有用-Composite Simpson method, numerical analysis of the contents of which, we hope to be useful! ! !
simplex
- simplex algorithm .......works noce but small changes
huangjin
- #include<stdio.h> #include<math.h> float Function(float x) void main() { float a,b,e float x0,x1,x2,F0,F1,F2 printf("input a ,b ,e \n") scanf(" f f f",&a,&b,&e) x1=b-0.618*(b-a) x2=a+0.618*(b-a) F1=Func
FFT
- 用C语言实现FFT,输入为倒位序输出自然序-C language with FFT, the input sequence for the inversion of natural order output
