▍1. PISO-algorithm-source
CFD数值模拟,经典PISO算法程序源程序代码。(CFD numerical simulation, classic PISO algorithm source code.)
CFD数值模拟,经典PISO算法程序源程序代码。(CFD numerical simulation, classic PISO algorithm source code.)
frft程序函数,分数阶傅立叶变换,短时傅立叶变换,傅立叶变换(the frft program function, fractional Fourier transform, short-time Fourier transform, Fourier transform)
C语言实现大数的加法减法以及乘法,水平限于仅仅大学生水平学习使用。(Use C language to achieve that addition, subtraction, and multiplication of a big intger.)
渗流计算,渗流浸润线的计算,溢出点高程的确定(seepage computation)
邻带计算,高斯正反算,可以实现测绘系统内简单的转换计算,但是是基于80坐标系统的。(failed to translate)
多项式拟合,最小二乘法,c++版本实现,运行环境vc6(Polynomial fitting)
常用的算法设计策略(包括分治策略、动态规划、贪心策略、回溯法、随机算法等) 算法复杂度分析方法(计算迭代次数、使用递归方程、频度分析等) (Commonly used algorithm design strategies (including the strategy of divide and conquer, dynamic programming, greedy strategy, backtracking method, random algorithm) algorithm complexity analysis (number of iterations, using a recursive equation, frequency analysis, etc.))
GNU Scientific Library (GSL) 是一个用于科学计算的 C 语言类库。有超过1000个函数。 (GNU Scientific Library (GSL) is a C language library for scientific computing. There are more than 1000 functions.)
三维的FDTD实现,采用CPML边界,较为详细的注释(Three-dimensional FDTD using CPML border, more detailed notes)
计算机算法设计与分析(第3版)课后答案-王晓东版_打印版,整本书的课后习题答案,包括算法实现题也有。(The also Computer Algorithm Design and Analysis (3rd Edition) afterschool Answer- Wang Xiaodong _ print edition, the book Homework answer, including algorithms title.)
利用最小二乘支持向量机原理,创建了LSSVM预测模型(The principle of least squares support vector machine, created LSSVM prediction model)
数值分析中用C 语言验证验证Gauss列主元消去法。(Numerical analysis using the C language to verify verify the Gauss column principal component elimination.)
说明: fluent模拟焊接的udf源文件 fluent模拟焊接的udf源文件(udf source file fluent fluent simulate welding simulation welding udf source file)
列主元素高斯消去法,硕士研究生数值分析课程内容(Out the main elements Gaussian elimination, graduate numerical analysis course content)
包括牛顿法,阻尼牛顿法,变尺度算法,最速下降法的优化算法程序。(Newton' s method, damped Newton method, variable metric algorithm, the steepest descent method optimization algorithm.)
FFT变换,有硬件说明架构和框图,说明傅里叶变换的原理和意义,同时附有128点的傅里叶变换(FFT )
用计算机编程的方法建立试卷的合理分配问题的优化模型(Optimization model to establish the papers a reasonable allocation problem with computer programming methods)
可靠性-最小路集-编程 计算图的最小路集,是装备可靠性课程的一个作业。(Reliability- minimal path sets- programming calculation of minimal path sets, equipment reliability courses a job.)
实现线性代数的矩阵运算的C++程序,矩阵计算器。(Linear algebra matrix operations C++ procedures matrix calculator.)