资源列表
code
- 弹性力学平面问题分析源程序、用以求解平面应力应变、请参考所列输入文调整(plan stress/strain problam analysis program)
sort
- 快速排序法和堆排序法Fortran90程序,其中快速排序法使用到了递归过程,因此对于堆栈要求较高(both Quicksort and Heapsort program are used for sort array. Note that a recursion process is used in Quicksort program, Thus it need require a relative high stack size.)
C语言实现哈夫曼编码
- 利用C语言完整实现哈夫曼编码,语法简洁,较易理解。(The use of C language integrity Huffman coding, syntax concise, easier to understand.)
projecteuler.tar
- The first few exercises from projecteuler.net
求逆矩阵
- 用mathcad求逆矩阵,可以看到完整的计算公式,很方便(With Mathcad inverse matrix, you can see the complete formula is very convenient)
约束优化问题
- 含约束的优化问题求解案例,算法简单,求解很方便实用(Constrained optimization problem solving case, the algorithm is simple, easy to solve, practical)
偏微分方程的数值解法
- 偏微分方程的经典求解方法,有限元分析法,可以求解典型的偏微分方程的数值解(The classical solution of partial differential equations and finite element analysis can solve the numerical solutions of typical partial differential equations)
稳态判别
- 稳态判别工作,可用于从一系列的过程数据中寻找出一系列的稳态数据,用于自动筛选数据(Steady state discrimination can be used to find a series of steady-state data from a series of process data for automatic screening of data)
Uniform distribution
- it is a simulation of wichman hill algortihm which generate a uniform distribution of limoit 0 and 1
Logistic函数的MATLAB实现
- 关于matlab logistic算法的说明资料。(Descr iptive information about logistic matlab algorithm.)
计算方法(C语言版)
- c数值计算方法。线性方程组求解。非线性方程组求解。微分方程数值计算。(c program. linear eqations solving. nonlinear eqations solving. differential eqations eqations.)
NACA0012
- 用来生成翼型NACA0012的计算网格,此网格可用于后续计算。程序数据在附件里。(A computational mesh used to generate airfoil NACA0012)