▍1. Calculator_
有加减乘除和括号运算功能的计算器,还可以算三角函数(calculator including plus,minus,mutiply,add)
有加减乘除和括号运算功能的计算器,还可以算三角函数(calculator including plus,minus,mutiply,add)
有限元方法和计算流体力学的经典教材,内容很不错(Finite Element Method- Fluid Dynamics- Zienkwicz and Taylor)
面向对象的有限元程序设计。与传统的有限元程序相比,面向对象有限元程序更易于编写、更易于维护和扩充,程序代码的可重用成分更大。(object oriented finite element programming)
说明: 这是高斯列主元消去法的完整程序,可以求解线性方程组(This is the Gaussian elimination method PCA out a complete program, you can solve the linear equations)
实现UTM平面坐标系到经纬度的双向转换,是地理方面应用的好助手(UTM plane coordinate system to achieve two-way conversion of latitude and longitude, is a good helper geographic applications)
C++中矩阵运算的实现 nr3.h为其他的书籍代码,测试环境为VS2008(Achieve C++ in matrix operations nr3 code for other books)
fortran程序,计算应力强度因子和特征值和特征向量,研究多种材料接触(fortran program)
根轨迹文件 多刚体动力学 方程 根分布 稳定分析 (Root locus document root distribution multibody dynamics equations stability analysis)
文件中包括了最优化中的最小费最大流程序以及例子和程序(File included in the most optimal maximum flow procedures and examples of trees and procedures)
该程序为fluent软件进行速度入口造波数值模拟,波浪为二阶stokes波(The program for the FLUENT software simulation of wave speed entrance numerical, two order Stokes wave)
用c++实现m次多项式的曲线拟合,改程序简单易懂,可读性强(it s easy)
使用fluent udf编程,实现水滴在空气中的运动描述。(Use fluent udf programming, to achieve the movement of water droplet in the air.)
基于OpenMP的大型矩阵相乘的算法源码(Based on OpenMP for large matrix multiplication algorithm source code)
解线性代数方程组的顺序高斯消去法。使用c++标准库的vector实现。(Solution of linear algebraic equations order Gaussian elimination. Use c++ standard library vector implementation.)
fft傅里叶快速变化程序,里面说的很清楚,很使用。(FFT Fourier rapid change program, which made it very clear, is to use. )
欧拉角与四元数 欧拉角与四元数 欧拉角与四元数 欧拉角与四元数 欧拉角与四元数(you you you you you you you you you you you you you you you you my )
说明: fluent中作液体蒸发相变的udf,非常专业,证明可行(fluent in the evaporation of liquid phase transition for udf, very professional, proved to be feasible)
这是用C++做矩阵求逆和矩阵相乘,可以解简的线性方程。已验证,互相交流~(This is done using C++ matrix inversion and matrix multiplication, linear equations can be solved。)
很好的最小二乘求解工具,经典算法的c语言版本实现(A MINPACK-1 Least Squares Fitting Library in C)